Html Css Color HEX #F001B0 Hollywood Cerise

📋 copy color: '#F001B0'

red 240 ◦ green 1 ◦ blue 176

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

Shades of Hollywood Cerise #F001B0

Tints of Hollywood Cerise #F001B0

RGB

 RED value IS 240 (94.14% from 255) = 57.55%

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 57.55%
G = 0.24%
B = 42.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F001B0 (or 0xF001B0) is known color: Hollywood Cerise. HEX triplet: F0, 01 and B0. RGB value is (240,1,176). Sum of RGB (Red+Green+Blue) = 240+1+176=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F001B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001B0 is #0FFE4F. Grayscale: #5B5B5B. Windows color (decimal): -1048144 or 11534832. OLE color: 11534832.

HSL color Cylindrical-coordinate representation of color #F001B0: hue angle of 316.07º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001B0 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 176 -
CMYK 0 1.00 0.27 0.06
HSL 316.07º 0.99% 0.47% -
HSV(B) 316.07º 1% 0.94% -
XYZ 43.78 21.68 42.95 -
YUV 92.41 175.18 233.27 -
System Red Green Blue C M Y K H S L
Decimal 240 1 176 0 1.00 0.27 0.06 316.07 0.99 0.47
Hex F0 1 B0 0 64 1B 6 13C 63 2F
Octal 360 1 260 0 144 33 6 474 143 57
Binary 11110000 1 10110000 0 1100100 11011 110 100111100 1100011 101111

Color Harmonies of #F001B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001B0

Black with #F001B0

Text Example


Text Example

White with #F001B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001B0; }

 p { color: rgb(240,1,176); }

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

background-color css

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

 a { background-color: rgb(240,1,176); }

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

border-color css

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

 span { border-color: rgb(240,1,176); }

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