Html Css Color HEX #F002B1 Hollywood Cerise

📋 copy color: '#F002B1'

red 240 ◦ green 2 ◦ blue 177

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

Shades of Hollywood Cerise #F002B1

Tints of Hollywood Cerise #F002B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 57.28%
G = 0.48%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F002B1 (or 0xF002B1) is known color: Hollywood Cerise. HEX triplet: F0, 02 and B1. RGB value is (240,2,177). Sum of RGB (Red+Green+Blue) = 240+2+177=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F002B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002B1 is #0FFD4E. Grayscale: #5C5C5C. Windows color (decimal): -1047887 or 11600624. OLE color: 11600624.

HSL color Cylindrical-coordinate representation of color #F002B1: hue angle of 315.88º 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 #F002B1 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 177 -
CMYK 0 0.99 0.26 0.06
HSL 315.88º 0.98% 0.47% -
HSV(B) 315.88º 0.99% 0.94% -
XYZ 43.89 21.74 43.48 -
YUV 93.11 175.35 232.77 -
System Red Green Blue C M Y K H S L
Decimal 240 2 177 0 0.99 0.26 0.06 315.88 0.98 0.47
Hex F0 2 B1 0 63 1A 6 13C 62 2F
Octal 360 2 261 0 143 32 6 474 142 57
Binary 11110000 10 10110001 0 1100011 11010 110 100111100 1100010 101111

Color Harmonies of #F002B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002B1

Black with #F002B1

Text Example


Text Example

White with #F002B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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