Html Css Color HEX #FC01B2 Hollywood Cerise

📋 copy color: '#FC01B2'

red 252 ◦ green 1 ◦ blue 178

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

Shades of Hollywood Cerise #FC01B2

Tints of Hollywood Cerise #FC01B2

RGB

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

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

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

R = 58.47%
G = 0.23%
B = 41.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC01B2 (or 0xFC01B2) is known color: Hollywood Cerise. HEX triplet: FC, 01 and B2. RGB value is (252,1,178). Sum of RGB (Red+Green+Blue) = 252+1+178=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01B2 is #03FE4D. Grayscale: #5F5F5F. Windows color (decimal): -261710 or 11665916. OLE color: 11665916.

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

Color convert

RGB 252 1 178 -
CMYK 0 1.00 0.29 0.01
HSL 317.69º 0.99% 0.5% -
HSV(B) 317.69º 1% 0.99% -
XYZ 48.19 23.93 44.2 -
YUV 96.23 174.16 239.11 -
System Red Green Blue C M Y K H S L
Decimal 252 1 178 0 1.00 0.29 0.01 317.69 0.99 0.5
Hex FC 1 B2 0 64 1D 1 13E 63 32
Octal 374 1 262 0 144 35 1 476 143 62
Binary 11111100 1 10110010 0 1100100 11101 1 100111110 1100011 110010

Color Harmonies of #FC01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01B2

Black with #FC01B2

Text Example


Text Example

White with #FC01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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