Html Css Color HEX #F52CF8 Magenta

📋 copy color: '#F52CF8'

red 245 ◦ green 44 ◦ blue 248

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

Shades of Magenta #F52CF8

Tints of Magenta #F52CF8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.19%

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

R = 45.62%
G = 8.19%
B = 46.18%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F52CF8 (or 0xF52CF8) is known color: Magenta. HEX triplet: F5, 2C and F8. RGB value is (245,44,248). Sum of RGB (Red+Green+Blue) = 245+44+248=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 44 (17.58% from 255 or 8.19% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #F52CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52CF8 is #0AD307. Grayscale: #7E7E7E. Windows color (decimal): -709384 or 16264437. OLE color: 16264437.

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

Color convert

RGB 245 44 248 -
CMYK 0.01 0.82 0 0.03
HSL 299.12º 0.94% 0.57% -
HSV(B) 299.12º 0.82% 0.97% -
XYZ 55.5 27.99 91.28 -
YUV 127.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 245 44 248 0.01 0.82 0 0.03 299.12 0.94 0.57
Hex F5 2C F8 1 52 0 3 12B 5E 39
Octal 365 54 370 1 122 0 3 453 136 71
Binary 11110101 101100 11111000 1 1010010 0 11 100101011 1011110 111001

Color Harmonies of #F52CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52CF8

Black with #F52CF8

Text Example


Text Example

White with #F52CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52CF8; }

 p { color: rgb(245,44,248); }

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

background-color css

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

 a { background-color: rgb(245,44,248); }

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

border-color css

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

 span { border-color: rgb(245,44,248); }

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