Shades of Sweet Pink #F28A87
Tints of Sweet Pink #F28A87
RGB
CMYK
RGB Variations
Color information
#F28A87 (or 0xF28A87) is known color: Sweet Pink. HEX triplet: F2, 8A and 87. RGB value is (242,138,135). Sum of RGB (Red+Green+Blue) = 242+138+135=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28A87 is #0D7578. Grayscale: #A8A8A8. Windows color (decimal): -882041 or 8882930. OLE color: 8882930.
HSL color Cylindrical-coordinate representation of color #F28A87: hue angle of 1.68º 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 #F28A87 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 135 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.05 |
| HSL | 1.68º | 0.8% | 0.74% | - |
| HSV(B) | 1.68º | 0.44% | 0.95% | - |
| XYZ | 50.08 | 38.8 | 27.77 | - |
| YUV | 168.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 135 | 0 | 0.43 | 0.44 | 0.05 | 1.68 | 0.8 | 0.74 |
| Hex | F2 | 8A | 87 | 0 | 2B | 2C | 5 | 2 | 50 | 4A |
| Octal | 362 | 212 | 207 | 0 | 53 | 54 | 5 | 2 | 120 | 112 |
| Binary | 11110010 | 10001010 | 10000111 | 0 | 101011 | 101100 | 101 | 10 | 1010000 | 1001010 |
Color Harmonies of #F28A87
Complementary color
Monochromatic Colors of #F28A87
Black with #F28A87
Text Example
Text Example
White with #F28A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A87; }
p { color: rgb(242,138,135); }
H1.HeaderClassName
{
color: #F28A87;
}
.AnyTagClassName
{
color: #F28A87;
}
</style>
background-color css
<style>
a { background-color: #F28A87; }
a { background-color: rgb(242,138,135); }
div.DivClassName
{
background-color: #F28A87;
}
.BgClassName
{
background-color: #F28A87;
}
</style>
border-color css
<style>
span { border-color: #F28A87; }
span { border-color: rgb(242,138,135); }
td.TdClassName
{
border-color: #F28A87;
}
.TagClassName
{
border-color: #F28A87;
}
</style>