Html Css Color HEX #FC03AF Hollywood Cerise

📋 copy color: '#FC03AF'

red 252 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #FC03AF

Tints of Hollywood Cerise #FC03AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 58.6%
G = 0.7%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC03AF (or 0xFC03AF) is known color: Hollywood Cerise. HEX triplet: FC, 03 and AF. RGB value is (252,3,175). Sum of RGB (Red+Green+Blue) = 252+3+175=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03AF is #03FC50. Grayscale: #606060. Windows color (decimal): -261201 or 11469820. OLE color: 11469820.

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

Color convert

RGB 252 3 175 -
CMYK 0 0.99 0.31 0.01
HSL 318.55º 0.98% 0.5% -
HSV(B) 318.55º 0.99% 0.99% -
XYZ 47.92 23.86 42.64 -
YUV 97.06 171.99 238.51 -
System Red Green Blue C M Y K H S L
Decimal 252 3 175 0 0.99 0.31 0.01 318.55 0.98 0.5
Hex FC 3 AF 0 63 1F 1 13F 62 32
Octal 374 3 257 0 143 37 1 477 142 62
Binary 11111100 11 10101111 0 1100011 11111 1 100111111 1100010 110010

Color Harmonies of #FC03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03AF

Black with #FC03AF

Text Example


Text Example

White with #FC03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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