Html Css Color HEX #FC07EE Magenta

📋 copy color: '#FC07EE'

red 252 ◦ green 7 ◦ blue 238

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

Shades of Magenta #FC07EE

Tints of Magenta #FC07EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 50.7%
G = 1.41%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC07EE (or 0xFC07EE) is known color: Magenta. HEX triplet: FC, 07 and EE. RGB value is (252,7,238). Sum of RGB (Red+Green+Blue) = 252+7+238=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07EE is #03F811. Grayscale: #696969. Windows color (decimal): -260114 or 15599612. OLE color: 15599612.

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

Color convert

RGB 252 7 238 -
CMYK 0 0.97 0.06 0.01
HSL 303.43º 0.98% 0.51% -
HSV(B) 303.43º 0.97% 0.99% -
XYZ 55.65 27.02 83.17 -
YUV 106.59 202.17 231.72 -
System Red Green Blue C M Y K H S L
Decimal 252 7 238 0 0.97 0.06 0.01 303.43 0.98 0.51
Hex FC 7 EE 0 61 6 1 12F 62 33
Octal 374 7 356 0 141 6 1 457 142 63
Binary 11111100 111 11101110 0 1100001 110 1 100101111 1100010 110011

Color Harmonies of #FC07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07EE

Black with #FC07EE

Text Example


Text Example

White with #FC07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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