Shades of Sweet Pink #F9928E
Tints of Sweet Pink #F9928E
RGB
CMYK
RGB Variations
Color information
#F9928E (or 0xF9928E) is known color: Sweet Pink. HEX triplet: F9, 92 and 8E. RGB value is (249,146,142). Sum of RGB (Red+Green+Blue) = 249+146+142=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9928E is #066D71. Grayscale: #B0B0B0. Windows color (decimal): -421234 or 9343737. OLE color: 9343737.
HSL color Cylindrical-coordinate representation of color #F9928E: hue angle of 2.24º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9928E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 142 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.02 |
| HSL | 2.24º | 0.9% | 0.77% | - |
| HSV(B) | 2.24º | 0.43% | 0.98% | - |
| XYZ | 54.23 | 42.65 | 30.97 | - |
| YUV | 176.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 142 | 0 | 0.41 | 0.43 | 0.02 | 2.24 | 0.9 | 0.77 |
| Hex | F9 | 92 | 8E | 0 | 29 | 2B | 2 | 2 | 5A | 4D |
| Octal | 371 | 222 | 216 | 0 | 51 | 53 | 2 | 2 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10001110 | 0 | 101001 | 101011 | 10 | 10 | 1011010 | 1001101 |
Color Harmonies of #F9928E
Complementary color
Monochromatic Colors of #F9928E
Black with #F9928E
Text Example
Text Example
White with #F9928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9928E; }
p { color: rgb(249,146,142); }
H1.HeaderClassName
{
color: #F9928E;
}
.AnyTagClassName
{
color: #F9928E;
}
</style>
background-color css
<style>
a { background-color: #F9928E; }
a { background-color: rgb(249,146,142); }
div.DivClassName
{
background-color: #F9928E;
}
.BgClassName
{
background-color: #F9928E;
}
</style>
border-color css
<style>
span { border-color: #F9928E; }
span { border-color: rgb(249,146,142); }
td.TdClassName
{
border-color: #F9928E;
}
.TagClassName
{
border-color: #F9928E;
}
</style>