Shades of Sweet Pink #F59993
Tints of Sweet Pink #F59993
RGB
CMYK
RGB Variations
Color information
#F59993 (or 0xF59993) is known color: Sweet Pink. HEX triplet: F5, 99 and 93. RGB value is (245,153,147). Sum of RGB (Red+Green+Blue) = 245+153+147=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F59993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59993 is #0A666C. Grayscale: #B3B3B3. Windows color (decimal): -681581 or 9673205. OLE color: 9673205.
HSL color Cylindrical-coordinate representation of color #F59993: hue angle of 3.67º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59993 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 147 | - |
| CMYK | 0 | 0.38 | 0.4 | 0.04 |
| HSL | 3.67º | 0.83% | 0.77% | - |
| HSV(B) | 3.67º | 0.4% | 0.96% | - |
| XYZ | 54.31 | 44.3 | 33.29 | - |
| YUV | 179.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 147 | 0 | 0.38 | 0.4 | 0.04 | 3.67 | 0.83 | 0.77 |
| Hex | F5 | 99 | 93 | 0 | 26 | 28 | 4 | 4 | 53 | 4D |
| Octal | 365 | 231 | 223 | 0 | 46 | 50 | 4 | 4 | 123 | 115 |
| Binary | 11110101 | 10011001 | 10010011 | 0 | 100110 | 101000 | 100 | 100 | 1010011 | 1001101 |
Color Harmonies of #F59993
Complementary color
Monochromatic Colors of #F59993
Black with #F59993
Text Example
Text Example
White with #F59993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59993; }
p { color: rgb(245,153,147); }
H1.HeaderClassName
{
color: #F59993;
}
.AnyTagClassName
{
color: #F59993;
}
</style>
background-color css
<style>
a { background-color: #F59993; }
a { background-color: rgb(245,153,147); }
div.DivClassName
{
background-color: #F59993;
}
.BgClassName
{
background-color: #F59993;
}
</style>
border-color css
<style>
span { border-color: #F59993; }
span { border-color: rgb(245,153,147); }
td.TdClassName
{
border-color: #F59993;
}
.TagClassName
{
border-color: #F59993;
}
</style>