Html Css Color HEX #FC07E0 Hot Magenta

📋 copy color: '#FC07E0'

red 252 ◦ green 7 ◦ blue 224

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

Shades of Hot Magenta #FC07E0

Tints of Hot Magenta #FC07E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 52.17%
G = 1.45%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC07E0 (or 0xFC07E0) is known color: Hot Magenta. HEX triplet: FC, 07 and E0. RGB value is (252,7,224). Sum of RGB (Red+Green+Blue) = 252+7+224=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07E0 is #03F81F. Grayscale: #686868. Windows color (decimal): -260128 or 14682108. OLE color: 14682108.

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

Color convert

RGB 252 7 224 -
CMYK 0 0.97 0.11 0.01
HSL 306.86º 0.98% 0.51% -
HSV(B) 306.86º 0.97% 0.99% -
XYZ 53.68 26.23 72.75 -
YUV 104.99 195.17 232.86 -
System Red Green Blue C M Y K H S L
Decimal 252 7 224 0 0.97 0.11 0.01 306.86 0.98 0.51
Hex FC 7 E0 0 61 B 1 133 62 33
Octal 374 7 340 0 141 13 1 463 142 63
Binary 11111100 111 11100000 0 1100001 1011 1 100110011 1100010 110011

Color Harmonies of #FC07E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07E0

Black with #FC07E0

Text Example


Text Example

White with #FC07E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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