Html Css Color HEX #F52DFB Magenta

📋 copy color: '#F52DFB'

red 245 ◦ green 45 ◦ blue 251

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

Shades of Magenta #F52DFB

Tints of Magenta #F52DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 45.29%
G = 8.32%
B = 46.4%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F52DFB (or 0xF52DFB) is known color: Magenta. HEX triplet: F5, 2D and FB. RGB value is (245,45,251). Sum of RGB (Red+Green+Blue) = 245+45+251=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 45 (17.97% from 255 or 8.32% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #F52DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52DFB is #0AD204. Grayscale: #7F7F7F. Windows color (decimal): -709125 or 16461301. OLE color: 16461301.

HSL color Cylindrical-coordinate representation of color #F52DFB: hue angle of 298.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52DFB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 45 251 -
CMYK 0.02 0.82 0 0.02
HSL 298.25º 0.96% 0.58% -
HSV(B) 298.25º 0.82% 0.98% -
XYZ 56.01 28.25 93.77 -
YUV 128.28 197.26 211.25 -
System Red Green Blue C M Y K H S L
Decimal 245 45 251 0.02 0.82 0 0.02 298.25 0.96 0.58
Hex F5 2D FB 2 52 0 2 12A 60 3A
Octal 365 55 373 2 122 0 2 452 140 72
Binary 11110101 101101 11111011 10 1010010 0 10 100101010 1100000 111010

Color Harmonies of #F52DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52DFB

Black with #F52DFB

Text Example


Text Example

White with #F52DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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