Shades of Sweet Pink #F59184
Tints of Sweet Pink #F59184
RGB
CMYK
RGB Variations
Color information
#F59184 (or 0xF59184) is known color: Sweet Pink. HEX triplet: F5, 91 and 84. RGB value is (245,145,132). Sum of RGB (Red+Green+Blue) = 245+145+132=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F59184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59184 is #0A6E7B. Grayscale: #ADADAD. Windows color (decimal): -683644 or 8688117. OLE color: 8688117.
HSL color Cylindrical-coordinate representation of color #F59184: hue angle of 6.9º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F59184 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 132 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.04 |
| HSL | 6.9º | 0.85% | 0.74% | - |
| HSV(B) | 6.9º | 0.46% | 0.96% | - |
| XYZ | 51.95 | 41.33 | 27.07 | - |
| YUV | 173.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 132 | 0 | 0.41 | 0.46 | 0.04 | 6.9 | 0.85 | 0.74 |
| Hex | F5 | 91 | 84 | 0 | 29 | 2E | 4 | 7 | 55 | 4A |
| Octal | 365 | 221 | 204 | 0 | 51 | 56 | 4 | 7 | 125 | 112 |
| Binary | 11110101 | 10010001 | 10000100 | 0 | 101001 | 101110 | 100 | 111 | 1010101 | 1001010 |
Color Harmonies of #F59184
Complementary color
Monochromatic Colors of #F59184
Black with #F59184
Text Example
Text Example
White with #F59184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59184; }
p { color: rgb(245,145,132); }
H1.HeaderClassName
{
color: #F59184;
}
.AnyTagClassName
{
color: #F59184;
}
</style>
background-color css
<style>
a { background-color: #F59184; }
a { background-color: rgb(245,145,132); }
div.DivClassName
{
background-color: #F59184;
}
.BgClassName
{
background-color: #F59184;
}
</style>
border-color css
<style>
span { border-color: #F59184; }
span { border-color: rgb(245,145,132); }
td.TdClassName
{
border-color: #F59184;
}
.TagClassName
{
border-color: #F59184;
}
</style>