#FA00DD

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

Shades of Hot Magenta #FA00DD

Tints of Hot Magenta #FA00DD

Color information

#FA00DD (or 0xFA00DD) is unknown color: approx Hot Magenta. HEX triplet: FA, 00 and DD. RGB value is (250,0,221). Sum of RGB (Red+Green+Blue) = 250+0+221=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00DD is #05FF22. Grayscale: #636363. Windows color (decimal): -392995 or 14483706. OLE color: 14483706.

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

Color convert

RGB2500221-
CMYK010.120.02
HSL306.96º100%49.02%-
HSV(B)306.96º100%98.04%-
XYZ52.4825.5470.57-
YUV99.94196.32235.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=53.08%
G=0%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2500221010.120.02306.9610049.02
HexFA0DD064C21336431
Octal3720335014414246314461
Binary11111010011011101011001001100101001100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA00DD; }

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

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

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

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

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

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

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

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