Html Css Color HEX #F52DF8 Magenta

📋 copy color: '#F52DF8'

red 245 ◦ green 45 ◦ blue 248

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

Shades of Magenta #F52DF8

Tints of Magenta #F52DF8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.36%

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

R = 45.54%
G = 8.36%
B = 46.1%

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

#F52DF8 (or 0xF52DF8) is known color: Magenta. HEX triplet: F5, 2D and F8. RGB value is (245,45,248). Sum of RGB (Red+Green+Blue) = 245+45+248=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #F52DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52DF8 is #0AD207. Grayscale: #7F7F7F. Windows color (decimal): -709128 or 16264693. OLE color: 16264693.

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

Color convert

RGB 245 45 248 -
CMYK 0.01 0.82 0 0.03
HSL 299.11º 0.94% 0.57% -
HSV(B) 299.11º 0.82% 0.97% -
XYZ 55.54 28.07 91.3 -
YUV 127.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 245 45 248 0.01 0.82 0 0.03 299.11 0.94 0.57
Hex F5 2D F8 1 52 0 3 12B 5E 39
Octal 365 55 370 1 122 0 3 453 136 71
Binary 11110101 101101 11111000 1 1010010 0 11 100101011 1011110 111001

Color Harmonies of #F52DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52DF8

Black with #F52DF8

Text Example


Text Example

White with #F52DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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