#F200E6

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

Shades of Magenta #F200E6

Tints of Magenta #F200E6

Color information

#F200E6 (or 0xF200E6) is unknown color: approx Magenta. HEX triplet: F2, 00 and E6. RGB value is (242,0,230). Sum of RGB (Red+Green+Blue) = 242+0+230=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F200E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200E6 is #0DFF19. Grayscale: #616161. Windows color (decimal): -917274 or 15073522. OLE color: 15073522.

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

Color convert

RGB2420230-
CMYK010.050.05
HSL302.98º100%47.45%-
HSV(B)302.98º100%94.9%-
XYZ50.924.5976.93-
YUV98.58202.17230.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=51.27%
G=0%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2420230010.050.05302.9810047.45
HexF20E60645512f642f
Octal362034601445545714457
Binary11110010011100110011001001011011001011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F200E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F200E6; }

 p { color: rgb(242,0,230); }

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

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

 a { background-color: rgb(242,0,230); }

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

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

 span { border-color: rgb(242,0,230); }

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