Html Css Color HEX #FC07AC Hollywood Cerise

📋 copy color: '#FC07AC'

red 252 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #FC07AC

Tints of Hollywood Cerise #FC07AC

RGB

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

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

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

R = 58.47%
G = 1.62%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC07AC (or 0xFC07AC) is known color: Hollywood Cerise. HEX triplet: FC, 07 and AC. RGB value is (252,7,172). Sum of RGB (Red+Green+Blue) = 252+7+172=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07AC is #03F853. Grayscale: #626262. Windows color (decimal): -260180 or 11274236. OLE color: 11274236.

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

Color convert

RGB 252 7 172 -
CMYK 0 0.97 0.32 0.01
HSL 319.59º 0.98% 0.51% -
HSV(B) 319.59º 0.97% 0.99% -
XYZ 47.67 23.83 41.12 -
YUV 99.07 169.17 237.08 -
System Red Green Blue C M Y K H S L
Decimal 252 7 172 0 0.97 0.32 0.01 319.59 0.98 0.51
Hex FC 7 AC 0 61 20 1 140 62 33
Octal 374 7 254 0 141 40 1 500 142 63
Binary 11111100 111 10101100 0 1100001 100000 1 101000000 1100010 110011

Color Harmonies of #FC07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07AC

Black with #FC07AC

Text Example


Text Example

White with #FC07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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