Html Css Color HEX #FC07C9 Hot Magenta

📋 copy color: '#FC07C9'

red 252 ◦ green 7 ◦ blue 201

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

Shades of Hot Magenta #FC07C9

Tints of Hot Magenta #FC07C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 54.78%
G = 1.52%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC07C9 (or 0xFC07C9) is known color: Hot Magenta. HEX triplet: FC, 07 and C9. RGB value is (252,7,201). Sum of RGB (Red+Green+Blue) = 252+7+201=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07C9 is #03F836. Grayscale: #656565. Windows color (decimal): -260151 or 13174780. OLE color: 13174780.

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

Color convert

RGB 252 7 201 -
CMYK 0 0.97 0.20 0.01
HSL 312.49º 0.98% 0.51% -
HSV(B) 312.49º 0.97% 0.99% -
XYZ 50.76 25.06 57.42 -
YUV 102.37 183.67 234.73 -
System Red Green Blue C M Y K H S L
Decimal 252 7 201 0 0.97 0.20 0.01 312.49 0.98 0.51
Hex FC 7 C9 0 61 14 1 138 62 33
Octal 374 7 311 0 141 24 1 470 142 63
Binary 11111100 111 11001001 0 1100001 10100 1 100111000 1100010 110011

Color Harmonies of #FC07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07C9

Black with #FC07C9

Text Example


Text Example

White with #FC07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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