#FA06D4

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

Shades of Hot Magenta #FA06D4

Tints of Hot Magenta #FA06D4

Color information

#FA06D4 (or 0xFA06D4) is unknown color: approx Hot Magenta. HEX triplet: FA, 06 and D4. RGB value is (250,6,212). Sum of RGB (Red+Green+Blue) = 250+6+212=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06D4 is #05F92B. Grayscale: #656565. Windows color (decimal): -391468 or 13895418. OLE color: 13895418.

HSL color Cylindrical-coordinate representation of color #FA06D4: hue angle of 309.34º 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 #FA06D4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB2506212-
CMYK00.980.150.02
HSL309.34º96.06%50.2%-
HSV(B)309.34º97.6%98.04%-
XYZ51.3725.2164.45-
YUV102.44189.84233.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 6 (2.73% from 255) = 1.28%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=53.42%
G=1.28%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250621200.980.150.02309.3496.0650.2
HexFA6D4062F21356032
Octal3726324014217246514062
Binary1111101011011010100011000101111101001101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA06D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA06D4; }

 p { color: rgb(250,6,212); }

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

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

 a { background-color: rgb(250,6,212); }

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

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

 span { border-color: rgb(250,6,212); }

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