Shades of Hot Pink #FB74AD
Tints of Hot Pink #FB74AD
RGB
CMYK
RGB Variations
Color information
#FB74AD (or 0xFB74AD) is known color: Hot Pink. HEX triplet: FB, 74 and AD. RGB value is (251,116,173). Sum of RGB (Red+Green+Blue) = 251+116+173=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB74AD is #048B52. Grayscale: #A2A2A2. Windows color (decimal): -297811 or 11367675. OLE color: 11367675.
HSL color Cylindrical-coordinate representation of color #FB74AD: hue angle of 334.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB74AD is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 173 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.02 |
| HSL | 334.67º | 0.94% | 0.72% | - |
| HSV(B) | 334.67º | 0.54% | 0.98% | - |
| XYZ | 53.57 | 36.02 | 43.66 | - |
| YUV | 162.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 173 | 0 | 0.54 | 0.31 | 0.02 | 334.67 | 0.94 | 0.72 |
| Hex | FB | 74 | AD | 0 | 36 | 1F | 2 | 14F | 5E | 48 |
| Octal | 373 | 164 | 255 | 0 | 66 | 37 | 2 | 517 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10101101 | 0 | 110110 | 11111 | 10 | 101001111 | 1011110 | 1001000 |
Color Harmonies of #FB74AD
Complementary color
Monochromatic Colors of #FB74AD
Black with #FB74AD
Text Example
Text Example
White with #FB74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74AD; }
p { color: rgb(251,116,173); }
H1.HeaderClassName
{
color: #FB74AD;
}
.AnyTagClassName
{
color: #FB74AD;
}
</style>
background-color css
<style>
a { background-color: #FB74AD; }
a { background-color: rgb(251,116,173); }
div.DivClassName
{
background-color: #FB74AD;
}
.BgClassName
{
background-color: #FB74AD;
}
</style>
border-color css
<style>
span { border-color: #FB74AD; }
span { border-color: rgb(251,116,173); }
td.TdClassName
{
border-color: #FB74AD;
}
.TagClassName
{
border-color: #FB74AD;
}
</style>