Html Css Color HEX #FE08AA Hollywood Cerise

📋 copy color: '#FE08AA'

red 254 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #FE08AA

Tints of Hollywood Cerise #FE08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 58.8%
G = 1.85%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE08AA (or 0xFE08AA) is known color: Hollywood Cerise. HEX triplet: FE, 08 and AA. RGB value is (254,8,170). Sum of RGB (Red+Green+Blue) = 254+8+170=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08AA is #01F755. Grayscale: #636363. Windows color (decimal): -128854 or 11143422. OLE color: 11143422.

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

Color convert

RGB 254 8 170 -
CMYK 0 0.97 0.33 0.00
HSL 320.49º 0.99% 0.51% -
HSV(B) 320.49º 0.97% 1% -
XYZ 48.22 24.15 40.15 -
YUV 100.02 167.5 237.83 -
System Red Green Blue C M Y K H S L
Decimal 254 8 170 0 0.97 0.33 0.00 320.49 0.99 0.51
Hex FE 8 AA 0 61 21 0 140 63 33
Octal 376 10 252 0 141 41 0 500 143 63
Binary 11111110 1000 10101010 0 1100001 100001 0 101000000 1100011 110011

Color Harmonies of #FE08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE08AA

Black with #FE08AA

Text Example


Text Example

White with #FE08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE08AA; }

 p { color: rgb(254,8,170); }

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

background-color css

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

 a { background-color: rgb(254,8,170); }

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

border-color css

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

 span { border-color: rgb(254,8,170); }

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