Shades of Sweet Pink #F99090
Tints of Sweet Pink #F99090
RGB
CMYK
RGB Variations
Color information
#F99090 (or 0xF99090) is known color: Sweet Pink. HEX triplet: F9, 90 and 90. RGB value is (249,144,144). Sum of RGB (Red+Green+Blue) = 249+144+144=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F99090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99090 is #066F6F. Grayscale: #AFAFAF. Windows color (decimal): -421744 or 9474297. OLE color: 9474297.
HSL color Cylindrical-coordinate representation of color #F99090: hue angle of 0º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F99090 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 144 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.02 |
| HSL | 0º | 0.9% | 0.77% | - |
| HSV(B) | 0º | 0.42% | 0.98% | - |
| XYZ | 54.07 | 42.1 | 31.66 | - |
| YUV | 175.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 144 | 0 | 0.42 | 0.42 | 0.02 | 0 | 0.9 | 0.77 |
| Hex | F9 | 90 | 90 | 0 | 2A | 2A | 2 | 0 | 5A | 4D |
| Octal | 371 | 220 | 220 | 0 | 52 | 52 | 2 | 0 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10010000 | 0 | 101010 | 101010 | 10 | 0 | 1011010 | 1001101 |
Color Harmonies of #F99090
Complementary color
Monochromatic Colors of #F99090
Black with #F99090
Text Example
Text Example
White with #F99090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99090; }
p { color: rgb(249,144,144); }
H1.HeaderClassName
{
color: #F99090;
}
.AnyTagClassName
{
color: #F99090;
}
</style>
background-color css
<style>
a { background-color: #F99090; }
a { background-color: rgb(249,144,144); }
div.DivClassName
{
background-color: #F99090;
}
.BgClassName
{
background-color: #F99090;
}
</style>
border-color css
<style>
span { border-color: #F99090; }
span { border-color: rgb(249,144,144); }
td.TdClassName
{
border-color: #F99090;
}
.TagClassName
{
border-color: #F99090;
}
</style>