Html Css Color HEX #FC07A0 Hollywood Cerise

📋 copy color: '#FC07A0'

red 252 ◦ green 7 ◦ blue 160

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

Shades of Hollywood Cerise #FC07A0

Tints of Hollywood Cerise #FC07A0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 60.14%
G = 1.67%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC07A0 (or 0xFC07A0) is known color: Hollywood Cerise. HEX triplet: FC, 07 and A0. RGB value is (252,7,160). Sum of RGB (Red+Green+Blue) = 252+7+160=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07A0 is #03F85F. Grayscale: #616161. Windows color (decimal): -260192 or 10487804. OLE color: 10487804.

HSL color Cylindrical-coordinate representation of color #FC07A0: hue angle of 322.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 160 -
CMYK 0 0.97 0.37 0.01
HSL 322.53º 0.98% 0.51% -
HSV(B) 322.53º 0.97% 0.99% -
XYZ 46.57 23.39 35.32 -
YUV 97.7 163.17 238.06 -
System Red Green Blue C M Y K H S L
Decimal 252 7 160 0 0.97 0.37 0.01 322.53 0.98 0.51
Hex FC 7 A0 0 61 25 1 143 62 33
Octal 374 7 240 0 141 45 1 503 142 63
Binary 11111100 111 10100000 0 1100001 100101 1 101000011 1100010 110011

Color Harmonies of #FC07A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07A0

Black with #FC07A0

Text Example


Text Example

White with #FC07A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07A0; }

 p { color: rgb(252,7,160); }

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

background-color css

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

 a { background-color: rgb(252,7,160); }

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

border-color css

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

 span { border-color: rgb(252,7,160); }

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