Html Css Color HEX #FC03EE Magenta

📋 copy color: '#FC03EE'

red 252 ◦ green 3 ◦ blue 238

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

Shades of Magenta #FC03EE

Tints of Magenta #FC03EE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 51.12%
G = 0.61%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC03EE (or 0xFC03EE) is known color: Magenta. HEX triplet: FC, 03 and EE. RGB value is (252,3,238). Sum of RGB (Red+Green+Blue) = 252+3+238=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03EE is #03FC11. Grayscale: #676767. Windows color (decimal): -261138 or 15598588. OLE color: 15598588.

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

Color convert

RGB 252 3 238 -
CMYK 0 0.99 0.06 0.01
HSL 303.37º 0.98% 0.5% -
HSV(B) 303.37º 0.99% 0.99% -
XYZ 55.61 26.93 83.16 -
YUV 104.24 203.49 233.39 -
System Red Green Blue C M Y K H S L
Decimal 252 3 238 0 0.99 0.06 0.01 303.37 0.98 0.5
Hex FC 3 EE 0 63 6 1 12F 62 32
Octal 374 3 356 0 143 6 1 457 142 62
Binary 11111100 11 11101110 0 1100011 110 1 100101111 1100010 110010

Color Harmonies of #FC03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03EE

Black with #FC03EE

Text Example


Text Example

White with #FC03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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