Shades of Sweet Pink #F08F8F
Tints of Sweet Pink #F08F8F
RGB
CMYK
RGB Variations
Color information
#F08F8F (or 0xF08F8F) is known color: Sweet Pink. HEX triplet: F0, 8F and 8F. RGB value is (240,143,143). Sum of RGB (Red+Green+Blue) = 240+143+143=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F8F is #0F7070. Grayscale: #ACACAC. Windows color (decimal): -1011825 or 9408496. OLE color: 9408496.
HSL color Cylindrical-coordinate representation of color #F08F8F: hue angle of 0º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08F8F is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 143 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.06 |
| HSL | 0º | 0.76% | 0.75% | - |
| HSV(B) | 0º | 0.4% | 0.94% | - |
| XYZ | 50.72 | 40.15 | 31.06 | - |
| YUV | 172 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 143 | 0 | 0.40 | 0.40 | 0.06 | 0 | 0.76 | 0.75 |
| Hex | F0 | 8F | 8F | 0 | 28 | 28 | 6 | 0 | 4C | 4B |
| Octal | 360 | 217 | 217 | 0 | 50 | 50 | 6 | 0 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10001111 | 0 | 101000 | 101000 | 110 | 0 | 1001100 | 1001011 |
Color Harmonies of #F08F8F
Complementary color
Monochromatic Colors of #F08F8F
Black with #F08F8F
Text Example
Text Example
White with #F08F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F8F; }
p { color: rgb(240,143,143); }
H1.HeaderClassName
{
color: #F08F8F;
}
.AnyTagClassName
{
color: #F08F8F;
}
</style>
background-color css
<style>
a { background-color: #F08F8F; }
a { background-color: rgb(240,143,143); }
div.DivClassName
{
background-color: #F08F8F;
}
.BgClassName
{
background-color: #F08F8F;
}
</style>
border-color css
<style>
span { border-color: #F08F8F; }
span { border-color: rgb(240,143,143); }
td.TdClassName
{
border-color: #F08F8F;
}
.TagClassName
{
border-color: #F08F8F;
}
</style>