Html Css Color HEX #FC28F5 Magenta

📋 copy color: '#FC28F5'

red 252 ◦ green 40 ◦ blue 245

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

Shades of Magenta #FC28F5

Tints of Magenta #FC28F5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.45%

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

R = 46.93%
G = 7.45%
B = 45.62%

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

#FC28F5 (or 0xFC28F5) is known color: Magenta. HEX triplet: FC, 28 and F5. RGB value is (252,40,245). Sum of RGB (Red+Green+Blue) = 252+40+245=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 40 (16.02% from 255 or 7.45% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28F5 is #03D70A. Grayscale: #7E7E7E. Windows color (decimal): -251659 or 16066812. OLE color: 16066812.

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

Color convert

RGB 252 40 245 -
CMYK 0 0.84 0.03 0.01
HSL 301.98º 0.97% 0.57% -
HSV(B) 301.98º 0.84% 0.99% -
XYZ 57.39 28.81 88.92 -
YUV 126.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 252 40 245 0 0.84 0.03 0.01 301.98 0.97 0.57
Hex FC 28 F5 0 54 3 1 12E 61 39
Octal 374 50 365 0 124 3 1 456 141 71
Binary 11111100 101000 11110101 0 1010100 11 1 100101110 1100001 111001

Color Harmonies of #FC28F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28F5

Black with #FC28F5

Text Example


Text Example

White with #FC28F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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