Shades of Sweet Pink #F8958F
Tints of Sweet Pink #F8958F
RGB
CMYK
RGB Variations
Color information
#F8958F (or 0xF8958F) is known color: Sweet Pink. HEX triplet: F8, 95 and 8F. RGB value is (248,149,143). Sum of RGB (Red+Green+Blue) = 248+149+143=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8958F is #076A70. Grayscale: #B2B2B2. Windows color (decimal): -486001 or 9410040. OLE color: 9410040.
HSL color Cylindrical-coordinate representation of color #F8958F: hue angle of 3.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8958F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 143 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.03 |
| HSL | 3.43º | 0.88% | 0.77% | - |
| HSV(B) | 3.43º | 0.42% | 0.97% | - |
| XYZ | 54.42 | 43.43 | 31.5 | - |
| YUV | 177.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 143 | 0 | 0.40 | 0.42 | 0.03 | 3.43 | 0.88 | 0.77 |
| Hex | F8 | 95 | 8F | 0 | 28 | 2A | 3 | 3 | 58 | 4D |
| Octal | 370 | 225 | 217 | 0 | 50 | 52 | 3 | 3 | 130 | 115 |
| Binary | 11111000 | 10010101 | 10001111 | 0 | 101000 | 101010 | 11 | 11 | 1011000 | 1001101 |
Color Harmonies of #F8958F
Complementary color
Monochromatic Colors of #F8958F
Black with #F8958F
Text Example
Text Example
White with #F8958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8958F; }
p { color: rgb(248,149,143); }
H1.HeaderClassName
{
color: #F8958F;
}
.AnyTagClassName
{
color: #F8958F;
}
</style>
background-color css
<style>
a { background-color: #F8958F; }
a { background-color: rgb(248,149,143); }
div.DivClassName
{
background-color: #F8958F;
}
.BgClassName
{
background-color: #F8958F;
}
</style>
border-color css
<style>
span { border-color: #F8958F; }
span { border-color: rgb(248,149,143); }
td.TdClassName
{
border-color: #F8958F;
}
.TagClassName
{
border-color: #F8958F;
}
</style>