Html Css Color HEX #FA0691 Deep Pink

📋 copy color: '#FA0691'

red 250 ◦ green 6 ◦ blue 145

#FA0691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FA0691

Tints of Deep Pink #FA0691

RGB

 RED value IS 250 (98.05% from 255) = 62.34%

 GREEN value IS 6 (2.73% from 255) = 1.5%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 62.34%
G = 1.5%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA0691 (or 0xFA0691) is known color: Deep Pink. HEX triplet: FA, 06 and 91. RGB value is (250,6,145). Sum of RGB (Red+Green+Blue) = 250+6+145=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0691 is #05F96E. Grayscale: #5E5E5E. Windows color (decimal): -391535 or 9504506. OLE color: 9504506.

HSL color Cylindrical-coordinate representation of color #FA0691: hue angle of 325.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0691 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 145 -
CMYK 0 0.98 0.42 0.02
HSL 325.82º 0.96% 0.5% -
HSV(B) 325.82º 0.98% 0.98% -
XYZ 44.6 22.5 28.78 -
YUV 94.8 156.34 238.7 -
System Red Green Blue C M Y K H S L
Decimal 250 6 145 0 0.98 0.42 0.02 325.82 0.96 0.5
Hex FA 6 91 0 62 2A 2 146 60 32
Octal 372 6 221 0 142 52 2 506 140 62
Binary 11111010 110 10010001 0 1100010 101010 10 101000110 1100000 110010

Color Harmonies of #FA0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0691

Black with #FA0691

Text Example


Text Example

White with #FA0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0691; }

 p { color: rgb(250,6,145); }

 H1.HeaderClassName
 {
   color: #FA0691;
 }
 .AnyTagClassName
 {
   color: #FA0691;
 }
</style>

background-color css

<style>
 a { background-color: #FA0691; }

 a { background-color: rgb(250,6,145); }

 div.DivClassName
 {
   background-color: #FA0691;
 }
 .BgClassName
 {
   background-color: #FA0691;
 }
</style>

border-color css

<style>
 span { border-color: #FA0691; }

 span { border-color: rgb(250,6,145); }

 td.TdClassName
 {
   border-color: #FA0691;
 }
 .TagClassName
 {
   border-color: #FA0691;
 }
</style>