#F025F4

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

Shades of Magenta #F025F4

Tints of Magenta #F025F4

Color information

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

HSL color Cylindrical-coordinate representation of color #F025F4: hue angle of 298.84º 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 #F025F4 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24037244-
CMYK0.020.8500.04
HSL298.84º90.39%55.1%-
HSV(B)298.84º84.84%95.69%-
XYZ52.9326.3887.89-
YUV121.29197.25212.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240372440.020.8500.04298.8490.3955.1
HexF025F42550412b5a37
Octal3604536421250445313267
Binary111100001001011111010010101010101001001010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F025F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F025F4; }

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

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

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

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

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

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

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

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