Html Css Color HEX #FE009F Hollywood Cerise

📋 copy color: '#FE009F'

red 254 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #FE009F

Tints of Hollywood Cerise #FE009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 61.5%
G = 0%
B = 38.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE009F (or 0xFE009F) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 9F. RGB value is (254,0,159). Sum of RGB (Red+Green+Blue) = 254+0+159=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE009F is #01FF60. Grayscale: #5D5D5D. Windows color (decimal): -130913 or 10420478. OLE color: 10420478.

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

Color convert

RGB 254 0 159 -
CMYK 0 1 0.37 0.00
HSL 322.44º 1% 0.5% -
HSV(B) 322.44º 1% 1% -
XYZ 47.13 23.57 34.87 -
YUV 94.07 164.65 242.07 -
System Red Green Blue C M Y K H S L
Decimal 254 0 159 0 1 0.37 0.00 322.44 1 0.5
Hex FE 0 9F 0 64 25 0 142 64 32
Octal 376 0 237 0 144 45 0 502 144 62
Binary 11111110 0 10011111 0 1100100 100101 0 101000010 1100100 110010

Color Harmonies of #FE009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE009F

Black with #FE009F

Text Example


Text Example

White with #FE009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE009F; }

 p { color: rgb(254,0,159); }

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

background-color css

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

 a { background-color: rgb(254,0,159); }

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

border-color css

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

 span { border-color: rgb(254,0,159); }

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