#F115DD

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

Shades of Hot Magenta #F115DD

Tints of Hot Magenta #F115DD

Color information

#F115DD (or 0xF115DD) is unknown color: approx Hot Magenta. HEX triplet: F1, 15 and DD. RGB value is (241,21,221). Sum of RGB (Red+Green+Blue) = 241+21+221=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F115DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115DD is #0EEA22. Grayscale: #6D6D6D. Windows color (decimal): -977443 or 14489073. OLE color: 14489073.

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

Color convert

RGB24121221-
CMYK00.910.080.05
HSL305.45º88.71%51.37%-
HSV(B)305.45º91.29%94.51%-
XYZ49.5924.4670.51-
YUV109.58190.89221.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 21 (8.59% from 255) = 4.35%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=49.90%
G=4.35%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412122100.910.080.05305.4588.7151.37
HexF115DD05B851315933
Octal36125335013310546113163
Binary1111000110101110111010101101110001011001100011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F115DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F115DD; }

 p { color: rgb(241,21,221); }

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

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

 a { background-color: rgb(241,21,221); }

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

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

 span { border-color: rgb(241,21,221); }

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