Color Hex Logo

#f469ff Color Hex

#F469FF
(244,105,255)
0 Favorites   0 Comments

Color spaces of #f469ff

RGB 244105255
HSL0.821.000.71
HSV296°59°100°
CMYK 0.040.590.00   0.00
XYZ60.409836.556298.4799
Yxy36.55620.30910.1870
Hunter Lab60.461772.5387-54.2482
CIE-Lab66.942772.3805-50.4113

#f469ff color RGB value is (244,105,255).

#f469ff hex color red value is 244, green value is 105 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f469ff hue: 0.82 , saturation: 1.00 and the lightness value of f469ff is 0.71.

The process color (four color CMYK) of #f469ff color hex is 0.04, 0.59, 0.00, 0.00. Web safe color of #f469ff is #ff66ff. Color #f469ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101001 11111111
Octal 364 151 377
Decimal 244 105 255
Hex F4 69 FF

RGB Percentages of Color #f469ff

%40.40
%17.38
%42.22

CMYK Percentages of Color #f469ff

%4
%59
%0
%0

Triadic Colors of #f469ff

#f469ff #fff469 #69fff4

Analogous Colors of #f469ff

#f469ff #ff69bf #a969ff

Monochromatic Colors of #f469ff

#f469ff

Complementary Color

#f469ff #74ff69

#f469ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f469ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f469ff Color CSS Codes

.mybgcolor {background-color:#f469ff; } 
.myforecolor {color:#f469ff; }
.mybordercolor {border:3px solid #f469ff; }

#f469ff Text Font Color

<p style="color:#f469ff">Text here</p>

This sample text font color is #f469ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f469ff Background Color

<div style="background-color:#f469ff">
Div content here</div>

This div background color is #f469ff


#f469ff Border Color

<div style="border:3px solid #f469ff">
Div here</div>

This div border color is #f469ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,105,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f469ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f469ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f469ff;
  box-shadow:         1px 1px 3px 2px #f469ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,105,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f469ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f469ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f469ff;
  box-shadow:         1px 1px 3px 2px #f469ff;">
Div content here</div>

This div box has shadow with color #f469ff

Related Colors


Comments

No comments written yet.

Please login to write comment.