Html Css Color HEX #FC06EE Magenta

📋 copy color: '#FC06EE'

red 252 ◦ green 6 ◦ blue 238

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

Shades of Magenta #FC06EE

Tints of Magenta #FC06EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

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

R = 50.81%
G = 1.21%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC06EE (or 0xFC06EE) is known color: Magenta. HEX triplet: FC, 06 and EE. RGB value is (252,6,238). Sum of RGB (Red+Green+Blue) = 252+6+238=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 6 (2.73% from 255 or 1.21% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06EE is #03F911. Grayscale: #696969. Windows color (decimal): -260370 or 15599356. OLE color: 15599356.

HSL color Cylindrical-coordinate representation of color #FC06EE: hue angle of 303.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06EE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 6 238 -
CMYK 0 0.98 0.06 0.01
HSL 303.41º 0.98% 0.51% -
HSV(B) 303.41º 0.98% 0.99% -
XYZ 55.64 27 83.17 -
YUV 106 202.5 232.14 -
System Red Green Blue C M Y K H S L
Decimal 252 6 238 0 0.98 0.06 0.01 303.41 0.98 0.51
Hex FC 6 EE 0 62 6 1 12F 62 33
Octal 374 6 356 0 142 6 1 457 142 63
Binary 11111100 110 11101110 0 1100010 110 1 100101111 1100010 110011

Color Harmonies of #FC06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06EE

Black with #FC06EE

Text Example


Text Example

White with #FC06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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