Html Css Color HEX #FC07AD Hollywood Cerise

📋 copy color: '#FC07AD'

red 252 ◦ green 7 ◦ blue 173

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

Shades of Hollywood Cerise #FC07AD

Tints of Hollywood Cerise #FC07AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 58.33%
G = 1.62%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC07AD (or 0xFC07AD) is known color: Hollywood Cerise. HEX triplet: FC, 07 and AD. RGB value is (252,7,173). Sum of RGB (Red+Green+Blue) = 252+7+173=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07AD is #03F852. Grayscale: #626262. Windows color (decimal): -260179 or 11339772. OLE color: 11339772.

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

Color convert

RGB 252 7 173 -
CMYK 0 0.97 0.31 0.01
HSL 319.35º 0.98% 0.51% -
HSV(B) 319.35º 0.97% 0.99% -
XYZ 47.76 23.86 41.62 -
YUV 99.18 169.67 237 -
System Red Green Blue C M Y K H S L
Decimal 252 7 173 0 0.97 0.31 0.01 319.35 0.98 0.51
Hex FC 7 AD 0 61 1F 1 13F 62 33
Octal 374 7 255 0 141 37 1 477 142 63
Binary 11111100 111 10101101 0 1100001 11111 1 100111111 1100010 110011

Color Harmonies of #FC07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07AD

Black with #FC07AD

Text Example


Text Example

White with #FC07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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