Shades of Hot Pink #FA65B7
Tints of Hot Pink #FA65B7
RGB
CMYK
RGB Variations
Color information
#FA65B7 (or 0xFA65B7) is known color: Hot Pink. HEX triplet: FA, 65 and B7. RGB value is (250,101,183). Sum of RGB (Red+Green+Blue) = 250+101+183=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65B7 is #059A48. Grayscale: #9A9A9A. Windows color (decimal): -367177 or 12019194. OLE color: 12019194.
HSL color Cylindrical-coordinate representation of color #FA65B7: hue angle of 326.98º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65B7 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 183 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.02 |
| HSL | 326.98º | 0.94% | 0.69% | - |
| HSV(B) | 326.98º | 0.6% | 0.98% | - |
| XYZ | 52.63 | 33.05 | 48.41 | - |
| YUV | 154.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 183 | 0 | 0.60 | 0.27 | 0.02 | 326.98 | 0.94 | 0.69 |
| Hex | FA | 65 | B7 | 0 | 3C | 1B | 2 | 147 | 5E | 45 |
| Octal | 372 | 145 | 267 | 0 | 74 | 33 | 2 | 507 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10110111 | 0 | 111100 | 11011 | 10 | 101000111 | 1011110 | 1000101 |
Color Harmonies of #FA65B7
Complementary color
Monochromatic Colors of #FA65B7
Black with #FA65B7
Text Example
Text Example
White with #FA65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65B7; }
p { color: rgb(250,101,183); }
H1.HeaderClassName
{
color: #FA65B7;
}
.AnyTagClassName
{
color: #FA65B7;
}
</style>
background-color css
<style>
a { background-color: #FA65B7; }
a { background-color: rgb(250,101,183); }
div.DivClassName
{
background-color: #FA65B7;
}
.BgClassName
{
background-color: #FA65B7;
}
</style>
border-color css
<style>
span { border-color: #FA65B7; }
span { border-color: rgb(250,101,183); }
td.TdClassName
{
border-color: #FA65B7;
}
.TagClassName
{
border-color: #FA65B7;
}
</style>