#FF02D6

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

Shades of Hot Magenta #FF02D6

Tints of Hot Magenta #FF02D6

Color information

#FF02D6 (or 0xFF02D6) is unknown color: approx Hot Magenta. HEX triplet: FF, 02 and D6. RGB value is (255,2,214). Sum of RGB (Red+Green+Blue) = 255+2+214=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02D6 is #00FD29. Grayscale: #656565. Windows color (decimal): -64810 or 14025471. OLE color: 14025471.

HSL color Cylindrical-coordinate representation of color #FF02D6: hue angle of 309.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02D6 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB2552214-
CMYK00.990.160
HSL309.72º100%50.39%-
HSV(B)309.72º99.22%100%-
XYZ53.426.1665.85-
YUV101.82191.32237.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 2 (1.17% from 255) = 0.42%
BLUE value IS 214 (83.98% from 255) = 45.44%
R=54.14%
G=0.42%
B=45.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255221400.990.160309.7210050.39
HexFF2D60631001366432
Octal3772326014320046614462
Binary111111111011010110011000111000001001101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF02D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF02D6; }

 p { color: rgb(255,2,214); }

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

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

 a { background-color: rgb(255,2,214); }

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

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

 span { border-color: rgb(255,2,214); }

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