Html Css Color HEX #FC28F4 Magenta

📋 copy color: '#FC28F4'

red 252 ◦ green 40 ◦ blue 244

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

Shades of Magenta #FC28F4

Tints of Magenta #FC28F4

RGB

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

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

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

R = 47.01%
G = 7.46%
B = 45.52%

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

#FC28F4 (or 0xFC28F4) is known color: Magenta. HEX triplet: FC, 28 and F4. RGB value is (252,40,244). Sum of RGB (Red+Green+Blue) = 252+40+244=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28F4 is #03D70B. Grayscale: #7E7E7E. Windows color (decimal): -251660 or 16001276. OLE color: 16001276.

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

Color convert

RGB 252 40 244 -
CMYK 0 0.84 0.03 0.01
HSL 302.26º 0.97% 0.57% -
HSV(B) 302.26º 0.84% 0.99% -
XYZ 57.23 28.74 88.12 -
YUV 126.64 194.24 217.41 -
System Red Green Blue C M Y K H S L
Decimal 252 40 244 0 0.84 0.03 0.01 302.26 0.97 0.57
Hex FC 28 F4 0 54 3 1 12E 61 39
Octal 374 50 364 0 124 3 1 456 141 71
Binary 11111100 101000 11110100 0 1010100 11 1 100101110 1100001 111001

Color Harmonies of #FC28F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28F4

Black with #FC28F4

Text Example


Text Example

White with #FC28F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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