Html Css Color HEX #FC02AC Hollywood Cerise

📋 copy color: '#FC02AC'

red 252 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #FC02AC

Tints of Hollywood Cerise #FC02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 59.15%
G = 0.47%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC02AC (or 0xFC02AC) is known color: Hollywood Cerise. HEX triplet: FC, 02 and AC. RGB value is (252,2,172). Sum of RGB (Red+Green+Blue) = 252+2+172=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02AC is #03FD53. Grayscale: #5F5F5F. Windows color (decimal): -261460 or 11272956. OLE color: 11272956.

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

Color convert

RGB 252 2 172 -
CMYK 0 0.99 0.32 0.01
HSL 319.2º 0.98% 0.5% -
HSV(B) 319.2º 0.99% 0.99% -
XYZ 47.61 23.72 41.1 -
YUV 96.13 170.83 239.18 -
System Red Green Blue C M Y K H S L
Decimal 252 2 172 0 0.99 0.32 0.01 319.2 0.98 0.5
Hex FC 2 AC 0 63 20 1 13F 62 32
Octal 374 2 254 0 143 40 1 477 142 62
Binary 11111100 10 10101100 0 1100011 100000 1 100111111 1100010 110010

Color Harmonies of #FC02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02AC

Black with #FC02AC

Text Example


Text Example

White with #FC02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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