Shades of Sweet Pink #F59694
Tints of Sweet Pink #F59694
RGB
CMYK
RGB Variations
Color information
#F59694 (or 0xF59694) is known color: Sweet Pink. HEX triplet: F5, 96 and 94. RGB value is (245,150,148). Sum of RGB (Red+Green+Blue) = 245+150+148=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F59694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59694 is #0A696B. Grayscale: #B2B2B2. Windows color (decimal): -682348 or 9737973. OLE color: 9737973.
HSL color Cylindrical-coordinate representation of color #F59694: hue angle of 1.24º 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 #F59694 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 148 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.04 |
| HSL | 1.24º | 0.83% | 0.77% | - |
| HSV(B) | 1.24º | 0.4% | 0.96% | - |
| XYZ | 53.91 | 43.36 | 33.55 | - |
| YUV | 178.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 148 | 0 | 0.39 | 0.40 | 0.04 | 1.24 | 0.83 | 0.77 |
| Hex | F5 | 96 | 94 | 0 | 27 | 28 | 4 | 1 | 53 | 4D |
| Octal | 365 | 226 | 224 | 0 | 47 | 50 | 4 | 1 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10010100 | 0 | 100111 | 101000 | 100 | 1 | 1010011 | 1001101 |
Color Harmonies of #F59694
Complementary color
Monochromatic Colors of #F59694
Black with #F59694
Text Example
Text Example
White with #F59694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59694; }
p { color: rgb(245,150,148); }
H1.HeaderClassName
{
color: #F59694;
}
.AnyTagClassName
{
color: #F59694;
}
</style>
background-color css
<style>
a { background-color: #F59694; }
a { background-color: rgb(245,150,148); }
div.DivClassName
{
background-color: #F59694;
}
.BgClassName
{
background-color: #F59694;
}
</style>
border-color css
<style>
span { border-color: #F59694; }
span { border-color: rgb(245,150,148); }
td.TdClassName
{
border-color: #F59694;
}
.TagClassName
{
border-color: #F59694;
}
</style>