#F425F0

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

Shades of Magenta #F425F0

Tints of Magenta #F425F0

Color information

#F425F0 (or 0xF425F0) is unknown color: approx Magenta. HEX triplet: F4, 25 and F0. RGB value is (244,37,240). Sum of RGB (Red+Green+Blue) = 244+37+240=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F425F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425F0 is #0BDA0F. Grayscale: #797979. Windows color (decimal): -776720 or 15738356. OLE color: 15738356.

HSL color Cylindrical-coordinate representation of color #F425F0: hue angle of 301.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425F0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24437240-
CMYK00.850.020.04
HSL301.16º90.39%55.1%-
HSV(B)301.16º84.84%95.69%-
XYZ53.726.8584.79-
YUV122.04194.58214.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 37 (14.84% from 255) = 7.10%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=46.83%
G=7.10%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443724000.850.020.04301.1690.3955.1
HexF425F00552412d5a37
Octal3644536001252445513267
Binary111101001001011111000001010101101001001011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F425F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F425F0; }

 p { color: rgb(244,37,240); }

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

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

 a { background-color: rgb(244,37,240); }

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

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

 span { border-color: rgb(244,37,240); }

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