Html Css Color HEX #FC29F5 Magenta

📋 copy color: '#FC29F5'

red 252 ◦ green 41 ◦ blue 245

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

Shades of Magenta #FC29F5

Tints of Magenta #FC29F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.54%

R = 46.84%
G = 7.62%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC29F5 (or 0xFC29F5) is known color: Magenta. HEX triplet: FC, 29 and F5. RGB value is (252,41,245). Sum of RGB (Red+Green+Blue) = 252+41+245=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 41 (16.41% from 255 or 7.62% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC29F5 is #03D60A. Grayscale: #7E7E7E. Windows color (decimal): -251403 or 16067068. OLE color: 16067068.

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

Color convert

RGB 252 41 245 -
CMYK 0 0.84 0.03 0.01
HSL 301.99º 0.97% 0.57% -
HSV(B) 301.99º 0.84% 0.99% -
XYZ 57.42 28.87 88.93 -
YUV 127.35 194.4 216.91 -
System Red Green Blue C M Y K H S L
Decimal 252 41 245 0 0.84 0.03 0.01 301.99 0.97 0.57
Hex FC 29 F5 0 54 3 1 12E 61 39
Octal 374 51 365 0 124 3 1 456 141 71
Binary 11111100 101001 11110101 0 1010100 11 1 100101110 1100001 111001

Color Harmonies of #FC29F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29F5

Black with #FC29F5

Text Example


Text Example

White with #FC29F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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