#F115F2

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

Shades of Magenta #F115F2

Tints of Magenta #F115F2

Color information

#F115F2 (or 0xF115F2) is unknown color: approx Magenta. HEX triplet: F1, 15 and F2. RGB value is (241,21,242). Sum of RGB (Red+Green+Blue) = 241+21+242=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #F115F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115F2 is #0EEA0D. Grayscale: #6F6F6F. Windows color (decimal): -977422 or 15865329. OLE color: 15865329.

HSL color Cylindrical-coordinate representation of color #F115F2: hue angle of 299.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115F2 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24121242-
CMYK0.000.9100.05
HSL299.73º89.47%51.57%-
HSV(B)299.73º91.32%94.9%-
XYZ52.5725.6586.18-
YUV111.97201.39220.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 21 (8.59% from 255) = 4.17%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=47.82%
G=4.17%
B=48.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241212420.000.9100.05299.7389.4751.57
HexF115F205B0512c5934
Octal3612536201330545413164
Binary1111000110101111100100101101101011001011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F115F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F115F2; }

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

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

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

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

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

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

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

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