Shades of Hot Pink #FA69BC
Tints of Hot Pink #FA69BC
RGB
CMYK
RGB Variations
Color information
#FA69BC (or 0xFA69BC) is known color: Hot Pink. HEX triplet: FA, 69 and BC. RGB value is (250,105,188). Sum of RGB (Red+Green+Blue) = 250+105+188=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69BC is #059643. Grayscale: #9D9D9D. Windows color (decimal): -366148 or 12347898. OLE color: 12347898.
HSL color Cylindrical-coordinate representation of color #FA69BC: hue angle of 325.66º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69BC is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 188 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.02 |
| HSL | 325.66º | 0.94% | 0.7% | - |
| HSV(B) | 325.66º | 0.58% | 0.98% | - |
| XYZ | 53.55 | 34.06 | 51.33 | - |
| YUV | 157.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 188 | 0 | 0.58 | 0.25 | 0.02 | 325.66 | 0.94 | 0.7 |
| Hex | FA | 69 | BC | 0 | 3A | 19 | 2 | 146 | 5E | 46 |
| Octal | 372 | 151 | 274 | 0 | 72 | 31 | 2 | 506 | 136 | 106 |
| Binary | 11111010 | 1101001 | 10111100 | 0 | 111010 | 11001 | 10 | 101000110 | 1011110 | 1000110 |
Color Harmonies of #FA69BC
Complementary color
Monochromatic Colors of #FA69BC
Black with #FA69BC
Text Example
Text Example
White with #FA69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69BC; }
p { color: rgb(250,105,188); }
H1.HeaderClassName
{
color: #FA69BC;
}
.AnyTagClassName
{
color: #FA69BC;
}
</style>
background-color css
<style>
a { background-color: #FA69BC; }
a { background-color: rgb(250,105,188); }
div.DivClassName
{
background-color: #FA69BC;
}
.BgClassName
{
background-color: #FA69BC;
}
</style>
border-color css
<style>
span { border-color: #FA69BC; }
span { border-color: rgb(250,105,188); }
td.TdClassName
{
border-color: #FA69BC;
}
.TagClassName
{
border-color: #FA69BC;
}
</style>