Html Css Color HEX #FC07D4 Hot Magenta

📋 copy color: '#FC07D4'

red 252 ◦ green 7 ◦ blue 212

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

Shades of Hot Magenta #FC07D4

Tints of Hot Magenta #FC07D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 53.5%
G = 1.49%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC07D4 (or 0xFC07D4) is known color: Hot Magenta. HEX triplet: FC, 07 and D4. RGB value is (252,7,212). Sum of RGB (Red+Green+Blue) = 252+7+212=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07D4 is #03F82B. Grayscale: #676767. Windows color (decimal): -260140 or 13895676. OLE color: 13895676.

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

Color convert

RGB 252 7 212 -
CMYK 0 0.97 0.16 0.01
HSL 309.8º 0.98% 0.51% -
HSV(B) 309.8º 0.97% 0.99% -
XYZ 52.1 25.6 64.48 -
YUV 103.63 189.17 233.83 -
System Red Green Blue C M Y K H S L
Decimal 252 7 212 0 0.97 0.16 0.01 309.8 0.98 0.51
Hex FC 7 D4 0 61 10 1 136 62 33
Octal 374 7 324 0 141 20 1 466 142 63
Binary 11111100 111 11010100 0 1100001 10000 1 100110110 1100010 110011

Color Harmonies of #FC07D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07D4

Black with #FC07D4

Text Example


Text Example

White with #FC07D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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