#F206F8

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

Shades of Magenta #F206F8

Tints of Magenta #F206F8

Color information

#F206F8 (or 0xF206F8) is unknown color: approx Magenta. HEX triplet: F2, 06 and F8. RGB value is (242,6,248). Sum of RGB (Red+Green+Blue) = 242+6+248=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 6 (2.73% from 255 or 1.21% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #F206F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206F8 is #0DF907. Grayscale: #676767. Windows color (decimal): -915720 or 16254706. OLE color: 16254706.

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

Color convert

RGB2426248-
CMYK0.020.9800.03
HSL298.51º95.28%49.8%-
HSV(B)298.51º97.58%97.25%-
XYZ53.6325.7890.96-
YUV104.15209.19226.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 6 (2.73% from 255) = 1.21%
BLUE value IS 248 (97.27% from 255) = 50%
R=48.79%
G=1.21%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24262480.020.9800.03298.5195.2849.8
HexF26F82620312b5f32
Octal362637021420345313762
Binary11110010110111110001011000100111001010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F206F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F206F8; }

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

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

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

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

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

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

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

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