#F402DB

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

Shades of Hot Magenta #F402DB

Tints of Hot Magenta #F402DB

Color information

#F402DB (or 0xF402DB) is unknown color: approx Hot Magenta. HEX triplet: F4, 02 and DB. RGB value is (244,2,219). Sum of RGB (Red+Green+Blue) = 244+2+219=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F402DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402DB is #0BFD24. Grayscale: #626262. Windows color (decimal): -785701 or 14353140. OLE color: 14353140.

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

Color convert

RGB2442219-
CMYK00.990.100.04
HSL306.2º98.37%48.24%-
HSV(B)306.2º99.18%95.69%-
XYZ50.1224.3969.08-
YUV99.1195.67231.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.47%
GREEN value IS 2 (1.17% from 255) = 0.43%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=52.47%
G=0.43%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244221900.990.100.04306.298.3748.24
HexF42DB063A41326230
Octal3642333014312446214260
Binary1111010010110110110110001110101001001100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F402DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F402DB; }

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

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

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

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

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

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

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

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