Html Css Color HEX #FE06A9 Hollywood Cerise

📋 copy color: '#FE06A9'

red 254 ◦ green 6 ◦ blue 169

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

Shades of Hollywood Cerise #FE06A9

Tints of Hollywood Cerise #FE06A9

RGB

 RED value IS 254 (99.61% from 255) = 59.21%

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

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 59.21%
G = 1.4%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE06A9 (or 0xFE06A9) is known color: Hollywood Cerise. HEX triplet: FE, 06 and A9. RGB value is (254,6,169). Sum of RGB (Red+Green+Blue) = 254+6+169=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE06A9 is #01F956. Grayscale: #626262. Windows color (decimal): -129367 or 11077374. OLE color: 11077374.

HSL color Cylindrical-coordinate representation of color #FE06A9: hue angle of 320.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06A9 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 6 169 -
CMYK 0 0.98 0.33 0.00
HSL 320.56º 0.99% 0.51% -
HSV(B) 320.56º 0.98% 1% -
XYZ 48.1 24.07 39.65 -
YUV 98.73 167.66 238.75 -
System Red Green Blue C M Y K H S L
Decimal 254 6 169 0 0.98 0.33 0.00 320.56 0.99 0.51
Hex FE 6 A9 0 62 21 0 141 63 33
Octal 376 6 251 0 142 41 0 501 143 63
Binary 11111110 110 10101001 0 1100010 100001 0 101000001 1100011 110011

Color Harmonies of #FE06A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE06A9

Black with #FE06A9

Text Example


Text Example

White with #FE06A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE06A9; }

 p { color: rgb(254,6,169); }

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

background-color css

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

 a { background-color: rgb(254,6,169); }

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

border-color css

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

 span { border-color: rgb(254,6,169); }

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