Shades of Hit Pink #FB9E6E
Tints of Hit Pink #FB9E6E
RGB
CMYK
RGB Variations
Color information
#FB9E6E (or 0xFB9E6E) is known color: Hit Pink. HEX triplet: FB, 9E and 6E. RGB value is (251,158,110). Sum of RGB (Red+Green+Blue) = 251+158+110=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E6E is #046191. Grayscale: #B4B4B4. Windows color (decimal): -287122 or 7249659. OLE color: 7249659.
HSL color Cylindrical-coordinate representation of color #FB9E6E: hue angle of 20.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB9E6E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 110 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.02 |
| HSL | 20.43º | 0.95% | 0.71% | - |
| HSV(B) | 20.43º | 0.56% | 0.98% | - |
| XYZ | 54.83 | 46.09 | 20.76 | - |
| YUV | 180.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 110 | 0 | 0.37 | 0.56 | 0.02 | 20.43 | 0.95 | 0.71 |
| Hex | FB | 9E | 6E | 0 | 25 | 38 | 2 | 14 | 5F | 47 |
| Octal | 373 | 236 | 156 | 0 | 45 | 70 | 2 | 24 | 137 | 107 |
| Binary | 11111011 | 10011110 | 1101110 | 0 | 100101 | 111000 | 10 | 10100 | 1011111 | 1000111 |
Color Harmonies of #FB9E6E
Complementary color
Monochromatic Colors of #FB9E6E
Black with #FB9E6E
Text Example
Text Example
White with #FB9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E6E; }
p { color: rgb(251,158,110); }
H1.HeaderClassName
{
color: #FB9E6E;
}
.AnyTagClassName
{
color: #FB9E6E;
}
</style>
background-color css
<style>
a { background-color: #FB9E6E; }
a { background-color: rgb(251,158,110); }
div.DivClassName
{
background-color: #FB9E6E;
}
.BgClassName
{
background-color: #FB9E6E;
}
</style>
border-color css
<style>
span { border-color: #FB9E6E; }
span { border-color: rgb(251,158,110); }
td.TdClassName
{
border-color: #FB9E6E;
}
.TagClassName
{
border-color: #FB9E6E;
}
</style>