Html Css Color HEX #FF019C Hollywood Cerise

📋 copy color: '#FF019C'

red 255 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #FF019C

Tints of Hollywood Cerise #FF019C

RGB

 RED value IS 255 (100% from 255) = 61.89%

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

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

R = 61.89%
G = 0.24%
B = 37.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF019C (or 0xFF019C) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 9C. RGB value is (255,1,156). Sum of RGB (Red+Green+Blue) = 255+1+156=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF019C is #00FE63. Grayscale: #5E5E5E. Windows color (decimal): -65124 or 10224127. OLE color: 10224127.

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

Color convert

RGB 255 1 156 -
CMYK 0 1.00 0.39 0
HSL 323.39º 1% 0.5% -
HSV(B) 323.39º 1% 1% -
XYZ 47.25 23.68 33.53 -
YUV 94.62 162.65 242.4 -
System Red Green Blue C M Y K H S L
Decimal 255 1 156 0 1.00 0.39 0 323.39 1 0.5
Hex FF 1 9C 0 64 27 0 143 64 32
Octal 377 1 234 0 144 47 0 503 144 62
Binary 11111111 1 10011100 0 1100100 100111 0 101000011 1100100 110010

Color Harmonies of #FF019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF019C

Black with #FF019C

Text Example


Text Example

White with #FF019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF019C; }

 p { color: rgb(255,1,156); }

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

background-color css

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

 a { background-color: rgb(255,1,156); }

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

border-color css

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

 span { border-color: rgb(255,1,156); }

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