Shades of Sweet Pink #F29087
Tints of Sweet Pink #F29087
RGB
CMYK
RGB Variations
Color information
#F29087 (or 0xF29087) is known color: Sweet Pink. HEX triplet: F2, 90 and 87. RGB value is (242,144,135). Sum of RGB (Red+Green+Blue) = 242+144+135=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29087 is #0D6F78. Grayscale: #ACACAC. Windows color (decimal): -880505 or 8884466. OLE color: 8884466.
HSL color Cylindrical-coordinate representation of color #F29087: hue angle of 5.05º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F29087 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 135 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.05 |
| HSL | 5.05º | 0.8% | 0.74% | - |
| HSV(B) | 5.05º | 0.44% | 0.95% | - |
| XYZ | 50.96 | 40.57 | 28.07 | - |
| YUV | 172.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 135 | 0 | 0.40 | 0.44 | 0.05 | 5.05 | 0.8 | 0.74 |
| Hex | F2 | 90 | 87 | 0 | 28 | 2C | 5 | 5 | 50 | 4A |
| Octal | 362 | 220 | 207 | 0 | 50 | 54 | 5 | 5 | 120 | 112 |
| Binary | 11110010 | 10010000 | 10000111 | 0 | 101000 | 101100 | 101 | 101 | 1010000 | 1001010 |
Color Harmonies of #F29087
Complementary color
Monochromatic Colors of #F29087
Black with #F29087
Text Example
Text Example
White with #F29087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29087; }
p { color: rgb(242,144,135); }
H1.HeaderClassName
{
color: #F29087;
}
.AnyTagClassName
{
color: #F29087;
}
</style>
background-color css
<style>
a { background-color: #F29087; }
a { background-color: rgb(242,144,135); }
div.DivClassName
{
background-color: #F29087;
}
.BgClassName
{
background-color: #F29087;
}
</style>
border-color css
<style>
span { border-color: #F29087; }
span { border-color: rgb(242,144,135); }
td.TdClassName
{
border-color: #F29087;
}
.TagClassName
{
border-color: #F29087;
}
</style>