#F10FD0

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

Shades of Hot Magenta #F10FD0

Tints of Hot Magenta #F10FD0

Color information

#F10FD0 (or 0xF10FD0) is unknown color: approx Hot Magenta. HEX triplet: F1, 0F and D0. RGB value is (241,15,208). Sum of RGB (Red+Green+Blue) = 241+15+208=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FD0 is #0EF02F. Grayscale: #686868. Windows color (decimal): -978992 or 13635569. OLE color: 13635569.

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

Color convert

RGB24115208-
CMYK00.940.140.05
HSL308.76º88.98%50.2%-
HSV(B)308.76º93.78%94.51%-
XYZ47.8323.661.71-
YUV104.58186.37225.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=51.94%
G=3.23%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411520800.940.140.05308.7688.9850.2
HexF1FD005EE51355932
Octal36117320013616546513162
Binary111100011111110100000101111011101011001101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FD0; }

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

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

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

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

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

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

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

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