Shades of Sweet Pink #F89595
Tints of Sweet Pink #F89595
RGB
CMYK
RGB Variations
Color information
#F89595 (or 0xF89595) is known color: Sweet Pink. HEX triplet: F8, 95 and 95. RGB value is (248,149,149). Sum of RGB (Red+Green+Blue) = 248+149+149=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89595 is #076A6A. Grayscale: #B2B2B2. Windows color (decimal): -485995 or 9803256. OLE color: 9803256.
HSL color Cylindrical-coordinate representation of color #F89595: hue angle of 0º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89595 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 149 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.03 |
| HSL | 0º | 0.88% | 0.78% | - |
| HSV(B) | 0º | 0.4% | 0.97% | - |
| XYZ | 54.88 | 43.62 | 33.96 | - |
| YUV | 178.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 149 | 0 | 0.40 | 0.40 | 0.03 | 0 | 0.88 | 0.78 |
| Hex | F8 | 95 | 95 | 0 | 28 | 28 | 3 | 0 | 58 | 4E |
| Octal | 370 | 225 | 225 | 0 | 50 | 50 | 3 | 0 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10010101 | 0 | 101000 | 101000 | 11 | 0 | 1011000 | 1001110 |
Color Harmonies of #F89595
Complementary color
Monochromatic Colors of #F89595
Black with #F89595
Text Example
Text Example
White with #F89595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89595; }
p { color: rgb(248,149,149); }
H1.HeaderClassName
{
color: #F89595;
}
.AnyTagClassName
{
color: #F89595;
}
</style>
background-color css
<style>
a { background-color: #F89595; }
a { background-color: rgb(248,149,149); }
div.DivClassName
{
background-color: #F89595;
}
.BgClassName
{
background-color: #F89595;
}
</style>
border-color css
<style>
span { border-color: #F89595; }
span { border-color: rgb(248,149,149); }
td.TdClassName
{
border-color: #F89595;
}
.TagClassName
{
border-color: #F89595;
}
</style>