Html Css Color HEX #FC03F4 Magenta

📋 copy color: '#FC03F4'

red 252 ◦ green 3 ◦ blue 244

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

Shades of Magenta #FC03F4

Tints of Magenta #FC03F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.9%

R = 50.5%
G = 0.6%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC03F4 (or 0xFC03F4) is known color: Magenta. HEX triplet: FC, 03 and F4. RGB value is (252,3,244). Sum of RGB (Red+Green+Blue) = 252+3+244=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 3 (1.56% from 255 or 0.60% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03F4 is #03FC0B. Grayscale: #686868. Windows color (decimal): -261132 or 15991804. OLE color: 15991804.

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

Color convert

RGB 252 3 244 -
CMYK 0 0.99 0.03 0.01
HSL 301.93º 0.98% 0.5% -
HSV(B) 301.93º 0.99% 0.99% -
XYZ 56.51 27.29 87.88 -
YUV 104.93 206.49 232.9 -
System Red Green Blue C M Y K H S L
Decimal 252 3 244 0 0.99 0.03 0.01 301.93 0.98 0.5
Hex FC 3 F4 0 63 3 1 12E 62 32
Octal 374 3 364 0 143 3 1 456 142 62
Binary 11111100 11 11110100 0 1100011 11 1 100101110 1100010 110010

Color Harmonies of #FC03F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03F4

Black with #FC03F4

Text Example


Text Example

White with #FC03F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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