Html Css Color HEX #FC03F9 Magenta

📋 copy color: '#FC03F9'

red 252 ◦ green 3 ◦ blue 249

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

Shades of Magenta #FC03F9

Tints of Magenta #FC03F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 50%
G = 0.6%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC03F9 (or 0xFC03F9) is known color: Magenta. HEX triplet: FC, 03 and F9. RGB value is (252,3,249). Sum of RGB (Red+Green+Blue) = 252+3+249=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 3 (1.56% from 255 or 0.60% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03F9 is #03FC06. Grayscale: #686868. Windows color (decimal): -261127 or 16319484. OLE color: 16319484.

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

Color convert

RGB 252 3 249 -
CMYK 0 0.99 0.01 0.01
HSL 300.72º 0.98% 0.5% -
HSV(B) 300.72º 0.99% 0.99% -
XYZ 57.28 27.6 91.93 -
YUV 105.5 208.99 232.5 -
System Red Green Blue C M Y K H S L
Decimal 252 3 249 0 0.99 0.01 0.01 300.72 0.98 0.5
Hex FC 3 F9 0 63 1 1 12D 62 32
Octal 374 3 371 0 143 1 1 455 142 62
Binary 11111100 11 11111001 0 1100011 1 1 100101101 1100010 110010

Color Harmonies of #FC03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03F9

Black with #FC03F9

Text Example


Text Example

White with #FC03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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