Html Css Color HEX #FC2AF8 Magenta

📋 copy color: '#FC2AF8'

red 252 ◦ green 42 ◦ blue 248

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

Shades of Magenta #FC2AF8

Tints of Magenta #FC2AF8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.75%

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 46.49%
G = 7.75%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC2AF8 (or 0xFC2AF8) is known color: Magenta. HEX triplet: FC, 2A and F8. RGB value is (252,42,248). Sum of RGB (Red+Green+Blue) = 252+42+248=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 42 (16.80% from 255 or 7.75% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2AF8 is #03D507. Grayscale: #7F7F7F. Windows color (decimal): -251144 or 16263932. OLE color: 16263932.

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

Color convert

RGB 252 42 248 -
CMYK 0 0.83 0.02 0.01
HSL 301.14º 0.97% 0.58% -
HSV(B) 301.14º 0.83% 0.99% -
XYZ 57.92 29.13 91.38 -
YUV 128.27 195.57 216.25 -
System Red Green Blue C M Y K H S L
Decimal 252 42 248 0 0.83 0.02 0.01 301.14 0.97 0.58
Hex FC 2A F8 0 53 2 1 12D 61 3A
Octal 374 52 370 0 123 2 1 455 141 72
Binary 11111100 101010 11111000 0 1010011 10 1 100101101 1100001 111010

Color Harmonies of #FC2AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AF8

Black with #FC2AF8

Text Example


Text Example

White with #FC2AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AF8; }

 p { color: rgb(252,42,248); }

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

background-color css

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

 a { background-color: rgb(252,42,248); }

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

border-color css

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

 span { border-color: rgb(252,42,248); }

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