#FA05DD

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

Shades of Hot Magenta #FA05DD

Tints of Hot Magenta #FA05DD

Color information

#FA05DD (or 0xFA05DD) is unknown color: approx Hot Magenta. HEX triplet: FA, 05 and DD. RGB value is (250,5,221). Sum of RGB (Red+Green+Blue) = 250+5+221=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05DD is #05FA22. Grayscale: #666666. Windows color (decimal): -391715 or 14484986. OLE color: 14484986.

HSL color Cylindrical-coordinate representation of color #FA05DD: hue angle of 307.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05DD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB2505221-
CMYK00.980.120.02
HSL307.1º96.08%50%-
HSV(B)307.1º98%98.04%-
XYZ52.5325.6570.59-
YUV102.88194.67232.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.52%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=52.52%
G=1.05%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250522100.980.120.02307.196.0850
HexFA5DD062C21336032
Octal3725335014214246314062
Binary1111101010111011101011000101100101001100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA05DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA05DD; }

 p { color: rgb(250,5,221); }

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

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

 a { background-color: rgb(250,5,221); }

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

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

 span { border-color: rgb(250,5,221); }

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