Shades of Sweet Pink #F99998
Tints of Sweet Pink #F99998
RGB
CMYK
RGB Variations
Color information
#F99998 (or 0xF99998) is known color: Sweet Pink. HEX triplet: F9, 99 and 98. RGB value is (249,153,152). Sum of RGB (Red+Green+Blue) = 249+153+152=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F99998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99998 is #066667. Grayscale: #B5B5B5. Windows color (decimal): -419432 or 10000889. OLE color: 10000889.
HSL color Cylindrical-coordinate representation of color #F99998: hue angle of 0.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99998 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 152 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.02 |
| HSL | 0.62º | 0.89% | 0.79% | - |
| HSV(B) | 0.62º | 0.39% | 0.98% | - |
| XYZ | 56.13 | 45.19 | 35.47 | - |
| YUV | 181.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 152 | 0 | 0.39 | 0.39 | 0.02 | 0.62 | 0.89 | 0.79 |
| Hex | F9 | 99 | 98 | 0 | 27 | 27 | 2 | 1 | 59 | 4F |
| Octal | 371 | 231 | 230 | 0 | 47 | 47 | 2 | 1 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10011000 | 0 | 100111 | 100111 | 10 | 1 | 1011001 | 1001111 |
Color Harmonies of #F99998
Complementary color
Monochromatic Colors of #F99998
Black with #F99998
Text Example
Text Example
White with #F99998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99998; }
p { color: rgb(249,153,152); }
H1.HeaderClassName
{
color: #F99998;
}
.AnyTagClassName
{
color: #F99998;
}
</style>
background-color css
<style>
a { background-color: #F99998; }
a { background-color: rgb(249,153,152); }
div.DivClassName
{
background-color: #F99998;
}
.BgClassName
{
background-color: #F99998;
}
</style>
border-color css
<style>
span { border-color: #F99998; }
span { border-color: rgb(249,153,152); }
td.TdClassName
{
border-color: #F99998;
}
.TagClassName
{
border-color: #F99998;
}
</style>