Html Css Color HEX #FE019A Hollywood Cerise

📋 copy color: '#FE019A'

red 254 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #FE019A

Tints of Hollywood Cerise #FE019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 62.1%
G = 0.24%
B = 37.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE019A (or 0xFE019A) is known color: Hollywood Cerise. HEX triplet: FE, 01 and 9A. RGB value is (254,1,154). Sum of RGB (Red+Green+Blue) = 254+1+154=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE019A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE019A is #01FE65. Grayscale: #5D5D5D. Windows color (decimal): -130662 or 10093054. OLE color: 10093054.

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

Color convert

RGB 254 1 154 -
CMYK 0 1.00 0.39 0.00
HSL 323.72º 0.99% 0.5% -
HSV(B) 323.72º 1% 1% -
XYZ 46.72 23.43 32.63 -
YUV 94.09 161.82 242.06 -
System Red Green Blue C M Y K H S L
Decimal 254 1 154 0 1.00 0.39 0.00 323.72 0.99 0.5
Hex FE 1 9A 0 64 27 0 144 63 32
Octal 376 1 232 0 144 47 0 504 143 62
Binary 11111110 1 10011010 0 1100100 100111 0 101000100 1100011 110010

Color Harmonies of #FE019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE019A

Black with #FE019A

Text Example


Text Example

White with #FE019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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