#F225F4

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

Shades of Magenta #F225F4

Tints of Magenta #F225F4

Color information

#F225F4 (or 0xF225F4) is unknown color: approx Magenta. HEX triplet: F2, 25 and F4. RGB value is (242,37,244). Sum of RGB (Red+Green+Blue) = 242+37+244=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #F225F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225F4 is #0DDA0B. Grayscale: #797979. Windows color (decimal): -907788 or 16000498. OLE color: 16000498.

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

Color convert

RGB24237244-
CMYK0.010.8500.04
HSL299.42º90.39%55.1%-
HSV(B)299.42º84.84%95.69%-
XYZ53.6126.7387.92-
YUV121.89196.92213.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 37 (14.84% from 255) = 7.07%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=46.27%
G=7.07%
B=46.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242372440.010.8500.04299.4290.3955.1
HexF225F41550412b5a37
Octal3624536411250445313267
Binary11110010100101111101001101010101001001010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F225F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F225F4; }

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

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

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

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

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

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

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

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