#F200FF

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

Shades of Magenta #F200FF

Tints of Magenta #F200FF

Color information

#F200FF (or 0xF200FF) is unknown color: approx Magenta. HEX triplet: F2, 00 and FF. RGB value is (242,0,255). Sum of RGB (Red+Green+Blue) = 242+0+255=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 0 (0.39% from 255 or 0% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #F200FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200FF is #0DFF00. Grayscale: #646464. Windows color (decimal): -917249 or 16711922. OLE color: 16711922.

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

Color convert

RGB2420255-
CMYK0.05100
HSL296.94º100%50%-
HSV(B)296.94º100%100%-
XYZ54.6726.196.76-
YUV101.43214.67228.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.31%
R=48.69%
G=0%
B=51.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24202550.05100296.9410050
HexF20FF564001296432
Octal362037751440045114462
Binary111100100111111111011100100001001010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F200FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F200FF; }

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

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

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

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

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

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

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

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