Html Css Color HEX #FC03ED Magenta

📋 copy color: '#FC03ED'

red 252 ◦ green 3 ◦ blue 237

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

Shades of Magenta #FC03ED

Tints of Magenta #FC03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 51.22%
G = 0.61%
B = 48.17%

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

#FC03ED (or 0xFC03ED) is known color: Magenta. HEX triplet: FC, 03 and ED. RGB value is (252,3,237). Sum of RGB (Red+Green+Blue) = 252+3+237=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03ED is #03FC12. Grayscale: #676767. Windows color (decimal): -261139 or 15533052. OLE color: 15533052.

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

Color convert

RGB 252 3 237 -
CMYK 0 0.99 0.06 0.01
HSL 303.61º 0.98% 0.5% -
HSV(B) 303.61º 0.99% 0.99% -
XYZ 55.46 26.88 82.38 -
YUV 104.13 202.99 233.47 -
System Red Green Blue C M Y K H S L
Decimal 252 3 237 0 0.99 0.06 0.01 303.61 0.98 0.5
Hex FC 3 ED 0 63 6 1 130 62 32
Octal 374 3 355 0 143 6 1 460 142 62
Binary 11111100 11 11101101 0 1100011 110 1 100110000 1100010 110010

Color Harmonies of #FC03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03ED

Black with #FC03ED

Text Example


Text Example

White with #FC03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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