Shades of Sweet Pink #F5908E
Tints of Sweet Pink #F5908E
RGB
CMYK
RGB Variations
Color information
#F5908E (or 0xF5908E) is known color: Sweet Pink. HEX triplet: F5, 90 and 8E. RGB value is (245,144,142). Sum of RGB (Red+Green+Blue) = 245+144+142=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5908E is #0A6F71. Grayscale: #AEAEAE. Windows color (decimal): -683890 or 9343221. OLE color: 9343221.
HSL color Cylindrical-coordinate representation of color #F5908E: hue angle of 1.17º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5908E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 142 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.04 |
| HSL | 1.17º | 0.84% | 0.76% | - |
| HSV(B) | 1.17º | 0.42% | 0.96% | - |
| XYZ | 52.51 | 41.31 | 30.8 | - |
| YUV | 173.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 142 | 0 | 0.41 | 0.42 | 0.04 | 1.17 | 0.84 | 0.76 |
| Hex | F5 | 90 | 8E | 0 | 29 | 2A | 4 | 1 | 54 | 4C |
| Octal | 365 | 220 | 216 | 0 | 51 | 52 | 4 | 1 | 124 | 114 |
| Binary | 11110101 | 10010000 | 10001110 | 0 | 101001 | 101010 | 100 | 1 | 1010100 | 1001100 |
Color Harmonies of #F5908E
Complementary color
Monochromatic Colors of #F5908E
Black with #F5908E
Text Example
Text Example
White with #F5908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5908E; }
p { color: rgb(245,144,142); }
H1.HeaderClassName
{
color: #F5908E;
}
.AnyTagClassName
{
color: #F5908E;
}
</style>
background-color css
<style>
a { background-color: #F5908E; }
a { background-color: rgb(245,144,142); }
div.DivClassName
{
background-color: #F5908E;
}
.BgClassName
{
background-color: #F5908E;
}
</style>
border-color css
<style>
span { border-color: #F5908E; }
span { border-color: rgb(245,144,142); }
td.TdClassName
{
border-color: #F5908E;
}
.TagClassName
{
border-color: #F5908E;
}
</style>