#F225F7

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

Shades of Magenta #F225F7

Tints of Magenta #F225F7

Color information

#F225F7 (or 0xF225F7) is unknown color: approx Magenta. HEX triplet: F2, 25 and F7. RGB value is (242,37,247). Sum of RGB (Red+Green+Blue) = 242+37+247=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 37 (14.84% from 255 or 7.03% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #F225F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225F7 is #0DDA08. Grayscale: #797979. Windows color (decimal): -907785 or 16197106. OLE color: 16197106.

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

Color convert

RGB24237247-
CMYK0.020.8500.03
HSL298.57º92.92%55.69%-
HSV(B)298.57º85.02%96.86%-
XYZ54.0726.9290.34-
YUV122.24198.42213.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242372470.020.8500.03298.5792.9255.69
HexF225F72550312b5d38
Octal3624536721250345313570
Binary11110010100101111101111010101010111001010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F225F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F225F7; }

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

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

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

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

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

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

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

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