Html Css Color HEX #FE059E Hollywood Cerise

📋 copy color: '#FE059E'

red 254 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #FE059E

Tints of Hollywood Cerise #FE059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 60.91%
G = 1.2%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE059E (or 0xFE059E) is known color: Hollywood Cerise. HEX triplet: FE, 05 and 9E. RGB value is (254,5,158). Sum of RGB (Red+Green+Blue) = 254+5+158=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE059E is #01FA61. Grayscale: #606060. Windows color (decimal): -129634 or 10356222. OLE color: 10356222.

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

Color convert

RGB 254 5 158 -
CMYK 0 0.98 0.38 0.00
HSL 323.13º 0.99% 0.51% -
HSV(B) 323.13º 0.98% 1% -
XYZ 47.1 23.65 34.43 -
YUV 96.89 162.49 240.06 -
System Red Green Blue C M Y K H S L
Decimal 254 5 158 0 0.98 0.38 0.00 323.13 0.99 0.51
Hex FE 5 9E 0 62 26 0 143 63 33
Octal 376 5 236 0 142 46 0 503 143 63
Binary 11111110 101 10011110 0 1100010 100110 0 101000011 1100011 110011

Color Harmonies of #FE059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE059E

Black with #FE059E

Text Example


Text Example

White with #FE059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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