#F725F2

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

Shades of Magenta #F725F2

Tints of Magenta #F725F2

Color information

#F725F2 (or 0xF725F2) is unknown color: approx Magenta. HEX triplet: F7, 25 and F2. RGB value is (247,37,242). Sum of RGB (Red+Green+Blue) = 247+37+242=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 37 (14.84% from 255 or 7.03% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F725F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725F2 is #08DA0D. Grayscale: #7A7A7A. Windows color (decimal): -580110 or 15869431. OLE color: 15869431.

HSL color Cylindrical-coordinate representation of color #F725F2: hue angle of 301.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725F2 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24737242-
CMYK00.850.020.03
HSL301.43º92.92%55.69%-
HSV(B)301.43º85.02%96.86%-
XYZ55.0527.5186.41-
YUV123.16195.07216.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 37 (14.84% from 255) = 7.03%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=46.96%
G=7.03%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473724200.850.020.03301.4392.9255.69
HexF725F20552312d5d38
Octal3674536201252345513570
Binary11110111100101111100100101010110111001011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F725F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F725F2; }

 p { color: rgb(247,37,242); }

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

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

 a { background-color: rgb(247,37,242); }

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

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

 span { border-color: rgb(247,37,242); }

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