Html Css Color HEX #FC29FA Magenta

📋 copy color: '#FC29FA'

red 252 ◦ green 41 ◦ blue 250

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

Shades of Magenta #FC29FA

Tints of Magenta #FC29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.55%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 46.41%
G = 7.55%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC29FA (or 0xFC29FA) is known color: Magenta. HEX triplet: FC, 29 and FA. RGB value is (252,41,250). Sum of RGB (Red+Green+Blue) = 252+41+250=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 41 (16.41% from 255 or 7.55% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC29FA is #03D605. Grayscale: #7F7F7F. Windows color (decimal): -251398 or 16394748. OLE color: 16394748.

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

Color convert

RGB 252 41 250 -
CMYK 0 0.84 0.01 0.01
HSL 300.57º 0.97% 0.57% -
HSV(B) 300.57º 0.84% 0.99% -
XYZ 58.19 29.18 93.01 -
YUV 127.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 252 41 250 0 0.84 0.01 0.01 300.57 0.97 0.57
Hex FC 29 FA 0 54 1 1 12D 61 39
Octal 374 51 372 0 124 1 1 455 141 71
Binary 11111100 101001 11111010 0 1010100 1 1 100101101 1100001 111001

Color Harmonies of #FC29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29FA

Black with #FC29FA

Text Example


Text Example

White with #FC29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29FA; }

 p { color: rgb(252,41,250); }

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

background-color css

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

 a { background-color: rgb(252,41,250); }

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

border-color css

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

 span { border-color: rgb(252,41,250); }

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