Shades of Sweet Pink #F09D98
Tints of Sweet Pink #F09D98
RGB
CMYK
RGB Variations
Color information
#F09D98 (or 0xF09D98) is known color: Sweet Pink. HEX triplet: F0, 9D and 98. RGB value is (240,157,152). Sum of RGB (Red+Green+Blue) = 240+157+152=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D98 is #0F6267. Grayscale: #B5B5B5. Windows color (decimal): -1008232 or 10001904. OLE color: 10001904.
HSL color Cylindrical-coordinate representation of color #F09D98: hue angle of 3.41º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09D98 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 152 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.06 |
| HSL | 3.41º | 0.75% | 0.77% | - |
| HSV(B) | 3.41º | 0.37% | 0.94% | - |
| XYZ | 53.66 | 44.91 | 35.55 | - |
| YUV | 181.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 152 | 0 | 0.35 | 0.37 | 0.06 | 3.41 | 0.75 | 0.77 |
| Hex | F0 | 9D | 98 | 0 | 23 | 25 | 6 | 3 | 4B | 4D |
| Octal | 360 | 235 | 230 | 0 | 43 | 45 | 6 | 3 | 113 | 115 |
| Binary | 11110000 | 10011101 | 10011000 | 0 | 100011 | 100101 | 110 | 11 | 1001011 | 1001101 |
Color Harmonies of #F09D98
Complementary color
Monochromatic Colors of #F09D98
Black with #F09D98
Text Example
Text Example
White with #F09D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D98; }
p { color: rgb(240,157,152); }
H1.HeaderClassName
{
color: #F09D98;
}
.AnyTagClassName
{
color: #F09D98;
}
</style>
background-color css
<style>
a { background-color: #F09D98; }
a { background-color: rgb(240,157,152); }
div.DivClassName
{
background-color: #F09D98;
}
.BgClassName
{
background-color: #F09D98;
}
</style>
border-color css
<style>
span { border-color: #F09D98; }
span { border-color: rgb(240,157,152); }
td.TdClassName
{
border-color: #F09D98;
}
.TagClassName
{
border-color: #F09D98;
}
</style>