#F515DD

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

Shades of Hot Magenta #F515DD

Tints of Hot Magenta #F515DD

Color information

#F515DD (or 0xF515DD) is unknown color: approx Hot Magenta. HEX triplet: F5, 15 and DD. RGB value is (245,21,221). Sum of RGB (Red+Green+Blue) = 245+21+221=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F515DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515DD is #0AEA22. Grayscale: #6E6E6E. Windows color (decimal): -715299 or 14489077. OLE color: 14489077.

HSL color Cylindrical-coordinate representation of color #F515DD: hue angle of 306.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515DD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24521221-
CMYK00.910.100.04
HSL306.43º91.8%52.16%-
HSV(B)306.43º91.43%96.08%-
XYZ50.9825.1770.58-
YUV110.78190.21223.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 21 (8.59% from 255) = 4.31%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=50.31%
G=4.31%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452122100.910.100.04306.4391.852.16
HexF515DD05BA41325c34
Octal36525335013312446213464
Binary1111010110101110111010101101110101001001100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F515DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F515DD; }

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

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

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

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

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

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

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

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