Shades of Hot Pink #FA6DB5
Tints of Hot Pink #FA6DB5
RGB
CMYK
RGB Variations
Color information
#FA6DB5 (or 0xFA6DB5) is known color: Hot Pink. HEX triplet: FA, 6D and B5. RGB value is (250,109,181). Sum of RGB (Red+Green+Blue) = 250+109+181=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DB5 is #05924A. Grayscale: #9F9F9F. Windows color (decimal): -365131 or 11890170. OLE color: 11890170.
HSL color Cylindrical-coordinate representation of color #FA6DB5: hue angle of 329.36º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 181 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.02 |
| HSL | 329.36º | 0.93% | 0.7% | - |
| HSV(B) | 329.36º | 0.56% | 0.98% | - |
| XYZ | 53.23 | 34.6 | 47.59 | - |
| YUV | 159.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 181 | 0 | 0.56 | 0.28 | 0.02 | 329.36 | 0.93 | 0.7 |
| Hex | FA | 6D | B5 | 0 | 38 | 1C | 2 | 149 | 5D | 46 |
| Octal | 372 | 155 | 265 | 0 | 70 | 34 | 2 | 511 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10110101 | 0 | 111000 | 11100 | 10 | 101001001 | 1011101 | 1000110 |
Color Harmonies of #FA6DB5
Complementary color
Monochromatic Colors of #FA6DB5
Black with #FA6DB5
Text Example
Text Example
White with #FA6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DB5; }
p { color: rgb(250,109,181); }
H1.HeaderClassName
{
color: #FA6DB5;
}
.AnyTagClassName
{
color: #FA6DB5;
}
</style>
background-color css
<style>
a { background-color: #FA6DB5; }
a { background-color: rgb(250,109,181); }
div.DivClassName
{
background-color: #FA6DB5;
}
.BgClassName
{
background-color: #FA6DB5;
}
</style>
border-color css
<style>
span { border-color: #FA6DB5; }
span { border-color: rgb(250,109,181); }
td.TdClassName
{
border-color: #FA6DB5;
}
.TagClassName
{
border-color: #FA6DB5;
}
</style>