Html Css Color HEX #FC02B2 Hollywood Cerise

📋 copy color: '#FC02B2'

red 252 ◦ green 2 ◦ blue 178

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

Shades of Hollywood Cerise #FC02B2

Tints of Hollywood Cerise #FC02B2

RGB

 RED value IS 252 (98.83% from 255) = 58.33%

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 58.33%
G = 0.46%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC02B2 (or 0xFC02B2) is known color: Hollywood Cerise. HEX triplet: FC, 02 and B2. RGB value is (252,2,178). Sum of RGB (Red+Green+Blue) = 252+2+178=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02B2 is #03FD4D. Grayscale: #606060. Windows color (decimal): -261454 or 11666172. OLE color: 11666172.

HSL color Cylindrical-coordinate representation of color #FC02B2: hue angle of 317.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 2 178 -
CMYK 0 0.99 0.29 0.01
HSL 317.76º 0.98% 0.5% -
HSV(B) 317.76º 0.99% 0.99% -
XYZ 48.2 23.95 44.2 -
YUV 96.81 173.83 238.69 -
System Red Green Blue C M Y K H S L
Decimal 252 2 178 0 0.99 0.29 0.01 317.76 0.98 0.5
Hex FC 2 B2 0 63 1D 1 13E 62 32
Octal 374 2 262 0 143 35 1 476 142 62
Binary 11111100 10 10110010 0 1100011 11101 1 100111110 1100010 110010

Color Harmonies of #FC02B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02B2

Black with #FC02B2

Text Example


Text Example

White with #FC02B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02B2; }

 p { color: rgb(252,2,178); }

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

background-color css

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

 a { background-color: rgb(252,2,178); }

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

border-color css

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

 span { border-color: rgb(252,2,178); }

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