Shades of Sweet Pink #F5938E
Tints of Sweet Pink #F5938E
RGB
CMYK
RGB Variations
Color information
#F5938E (or 0xF5938E) is known color: Sweet Pink. HEX triplet: F5, 93 and 8E. RGB value is (245,147,142). Sum of RGB (Red+Green+Blue) = 245+147+142=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5938E is #0A6C71. Grayscale: #AFAFAF. Windows color (decimal): -683122 or 9343989. OLE color: 9343989.
HSL color Cylindrical-coordinate representation of color #F5938E: hue angle of 2.91º 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 #F5938E is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 142 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.04 |
| HSL | 2.91º | 0.84% | 0.76% | - |
| HSV(B) | 2.91º | 0.42% | 0.96% | - |
| XYZ | 52.97 | 42.23 | 30.95 | - |
| YUV | 175.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 142 | 0 | 0.4 | 0.42 | 0.04 | 2.91 | 0.84 | 0.76 |
| Hex | F5 | 93 | 8E | 0 | 28 | 2A | 4 | 3 | 54 | 4C |
| Octal | 365 | 223 | 216 | 0 | 50 | 52 | 4 | 3 | 124 | 114 |
| Binary | 11110101 | 10010011 | 10001110 | 0 | 101000 | 101010 | 100 | 11 | 1010100 | 1001100 |
Color Harmonies of #F5938E
Complementary color
Monochromatic Colors of #F5938E
Black with #F5938E
Text Example
Text Example
White with #F5938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5938E; }
p { color: rgb(245,147,142); }
H1.HeaderClassName
{
color: #F5938E;
}
.AnyTagClassName
{
color: #F5938E;
}
</style>
background-color css
<style>
a { background-color: #F5938E; }
a { background-color: rgb(245,147,142); }
div.DivClassName
{
background-color: #F5938E;
}
.BgClassName
{
background-color: #F5938E;
}
</style>
border-color css
<style>
span { border-color: #F5938E; }
span { border-color: rgb(245,147,142); }
td.TdClassName
{
border-color: #F5938E;
}
.TagClassName
{
border-color: #F5938E;
}
</style>