Shades of Sweet Pink #F5938D
Tints of Sweet Pink #F5938D
RGB
CMYK
RGB Variations
Color information
#F5938D (or 0xF5938D) is known color: Sweet Pink. HEX triplet: F5, 93 and 8D. RGB value is (245,147,141). Sum of RGB (Red+Green+Blue) = 245+147+141=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5938D is #0A6C72. Grayscale: #AFAFAF. Windows color (decimal): -683123 or 9278453. OLE color: 9278453.
HSL color Cylindrical-coordinate representation of color #F5938D: hue angle of 3.46º 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 #F5938D is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 141 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.04 |
| HSL | 3.46º | 0.84% | 0.76% | - |
| HSV(B) | 3.46º | 0.42% | 0.96% | - |
| XYZ | 52.9 | 42.2 | 30.56 | - |
| YUV | 175.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 141 | 0 | 0.4 | 0.42 | 0.04 | 3.46 | 0.84 | 0.76 |
| Hex | F5 | 93 | 8D | 0 | 28 | 2A | 4 | 3 | 54 | 4C |
| Octal | 365 | 223 | 215 | 0 | 50 | 52 | 4 | 3 | 124 | 114 |
| Binary | 11110101 | 10010011 | 10001101 | 0 | 101000 | 101010 | 100 | 11 | 1010100 | 1001100 |
Color Harmonies of #F5938D
Complementary color
Monochromatic Colors of #F5938D
Black with #F5938D
Text Example
Text Example
White with #F5938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5938D; }
p { color: rgb(245,147,141); }
H1.HeaderClassName
{
color: #F5938D;
}
.AnyTagClassName
{
color: #F5938D;
}
</style>
background-color css
<style>
a { background-color: #F5938D; }
a { background-color: rgb(245,147,141); }
div.DivClassName
{
background-color: #F5938D;
}
.BgClassName
{
background-color: #F5938D;
}
</style>
border-color css
<style>
span { border-color: #F5938D; }
span { border-color: rgb(245,147,141); }
td.TdClassName
{
border-color: #F5938D;
}
.TagClassName
{
border-color: #F5938D;
}
</style>