Shades of Hot Pink #FA68BB
Tints of Hot Pink #FA68BB
RGB
CMYK
RGB Variations
Color information
#FA68BB (or 0xFA68BB) is known color: Hot Pink. HEX triplet: FA, 68 and BB. RGB value is (250,104,187). Sum of RGB (Red+Green+Blue) = 250+104+187=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68BB is #059744. Grayscale: #9C9C9C. Windows color (decimal): -366405 or 12282106. OLE color: 12282106.
HSL color Cylindrical-coordinate representation of color #FA68BB: hue angle of 325.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68BB is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 187 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.02 |
| HSL | 325.89º | 0.94% | 0.69% | - |
| HSV(B) | 325.89º | 0.58% | 0.98% | - |
| XYZ | 53.34 | 33.81 | 50.73 | - |
| YUV | 157.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 187 | 0 | 0.58 | 0.25 | 0.02 | 325.89 | 0.94 | 0.69 |
| Hex | FA | 68 | BB | 0 | 3A | 19 | 2 | 146 | 5E | 45 |
| Octal | 372 | 150 | 273 | 0 | 72 | 31 | 2 | 506 | 136 | 105 |
| Binary | 11111010 | 1101000 | 10111011 | 0 | 111010 | 11001 | 10 | 101000110 | 1011110 | 1000101 |
Color Harmonies of #FA68BB
Complementary color
Monochromatic Colors of #FA68BB
Black with #FA68BB
Text Example
Text Example
White with #FA68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68BB; }
p { color: rgb(250,104,187); }
H1.HeaderClassName
{
color: #FA68BB;
}
.AnyTagClassName
{
color: #FA68BB;
}
</style>
background-color css
<style>
a { background-color: #FA68BB; }
a { background-color: rgb(250,104,187); }
div.DivClassName
{
background-color: #FA68BB;
}
.BgClassName
{
background-color: #FA68BB;
}
</style>
border-color css
<style>
span { border-color: #FA68BB; }
span { border-color: rgb(250,104,187); }
td.TdClassName
{
border-color: #FA68BB;
}
.TagClassName
{
border-color: #FA68BB;
}
</style>