Html Css Color HEX #F002B3 Hollywood Cerise

📋 copy color: '#F002B3'

red 240 ◦ green 2 ◦ blue 179

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

Shades of Hollywood Cerise #F002B3

Tints of Hollywood Cerise #F002B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 57.01%
G = 0.48%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F002B3 (or 0xF002B3) is known color: Hollywood Cerise. HEX triplet: F0, 02 and B3. RGB value is (240,2,179). Sum of RGB (Red+Green+Blue) = 240+2+179=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F002B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002B3 is #0FFD4C. Grayscale: #5C5C5C. Windows color (decimal): -1047885 or 11731696. OLE color: 11731696.

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

Color convert

RGB 240 2 179 -
CMYK 0 0.99 0.25 0.06
HSL 315.38º 0.98% 0.47% -
HSV(B) 315.38º 0.99% 0.94% -
XYZ 44.09 21.82 44.54 -
YUV 93.34 176.35 232.61 -
System Red Green Blue C M Y K H S L
Decimal 240 2 179 0 0.99 0.25 0.06 315.38 0.98 0.47
Hex F0 2 B3 0 63 19 6 13B 62 2F
Octal 360 2 263 0 143 31 6 473 142 57
Binary 11110000 10 10110011 0 1100011 11001 110 100111011 1100010 101111

Color Harmonies of #F002B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002B3

Black with #F002B3

Text Example


Text Example

White with #F002B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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