Html Css Color HEX #FE009E Hollywood Cerise

📋 copy color: '#FE009E'

red 254 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #FE009E

Tints of Hollywood Cerise #FE009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 61.65%
G = 0%
B = 38.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE009E (or 0xFE009E) is known color: Hollywood Cerise. HEX triplet: FE, 00 and 9E. RGB value is (254,0,158). Sum of RGB (Red+Green+Blue) = 254+0+158=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE009E is #01FF61. Grayscale: #5D5D5D. Windows color (decimal): -130914 or 10354942. OLE color: 10354942.

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

Color convert

RGB 254 0 158 -
CMYK 0 1 0.38 0.00
HSL 322.68º 1% 0.5% -
HSV(B) 322.68º 1% 1% -
XYZ 47.04 23.54 34.41 -
YUV 93.96 164.15 242.15 -
System Red Green Blue C M Y K H S L
Decimal 254 0 158 0 1 0.38 0.00 322.68 1 0.5
Hex FE 0 9E 0 64 26 0 143 64 32
Octal 376 0 236 0 144 46 0 503 144 62
Binary 11111110 0 10011110 0 1100100 100110 0 101000011 1100100 110010

Color Harmonies of #FE009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE009E

Black with #FE009E

Text Example


Text Example

White with #FE009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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