Shades of Hot Pink #FA50C0
Tints of Hot Pink #FA50C0
RGB
CMYK
RGB Variations
Color information
#FA50C0 (or 0xFA50C0) is known color: Hot Pink. HEX triplet: FA, 50 and C0. RGB value is (250,80,192). Sum of RGB (Red+Green+Blue) = 250+80+192=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50C0 is #05AF3F. Grayscale: #8F8F8F. Windows color (decimal): -372544 or 12603642. OLE color: 12603642.
HSL color Cylindrical-coordinate representation of color #FA50C0: hue angle of 320.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50C0 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 192 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.02 |
| HSL | 320.47º | 0.94% | 0.65% | - |
| HSV(B) | 320.47º | 0.68% | 0.98% | - |
| XYZ | 51.81 | 29.87 | 52.9 | - |
| YUV | 143.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 192 | 0 | 0.68 | 0.23 | 0.02 | 320.47 | 0.94 | 0.65 |
| Hex | FA | 50 | C0 | 0 | 44 | 17 | 2 | 140 | 5E | 41 |
| Octal | 372 | 120 | 300 | 0 | 104 | 27 | 2 | 500 | 136 | 101 |
| Binary | 11111010 | 1010000 | 11000000 | 0 | 1000100 | 10111 | 10 | 101000000 | 1011110 | 1000001 |
Color Harmonies of #FA50C0
Complementary color
Monochromatic Colors of #FA50C0
Black with #FA50C0
Text Example
Text Example
White with #FA50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50C0; }
p { color: rgb(250,80,192); }
H1.HeaderClassName
{
color: #FA50C0;
}
.AnyTagClassName
{
color: #FA50C0;
}
</style>
background-color css
<style>
a { background-color: #FA50C0; }
a { background-color: rgb(250,80,192); }
div.DivClassName
{
background-color: #FA50C0;
}
.BgClassName
{
background-color: #FA50C0;
}
</style>
border-color css
<style>
span { border-color: #FA50C0; }
span { border-color: rgb(250,80,192); }
td.TdClassName
{
border-color: #FA50C0;
}
.TagClassName
{
border-color: #FA50C0;
}
</style>