Shades of Sweet Pink #F9928F
Tints of Sweet Pink #F9928F
RGB
CMYK
RGB Variations
Color information
#F9928F (or 0xF9928F) is known color: Sweet Pink. HEX triplet: F9, 92 and 8F. RGB value is (249,146,143). Sum of RGB (Red+Green+Blue) = 249+146+143=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9928F is #066D70. Grayscale: #B0B0B0. Windows color (decimal): -421233 or 9409273. OLE color: 9409273.
HSL color Cylindrical-coordinate representation of color #F9928F: hue angle of 1.7º 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 #F9928F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 143 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.02 |
| HSL | 1.7º | 0.9% | 0.77% | - |
| HSV(B) | 1.7º | 0.43% | 0.98% | - |
| XYZ | 54.3 | 42.68 | 31.36 | - |
| YUV | 176.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 143 | 0 | 0.41 | 0.43 | 0.02 | 1.7 | 0.9 | 0.77 |
| Hex | F9 | 92 | 8F | 0 | 29 | 2B | 2 | 2 | 5A | 4D |
| Octal | 371 | 222 | 217 | 0 | 51 | 53 | 2 | 2 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10001111 | 0 | 101001 | 101011 | 10 | 10 | 1011010 | 1001101 |
Color Harmonies of #F9928F
Complementary color
Monochromatic Colors of #F9928F
Black with #F9928F
Text Example
Text Example
White with #F9928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9928F; }
p { color: rgb(249,146,143); }
H1.HeaderClassName
{
color: #F9928F;
}
.AnyTagClassName
{
color: #F9928F;
}
</style>
background-color css
<style>
a { background-color: #F9928F; }
a { background-color: rgb(249,146,143); }
div.DivClassName
{
background-color: #F9928F;
}
.BgClassName
{
background-color: #F9928F;
}
</style>
border-color css
<style>
span { border-color: #F9928F; }
span { border-color: rgb(249,146,143); }
td.TdClassName
{
border-color: #F9928F;
}
.TagClassName
{
border-color: #F9928F;
}
</style>