#F218F6

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

Shades of Magenta #F218F6

Tints of Magenta #F218F6

Color information

#F218F6 (or 0xF218F6) is unknown color: approx Magenta. HEX triplet: F2, 18 and F6. RGB value is (242,24,246). Sum of RGB (Red+Green+Blue) = 242+24+246=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #F218F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218F6 is #0DE709. Grayscale: #717171. Windows color (decimal): -911114 or 16128242. OLE color: 16128242.

HSL color Cylindrical-coordinate representation of color #F218F6: hue angle of 298.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218F6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24224246-
CMYK0.020.9000.04
HSL298.92º92.5%52.94%-
HSV(B)298.92º90.24%96.47%-
XYZ53.5826.1889.42-
YUV114.49202.22218.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 24 (9.77% from 255) = 4.69%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=47.27%
G=4.69%
B=48.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242242460.020.9000.04298.9292.552.94
HexF218F625A0412b5c35
Octal3623036621320445313465
Binary11110010110001111011010101101001001001010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F218F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F218F6; }

 p { color: rgb(242,24,246); }

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

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

 a { background-color: rgb(242,24,246); }

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

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

 span { border-color: rgb(242,24,246); }

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