Html Css Color HEX #FC07AA Hollywood Cerise

📋 copy color: '#FC07AA'

red 252 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #FC07AA

Tints of Hollywood Cerise #FC07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 58.74%
G = 1.63%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC07AA (or 0xFC07AA) is known color: Hollywood Cerise. HEX triplet: FC, 07 and AA. RGB value is (252,7,170). Sum of RGB (Red+Green+Blue) = 252+7+170=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07AA is #03F855. Grayscale: #626262. Windows color (decimal): -260182 or 11143164. OLE color: 11143164.

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

Color convert

RGB 252 7 170 -
CMYK 0 0.97 0.33 0.01
HSL 320.08º 0.98% 0.51% -
HSV(B) 320.08º 0.97% 0.99% -
XYZ 47.48 23.75 40.11 -
YUV 98.84 168.17 237.25 -
System Red Green Blue C M Y K H S L
Decimal 252 7 170 0 0.97 0.33 0.01 320.08 0.98 0.51
Hex FC 7 AA 0 61 21 1 140 62 33
Octal 374 7 252 0 141 41 1 500 142 63
Binary 11111100 111 10101010 0 1100001 100001 1 101000000 1100010 110011

Color Harmonies of #FC07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07AA

Black with #FC07AA

Text Example


Text Example

White with #FC07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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