Html Css Color HEX #FC07EF Magenta

📋 copy color: '#FC07EF'

red 252 ◦ green 7 ◦ blue 239

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

Shades of Magenta #FC07EF

Tints of Magenta #FC07EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 50.6%
G = 1.41%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC07EF (or 0xFC07EF) is known color: Magenta. HEX triplet: FC, 07 and EF. RGB value is (252,7,239). Sum of RGB (Red+Green+Blue) = 252+7+239=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07EF is #03F810. Grayscale: #6A6A6A. Windows color (decimal): -260113 or 15665148. OLE color: 15665148.

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

Color convert

RGB 252 7 239 -
CMYK 0 0.97 0.05 0.01
HSL 303.18º 0.98% 0.51% -
HSV(B) 303.18º 0.97% 0.99% -
XYZ 55.8 27.08 83.95 -
YUV 106.7 202.67 231.64 -
System Red Green Blue C M Y K H S L
Decimal 252 7 239 0 0.97 0.05 0.01 303.18 0.98 0.51
Hex FC 7 EF 0 61 5 1 12F 62 33
Octal 374 7 357 0 141 5 1 457 142 63
Binary 11111100 111 11101111 0 1100001 101 1 100101111 1100010 110011

Color Harmonies of #FC07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07EF

Black with #FC07EF

Text Example


Text Example

White with #FC07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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