#F105DA

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

Shades of Hot Magenta #F105DA

Tints of Hot Magenta #F105DA

Color information

#F105DA (or 0xF105DA) is unknown color: approx Hot Magenta. HEX triplet: F1, 05 and DA. RGB value is (241,5,218). Sum of RGB (Red+Green+Blue) = 241+5+218=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F105DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105DA is #0EFA25. Grayscale: #636363. Windows color (decimal): -981542 or 14288369. OLE color: 14288369.

HSL color Cylindrical-coordinate representation of color #F105DA: hue angle of 305.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105DA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB2415218-
CMYK00.980.100.05
HSL305.85º95.93%48.24%-
HSV(B)305.85º97.93%94.51%-
XYZ48.9823.8768.36-
YUV99.85194.69228.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=51.94%
G=1.08%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241521800.980.100.05305.8595.9348.24
HexF15DA062A51326030
Octal3615332014212546214060
Binary11110001101110110100110001010101011001100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F105DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F105DA; }

 p { color: rgb(241,5,218); }

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

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

 a { background-color: rgb(241,5,218); }

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

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

 span { border-color: rgb(241,5,218); }

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