Shades of Sweet Pink #F99695
Tints of Sweet Pink #F99695
RGB
CMYK
RGB Variations
Color information
#F99695 (or 0xF99695) is known color: Sweet Pink. HEX triplet: F9, 96 and 95. RGB value is (249,150,149). Sum of RGB (Red+Green+Blue) = 249+150+149=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F99695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99695 is #06696A. Grayscale: #B3B3B3. Windows color (decimal): -420203 or 9803513. OLE color: 9803513.
HSL color Cylindrical-coordinate representation of color #F99695: hue angle of 0.6º 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 #F99695 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 149 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.02 |
| HSL | 0.6º | 0.89% | 0.78% | - |
| HSV(B) | 0.6º | 0.4% | 0.98% | - |
| XYZ | 55.4 | 44.12 | 34.03 | - |
| YUV | 179.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 149 | 0 | 0.40 | 0.40 | 0.02 | 0.6 | 0.89 | 0.78 |
| Hex | F9 | 96 | 95 | 0 | 28 | 28 | 2 | 1 | 59 | 4E |
| Octal | 371 | 226 | 225 | 0 | 50 | 50 | 2 | 1 | 131 | 116 |
| Binary | 11111001 | 10010110 | 10010101 | 0 | 101000 | 101000 | 10 | 1 | 1011001 | 1001110 |
Color Harmonies of #F99695
Complementary color
Monochromatic Colors of #F99695
Black with #F99695
Text Example
Text Example
White with #F99695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99695; }
p { color: rgb(249,150,149); }
H1.HeaderClassName
{
color: #F99695;
}
.AnyTagClassName
{
color: #F99695;
}
</style>
background-color css
<style>
a { background-color: #F99695; }
a { background-color: rgb(249,150,149); }
div.DivClassName
{
background-color: #F99695;
}
.BgClassName
{
background-color: #F99695;
}
</style>
border-color css
<style>
span { border-color: #F99695; }
span { border-color: rgb(249,150,149); }
td.TdClassName
{
border-color: #F99695;
}
.TagClassName
{
border-color: #F99695;
}
</style>