Shades of Sweet Pink #F29687
Tints of Sweet Pink #F29687
RGB
CMYK
RGB Variations
Color information
#F29687 (or 0xF29687) is known color: Sweet Pink. HEX triplet: F2, 96 and 87. RGB value is (242,150,135). Sum of RGB (Red+Green+Blue) = 242+150+135=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F29687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29687 is #0D6978. Grayscale: #AFAFAF. Windows color (decimal): -878969 or 8886002. OLE color: 8886002.
HSL color Cylindrical-coordinate representation of color #F29687: hue angle of 8.41º 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 #F29687 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 135 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.05 |
| HSL | 8.41º | 0.8% | 0.74% | - |
| HSV(B) | 8.41º | 0.44% | 0.95% | - |
| XYZ | 51.9 | 42.44 | 28.38 | - |
| YUV | 175.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 135 | 0 | 0.38 | 0.44 | 0.05 | 8.41 | 0.8 | 0.74 |
| Hex | F2 | 96 | 87 | 0 | 26 | 2C | 5 | 8 | 50 | 4A |
| Octal | 362 | 226 | 207 | 0 | 46 | 54 | 5 | 10 | 120 | 112 |
| Binary | 11110010 | 10010110 | 10000111 | 0 | 100110 | 101100 | 101 | 1000 | 1010000 | 1001010 |
Color Harmonies of #F29687
Complementary color
Monochromatic Colors of #F29687
Black with #F29687
Text Example
Text Example
White with #F29687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29687; }
p { color: rgb(242,150,135); }
H1.HeaderClassName
{
color: #F29687;
}
.AnyTagClassName
{
color: #F29687;
}
</style>
background-color css
<style>
a { background-color: #F29687; }
a { background-color: rgb(242,150,135); }
div.DivClassName
{
background-color: #F29687;
}
.BgClassName
{
background-color: #F29687;
}
</style>
border-color css
<style>
span { border-color: #F29687; }
span { border-color: rgb(242,150,135); }
td.TdClassName
{
border-color: #F29687;
}
.TagClassName
{
border-color: #F29687;
}
</style>