#F100FF

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

Shades of Magenta #F100FF

Tints of Magenta #F100FF

Color information

#F100FF (or 0xF100FF) is unknown color: approx Magenta. HEX triplet: F1, 00 and FF. RGB value is (241,0,255). Sum of RGB (Red+Green+Blue) = 241+0+255=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #F100FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100FF is #0EFF00. Grayscale: #646464. Windows color (decimal): -982785 or 16711921. OLE color: 16711921.

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

Color convert

RGB2410255-
CMYK0.05100
HSL296.71º100%50%-
HSV(B)296.71º100%100%-
XYZ54.3325.9296.75-
YUV101.13214.84227.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.41%
R=48.59%
G=0%
B=51.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24102550.05100296.7110050
HexF10FF564001296432
Octal361037751440045114462
Binary111100010111111111011100100001001010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F100FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F100FF; }

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

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

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

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

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

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

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

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