Html Css Color HEX #F52FFD Magenta

📋 copy color: '#F52FFD'

red 245 ◦ green 47 ◦ blue 253

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

Shades of Magenta #F52FFD

Tints of Magenta #F52FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.62%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 44.95%
G = 8.62%
B = 46.42%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F52FFD (or 0xF52FFD) is known color: Magenta. HEX triplet: F5, 2F and FD. RGB value is (245,47,253). Sum of RGB (Red+Green+Blue) = 245+47+253=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 47 (18.75% from 255 or 8.62% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #F52FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FFD is #0AD002. Grayscale: #818181. Windows color (decimal): -708611 or 16592885. OLE color: 16592885.

HSL color Cylindrical-coordinate representation of color #F52FFD: hue angle of 297.67º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FFD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 47 253 -
CMYK 0.03 0.81 0 0.01
HSL 297.67º 0.98% 0.59% -
HSV(B) 297.67º 0.81% 0.99% -
XYZ 56.4 28.54 95.46 -
YUV 129.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 245 47 253 0.03 0.81 0 0.01 297.67 0.98 0.59
Hex F5 2F FD 3 51 0 1 12A 62 3B
Octal 365 57 375 3 121 0 1 452 142 73
Binary 11110101 101111 11111101 11 1010001 0 1 100101010 1100010 111011

Color Harmonies of #F52FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52FFD

Black with #F52FFD

Text Example


Text Example

White with #F52FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52FFD; }

 p { color: rgb(245,47,253); }

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

background-color css

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

 a { background-color: rgb(245,47,253); }

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

border-color css

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

 span { border-color: rgb(245,47,253); }

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