Html Css Color HEX #FC07AF Hollywood Cerise

📋 copy color: '#FC07AF'

red 252 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #FC07AF

Tints of Hollywood Cerise #FC07AF

RGB

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

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

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

R = 58.06%
G = 1.61%
B = 40.32%

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

#FC07AF (or 0xFC07AF) is known color: Hollywood Cerise. HEX triplet: FC, 07 and AF. RGB value is (252,7,175). Sum of RGB (Red+Green+Blue) = 252+7+175=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07AF is #03F850. Grayscale: #626262. Windows color (decimal): -260177 or 11470844. OLE color: 11470844.

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

Color convert

RGB 252 7 175 -
CMYK 0 0.97 0.31 0.01
HSL 318.86º 0.98% 0.51% -
HSV(B) 318.86º 0.97% 0.99% -
XYZ 47.96 23.94 42.65 -
YUV 99.41 170.67 236.84 -
System Red Green Blue C M Y K H S L
Decimal 252 7 175 0 0.97 0.31 0.01 318.86 0.98 0.51
Hex FC 7 AF 0 61 1F 1 13F 62 33
Octal 374 7 257 0 141 37 1 477 142 63
Binary 11111100 111 10101111 0 1100001 11111 1 100111111 1100010 110011

Color Harmonies of #FC07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07AF

Black with #FC07AF

Text Example


Text Example

White with #FC07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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