#F415DB

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

Shades of Hot Magenta #F415DB

Tints of Hot Magenta #F415DB

Color information

#F415DB (or 0xF415DB) is unknown color: approx Hot Magenta. HEX triplet: F4, 15 and DB. RGB value is (244,21,219). Sum of RGB (Red+Green+Blue) = 244+21+219=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F415DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415DB is #0BEA24. Grayscale: #6D6D6D. Windows color (decimal): -780837 or 14358004. OLE color: 14358004.

HSL color Cylindrical-coordinate representation of color #F415DB: hue angle of 306.73º degrees, saturation: 0.91, 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 #F415DB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24421219-
CMYK00.910.100.04
HSL306.73º91.02%51.96%-
HSV(B)306.73º91.39%95.69%-
XYZ50.3624.8869.17-
YUV110.25189.38223.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.41%
GREEN value IS 21 (8.59% from 255) = 4.34%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=50.41%
G=4.34%
B=45.25%

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
Decimal2442121900.910.100.04306.7391.0251.96
HexF415DB05BA41335b34
Octal36425333013312446313364
Binary1111010010101110110110101101110101001001100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F415DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F415DB; }

 p { color: rgb(244,21,219); }

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

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

 a { background-color: rgb(244,21,219); }

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

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

 span { border-color: rgb(244,21,219); }

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