Html Css Color HEX #FC03AA Hollywood Cerise

📋 copy color: '#FC03AA'

red 252 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #FC03AA

Tints of Hollywood Cerise #FC03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 59.29%
G = 0.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC03AA (or 0xFC03AA) is known color: Hollywood Cerise. HEX triplet: FC, 03 and AA. RGB value is (252,3,170). Sum of RGB (Red+Green+Blue) = 252+3+170=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03AA is #03FC55. Grayscale: #606060. Windows color (decimal): -261206 or 11142140. OLE color: 11142140.

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

Color convert

RGB 252 3 170 -
CMYK 0 0.99 0.33 0.01
HSL 319.76º 0.98% 0.5% -
HSV(B) 319.76º 0.99% 0.99% -
XYZ 47.43 23.66 40.1 -
YUV 96.49 169.49 238.92 -
System Red Green Blue C M Y K H S L
Decimal 252 3 170 0 0.99 0.33 0.01 319.76 0.98 0.5
Hex FC 3 AA 0 63 21 1 140 62 32
Octal 374 3 252 0 143 41 1 500 142 62
Binary 11111100 11 10101010 0 1100011 100001 1 101000000 1100010 110010

Color Harmonies of #FC03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03AA

Black with #FC03AA

Text Example


Text Example

White with #FC03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03AA; }

 p { color: rgb(252,3,170); }

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

background-color css

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

 a { background-color: rgb(252,3,170); }

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

border-color css

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

 span { border-color: rgb(252,3,170); }

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