#F52FFE

Color #F52FFE Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F52FFE

Tints of Magenta #F52FFE

Color information

#F52FFE (or 0xF52FFE) is unknown color: approx Magenta. HEX triplet: F5, 2F and FE. RGB value is (245,47,254). Sum of RGB (Red+Green+Blue) = 245+47+254=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #F52FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FFE is #0AD001. Grayscale: #818181. Windows color (decimal): -708610 or 16658421. OLE color: 16658421.

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

Color convert

RGB24547254-
CMYK0.040.8100.00
HSL297.39º99.04%59.02%-
HSV(B)297.39º81.5%99.61%-
XYZ56.5628.696.31-
YUV129.8198.1210.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 47 (18.75% from 255) = 8.61%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=44.87%
G=8.61%
B=46.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal245472540.040.8100.00297.3999.0459.02
HexF52FFE45100129633b
Octal3655737641210045114373
Binary11110101101111111111101001010001001001010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52FFE; }

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

 H1.HeaderClassName
 {
   color: #F52FFE;
 }
 .AnyTagClassName
 {
   color: #F52FFE;
 }
</style>
background-color css

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

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

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

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

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

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