Html Css Color HEX #FF019B Hollywood Cerise

📋 copy color: '#FF019B'

red 255 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #FF019B

Tints of Hollywood Cerise #FF019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 62.04%
G = 0.24%
B = 37.71%

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

#FF019B (or 0xFF019B) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 9B. RGB value is (255,1,155). Sum of RGB (Red+Green+Blue) = 255+1+155=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF019B is #00FE64. Grayscale: #5E5E5E. Windows color (decimal): -65125 or 10158591. OLE color: 10158591.

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

Color convert

RGB 255 1 155 -
CMYK 0 1.00 0.39 0
HSL 323.62º 1% 0.5% -
HSV(B) 323.62º 1% 1% -
XYZ 47.17 23.65 33.09 -
YUV 94.5 162.15 242.48 -
System Red Green Blue C M Y K H S L
Decimal 255 1 155 0 1.00 0.39 0 323.62 1 0.5
Hex FF 1 9B 0 64 27 0 144 64 32
Octal 377 1 233 0 144 47 0 504 144 62
Binary 11111111 1 10011011 0 1100100 100111 0 101000100 1100100 110010

Color Harmonies of #FF019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF019B

Black with #FF019B

Text Example


Text Example

White with #FF019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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