Html Css Color HEX #FE029C Hollywood Cerise

📋 copy color: '#FE029C'

red 254 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #FE029C

Tints of Hollywood Cerise #FE029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 61.65%
G = 0.49%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE029C (or 0xFE029C) is known color: Hollywood Cerise. HEX triplet: FE, 02 and 9C. RGB value is (254,2,156). Sum of RGB (Red+Green+Blue) = 254+2+156=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE029C is #01FD63. Grayscale: #5E5E5E. Windows color (decimal): -130404 or 10224382. OLE color: 10224382.

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

Color convert

RGB 254 2 156 -
CMYK 0 0.99 0.39 0.00
HSL 323.33º 0.99% 0.5% -
HSV(B) 323.33º 0.99% 1% -
XYZ 46.9 23.51 33.52 -
YUV 94.9 162.49 241.48 -
System Red Green Blue C M Y K H S L
Decimal 254 2 156 0 0.99 0.39 0.00 323.33 0.99 0.5
Hex FE 2 9C 0 63 27 0 143 63 32
Octal 376 2 234 0 143 47 0 503 143 62
Binary 11111110 10 10011100 0 1100011 100111 0 101000011 1100011 110010

Color Harmonies of #FE029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE029C

Black with #FE029C

Text Example


Text Example

White with #FE029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE029C; }

 p { color: rgb(254,2,156); }

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

background-color css

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

 a { background-color: rgb(254,2,156); }

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

border-color css

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

 span { border-color: rgb(254,2,156); }

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