Shades of Hot Pink #FA6DB4
Tints of Hot Pink #FA6DB4
RGB
CMYK
RGB Variations
Color information
#FA6DB4 (or 0xFA6DB4) is known color: Hot Pink. HEX triplet: FA, 6D and B4. RGB value is (250,109,180). Sum of RGB (Red+Green+Blue) = 250+109+180=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DB4 is #05924B. Grayscale: #9F9F9F. Windows color (decimal): -365132 or 11824634. OLE color: 11824634.
HSL color Cylindrical-coordinate representation of color #FA6DB4: hue angle of 329.79º 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 #FA6DB4 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 180 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.02 |
| HSL | 329.79º | 0.93% | 0.7% | - |
| HSV(B) | 329.79º | 0.56% | 0.98% | - |
| XYZ | 53.13 | 34.56 | 47.05 | - |
| YUV | 159.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 180 | 0 | 0.56 | 0.28 | 0.02 | 329.79 | 0.93 | 0.7 |
| Hex | FA | 6D | B4 | 0 | 38 | 1C | 2 | 14A | 5D | 46 |
| Octal | 372 | 155 | 264 | 0 | 70 | 34 | 2 | 512 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10110100 | 0 | 111000 | 11100 | 10 | 101001010 | 1011101 | 1000110 |
Color Harmonies of #FA6DB4
Complementary color
Monochromatic Colors of #FA6DB4
Black with #FA6DB4
Text Example
Text Example
White with #FA6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DB4; }
p { color: rgb(250,109,180); }
H1.HeaderClassName
{
color: #FA6DB4;
}
.AnyTagClassName
{
color: #FA6DB4;
}
</style>
background-color css
<style>
a { background-color: #FA6DB4; }
a { background-color: rgb(250,109,180); }
div.DivClassName
{
background-color: #FA6DB4;
}
.BgClassName
{
background-color: #FA6DB4;
}
</style>
border-color css
<style>
span { border-color: #FA6DB4; }
span { border-color: rgb(250,109,180); }
td.TdClassName
{
border-color: #FA6DB4;
}
.TagClassName
{
border-color: #FA6DB4;
}
</style>