Shades of Sweet Pink #F09A8C
Tints of Sweet Pink #F09A8C
RGB
CMYK
RGB Variations
Color information
#F09A8C (or 0xF09A8C) is known color: Sweet Pink. HEX triplet: F0, 9A and 8C. RGB value is (240,154,140). Sum of RGB (Red+Green+Blue) = 240+154+140=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A8C is #0F6573. Grayscale: #B2B2B2. Windows color (decimal): -1009012 or 9214704. OLE color: 9214704.
HSL color Cylindrical-coordinate representation of color #F09A8C: hue angle of 8.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F09A8C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 140 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 8.4º | 0.77% | 0.75% | - |
| HSV(B) | 8.4º | 0.42% | 0.94% | - |
| XYZ | 52.22 | 43.53 | 30.46 | - |
| YUV | 178.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 140 | 0 | 0.36 | 0.42 | 0.06 | 8.4 | 0.77 | 0.75 |
| Hex | F0 | 9A | 8C | 0 | 24 | 2A | 6 | 8 | 4D | 4B |
| Octal | 360 | 232 | 214 | 0 | 44 | 52 | 6 | 10 | 115 | 113 |
| Binary | 11110000 | 10011010 | 10001100 | 0 | 100100 | 101010 | 110 | 1000 | 1001101 | 1001011 |
Color Harmonies of #F09A8C
Complementary color
Monochromatic Colors of #F09A8C
Black with #F09A8C
Text Example
Text Example
White with #F09A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A8C; }
p { color: rgb(240,154,140); }
H1.HeaderClassName
{
color: #F09A8C;
}
.AnyTagClassName
{
color: #F09A8C;
}
</style>
background-color css
<style>
a { background-color: #F09A8C; }
a { background-color: rgb(240,154,140); }
div.DivClassName
{
background-color: #F09A8C;
}
.BgClassName
{
background-color: #F09A8C;
}
</style>
border-color css
<style>
span { border-color: #F09A8C; }
span { border-color: rgb(240,154,140); }
td.TdClassName
{
border-color: #F09A8C;
}
.TagClassName
{
border-color: #F09A8C;
}
</style>