Html Css Color HEX #FC03A1 Hollywood Cerise

📋 copy color: '#FC03A1'

red 252 ◦ green 3 ◦ blue 161

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

Shades of Hollywood Cerise #FC03A1

Tints of Hollywood Cerise #FC03A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 60.58%
G = 0.72%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC03A1 (or 0xFC03A1) is known color: Hollywood Cerise. HEX triplet: FC, 03 and A1. RGB value is (252,3,161). Sum of RGB (Red+Green+Blue) = 252+3+161=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03A1 is #03FC5E. Grayscale: #5F5F5F. Windows color (decimal): -261215 or 10552316. OLE color: 10552316.

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

Color convert

RGB 252 3 161 -
CMYK 0 0.99 0.36 0.01
HSL 321.93º 0.98% 0.5% -
HSV(B) 321.93º 0.99% 0.99% -
XYZ 46.61 23.33 35.77 -
YUV 95.46 164.99 239.65 -
System Red Green Blue C M Y K H S L
Decimal 252 3 161 0 0.99 0.36 0.01 321.93 0.98 0.5
Hex FC 3 A1 0 63 24 1 142 62 32
Octal 374 3 241 0 143 44 1 502 142 62
Binary 11111100 11 10100001 0 1100011 100100 1 101000010 1100010 110010

Color Harmonies of #FC03A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03A1

Black with #FC03A1

Text Example


Text Example

White with #FC03A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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