Html Css Color HEX #F002B0 Hollywood Cerise

📋 copy color: '#F002B0'

red 240 ◦ green 2 ◦ blue 176

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

Shades of Hollywood Cerise #F002B0

Tints of Hollywood Cerise #F002B0

RGB

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

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

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

R = 57.42%
G = 0.48%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F002B0 (or 0xF002B0) is known color: Hollywood Cerise. HEX triplet: F0, 02 and B0. RGB value is (240,2,176). Sum of RGB (Red+Green+Blue) = 240+2+176=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F002B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002B0 is #0FFD4F. Grayscale: #5C5C5C. Windows color (decimal): -1047888 or 11535088. OLE color: 11535088.

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

Color convert

RGB 240 2 176 -
CMYK 0 0.99 0.27 0.06
HSL 316.13º 0.98% 0.47% -
HSV(B) 316.13º 0.99% 0.94% -
XYZ 43.79 21.7 42.96 -
YUV 93 174.85 232.85 -
System Red Green Blue C M Y K H S L
Decimal 240 2 176 0 0.99 0.27 0.06 316.13 0.98 0.47
Hex F0 2 B0 0 63 1B 6 13C 62 2F
Octal 360 2 260 0 143 33 6 474 142 57
Binary 11110000 10 10110000 0 1100011 11011 110 100111100 1100010 101111

Color Harmonies of #F002B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002B0

Black with #F002B0

Text Example


Text Example

White with #F002B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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