Html Css Color HEX #FC04F3 Magenta

📋 copy color: '#FC04F3'

red 252 ◦ green 4 ◦ blue 243

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

Shades of Magenta #FC04F3

Tints of Magenta #FC04F3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 50.5%
G = 0.8%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC04F3 (or 0xFC04F3) is known color: Magenta. HEX triplet: FC, 04 and F3. RGB value is (252,4,243). Sum of RGB (Red+Green+Blue) = 252+4+243=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04F3 is #03FB0C. Grayscale: #686868. Windows color (decimal): -260877 or 15926524. OLE color: 15926524.

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

Color convert

RGB 252 4 243 -
CMYK 0 0.98 0.04 0.01
HSL 302.18º 0.98% 0.5% -
HSV(B) 302.18º 0.98% 0.99% -
XYZ 56.37 27.25 87.08 -
YUV 105.4 205.66 232.57 -
System Red Green Blue C M Y K H S L
Decimal 252 4 243 0 0.98 0.04 0.01 302.18 0.98 0.5
Hex FC 4 F3 0 62 4 1 12E 62 32
Octal 374 4 363 0 142 4 1 456 142 62
Binary 11111100 100 11110011 0 1100010 100 1 100101110 1100010 110010

Color Harmonies of #FC04F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04F3

Black with #FC04F3

Text Example


Text Example

White with #FC04F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04F3; }

 p { color: rgb(252,4,243); }

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

background-color css

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

 a { background-color: rgb(252,4,243); }

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

border-color css

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

 span { border-color: rgb(252,4,243); }

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