Shades of Sweet Pink #F99593
Tints of Sweet Pink #F99593
RGB
CMYK
RGB Variations
Color information
#F99593 (or 0xF99593) is known color: Sweet Pink. HEX triplet: F9, 95 and 93. RGB value is (249,149,147). Sum of RGB (Red+Green+Blue) = 249+149+147=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99593 is #066A6C. Grayscale: #B2B2B2. Windows color (decimal): -420461 or 9672185. OLE color: 9672185.
HSL color Cylindrical-coordinate representation of color #F99593: hue angle of 1.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99593 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 147 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.02 |
| HSL | 1.18º | 0.89% | 0.78% | - |
| HSV(B) | 1.18º | 0.41% | 0.98% | - |
| XYZ | 55.08 | 43.74 | 33.14 | - |
| YUV | 178.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 147 | 0 | 0.40 | 0.41 | 0.02 | 1.18 | 0.89 | 0.78 |
| Hex | F9 | 95 | 93 | 0 | 28 | 29 | 2 | 1 | 59 | 4E |
| Octal | 371 | 225 | 223 | 0 | 50 | 51 | 2 | 1 | 131 | 116 |
| Binary | 11111001 | 10010101 | 10010011 | 0 | 101000 | 101001 | 10 | 1 | 1011001 | 1001110 |
Color Harmonies of #F99593
Complementary color
Monochromatic Colors of #F99593
Black with #F99593
Text Example
Text Example
White with #F99593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99593; }
p { color: rgb(249,149,147); }
H1.HeaderClassName
{
color: #F99593;
}
.AnyTagClassName
{
color: #F99593;
}
</style>
background-color css
<style>
a { background-color: #F99593; }
a { background-color: rgb(249,149,147); }
div.DivClassName
{
background-color: #F99593;
}
.BgClassName
{
background-color: #F99593;
}
</style>
border-color css
<style>
span { border-color: #F99593; }
span { border-color: rgb(249,149,147); }
td.TdClassName
{
border-color: #F99593;
}
.TagClassName
{
border-color: #F99593;
}
</style>