Html Css Color HEX #FE009A Hollywood Cerise

📋 copy color: '#FE009A'

red 254 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #FE009A

Tints of Hollywood Cerise #FE009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 62.25%
G = 0%
B = 37.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE009A (or 0xFE009A) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 9A. RGB value is (254,0,154). Sum of RGB (Red+Green+Blue) = 254+0+154=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE009A is #01FF65. Grayscale: #5D5D5D. Windows color (decimal): -130918 or 10092798. OLE color: 10092798.

HSL color Cylindrical-coordinate representation of color #FE009A: hue angle of 323.62º 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 #FE009A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 0 154 -
CMYK 0 1 0.39 0.00
HSL 323.62º 1% 0.5% -
HSV(B) 323.62º 1% 1% -
XYZ 46.71 23.4 32.63 -
YUV 93.5 162.15 242.48 -
System Red Green Blue C M Y K H S L
Decimal 254 0 154 0 1 0.39 0.00 323.62 1 0.5
Hex FE 0 9A 0 64 27 0 144 64 32
Octal 376 0 232 0 144 47 0 504 144 62
Binary 11111110 0 10011010 0 1100100 100111 0 101000100 1100100 110010

Color Harmonies of #FE009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE009A

Black with #FE009A

Text Example


Text Example

White with #FE009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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