#F517DB

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

Shades of Hot Magenta #F517DB

Tints of Hot Magenta #F517DB

Color information

#F517DB (or 0xF517DB) is unknown color: approx Hot Magenta. HEX triplet: F5, 17 and DB. RGB value is (245,23,219). Sum of RGB (Red+Green+Blue) = 245+23+219=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F517DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517DB is #0AE824. Grayscale: #6F6F6F. Windows color (decimal): -714789 or 14358517. OLE color: 14358517.

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

Color convert

RGB24523219-
CMYK00.910.110.04
HSL307.03º91.74%52.55%-
HSV(B)307.03º90.61%96.08%-
XYZ50.7525.1469.2-
YUV111.72188.55223.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 23 (9.38% from 255) = 4.72%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=50.31%
G=4.72%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452321900.910.110.04307.0391.7452.55
HexF517DB05BB41335c35
Octal36527333013313446313465
Binary1111010110111110110110101101110111001001100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F517DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F517DB; }

 p { color: rgb(245,23,219); }

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

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

 a { background-color: rgb(245,23,219); }

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

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

 span { border-color: rgb(245,23,219); }

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