#F815F2

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

Shades of Magenta #F815F2

Tints of Magenta #F815F2

Color information

#F815F2 (or 0xF815F2) is unknown color: approx Magenta. HEX triplet: F8, 15 and F2. RGB value is (248,21,242). Sum of RGB (Red+Green+Blue) = 248+21+242=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 21 (8.59% from 255 or 4.11% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F815F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815F2 is #07EA0D. Grayscale: #717171. Windows color (decimal): -518670 or 15865336. OLE color: 15865336.

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

Color convert

RGB24821242-
CMYK00.920.020.03
HSL301.59º94.19%52.75%-
HSV(B)301.59º91.53%97.25%-
XYZ55.0126.986.3-
YUV114.07200.21223.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 21 (8.59% from 255) = 4.11%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=48.53%
G=4.11%
B=47.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482124200.920.020.03301.5994.1952.75
HexF815F205C2312e5e35
Octal3702536201342345613665
Binary1111100010101111100100101110010111001011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F815F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F815F2; }

 p { color: rgb(248,21,242); }

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

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

 a { background-color: rgb(248,21,242); }

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

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

 span { border-color: rgb(248,21,242); }

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