#F000FF

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

Shades of Magenta #F000FF

Tints of Magenta #F000FF

Color information

#F000FF (or 0xF000FF) is unknown color: approx Magenta. HEX triplet: F0, 00 and FF. RGB value is (240,0,255). Sum of RGB (Red+Green+Blue) = 240+0+255=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 0 (0.39% from 255 or 0% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #F000FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000FF is #0FFF00. Grayscale: #646464. Windows color (decimal): -1048321 or 16711920. OLE color: 16711920.

HSL color Cylindrical-coordinate representation of color #F000FF: hue angle of 296.47º 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 #F000FF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2400255-
CMYK0.06100
HSL296.47º100%50%-
HSV(B)296.47º100%100%-
XYZ53.9925.7596.73-
YUV100.83215.01227.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.52%
R=48.48%
G=0%
B=51.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24002550.06100296.4710050
HexF00FF664001286432
Octal360037761440045014462
Binary111100000111111111101100100001001010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F000FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F000FF; }

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

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

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

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

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

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

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

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