#F10FF8

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

Shades of Magenta #F10FF8

Tints of Magenta #F10FF8

Color information

#F10FF8 (or 0xF10FF8) is unknown color: approx Magenta. HEX triplet: F1, 0F and F8. RGB value is (241,15,248). Sum of RGB (Red+Green+Blue) = 241+15+248=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #F10FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FF8 is #0EF007. Grayscale: #6C6C6C. Windows color (decimal): -978952 or 16257009. OLE color: 16257009.

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

Color convert

RGB24115248-
CMYK0.030.9400.03
HSL298.2º94.33%51.57%-
HSV(B)298.2º93.95%97.25%-
XYZ53.3925.8290.98-
YUV109.14206.37222.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 15 (6.25% from 255) = 2.98%
BLUE value IS 248 (97.27% from 255) = 49.21%
R=47.82%
G=2.98%
B=49.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal241152480.030.9400.03298.294.3351.57
HexF1FF835E0312a5e34
Octal3611737031360345213664
Binary111100011111111110001110111100111001010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FF8; }

 p { color: rgb(241,15,248); }

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

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

 a { background-color: rgb(241,15,248); }

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

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

 span { border-color: rgb(241,15,248); }

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