Shades of Sweet Pink #F99896
Tints of Sweet Pink #F99896
RGB
CMYK
RGB Variations
Color information
#F99896 (or 0xF99896) is known color: Sweet Pink. HEX triplet: F9, 98 and 96. RGB value is (249,152,150). Sum of RGB (Red+Green+Blue) = 249+152+150=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F99896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99896 is #066769. Grayscale: #B4B4B4. Windows color (decimal): -419690 or 9869561. OLE color: 9869561.
HSL color Cylindrical-coordinate representation of color #F99896: hue angle of 1.21º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99896 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 150 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.02 |
| HSL | 1.21º | 0.89% | 0.78% | - |
| HSV(B) | 1.21º | 0.4% | 0.98% | - |
| XYZ | 55.8 | 44.8 | 34.56 | - |
| YUV | 180.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 150 | 0 | 0.39 | 0.40 | 0.02 | 1.21 | 0.89 | 0.78 |
| Hex | F9 | 98 | 96 | 0 | 27 | 28 | 2 | 1 | 59 | 4E |
| Octal | 371 | 230 | 226 | 0 | 47 | 50 | 2 | 1 | 131 | 116 |
| Binary | 11111001 | 10011000 | 10010110 | 0 | 100111 | 101000 | 10 | 1 | 1011001 | 1001110 |
Color Harmonies of #F99896
Complementary color
Monochromatic Colors of #F99896
Black with #F99896
Text Example
Text Example
White with #F99896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99896; }
p { color: rgb(249,152,150); }
H1.HeaderClassName
{
color: #F99896;
}
.AnyTagClassName
{
color: #F99896;
}
</style>
background-color css
<style>
a { background-color: #F99896; }
a { background-color: rgb(249,152,150); }
div.DivClassName
{
background-color: #F99896;
}
.BgClassName
{
background-color: #F99896;
}
</style>
border-color css
<style>
span { border-color: #F99896; }
span { border-color: rgb(249,152,150); }
td.TdClassName
{
border-color: #F99896;
}
.TagClassName
{
border-color: #F99896;
}
</style>