Shades of Sweet Pink #F28F85
Tints of Sweet Pink #F28F85
RGB
CMYK
RGB Variations
Color information
#F28F85 (or 0xF28F85) is known color: Sweet Pink. HEX triplet: F2, 8F and 85. RGB value is (242,143,133). Sum of RGB (Red+Green+Blue) = 242+143+133=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F85 is #0D707A. Grayscale: #ABABAB. Windows color (decimal): -880763 or 8753138. OLE color: 8753138.
HSL color Cylindrical-coordinate representation of color #F28F85: hue angle of 5.5º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28F85 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 133 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.05 |
| HSL | 5.5º | 0.81% | 0.74% | - |
| HSV(B) | 5.5º | 0.45% | 0.95% | - |
| XYZ | 50.67 | 40.22 | 27.28 | - |
| YUV | 171.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 133 | 0 | 0.41 | 0.45 | 0.05 | 5.5 | 0.81 | 0.74 |
| Hex | F2 | 8F | 85 | 0 | 29 | 2D | 5 | 6 | 51 | 4A |
| Octal | 362 | 217 | 205 | 0 | 51 | 55 | 5 | 6 | 121 | 112 |
| Binary | 11110010 | 10001111 | 10000101 | 0 | 101001 | 101101 | 101 | 110 | 1010001 | 1001010 |
Color Harmonies of #F28F85
Complementary color
Monochromatic Colors of #F28F85
Black with #F28F85
Text Example
Text Example
White with #F28F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F85; }
p { color: rgb(242,143,133); }
H1.HeaderClassName
{
color: #F28F85;
}
.AnyTagClassName
{
color: #F28F85;
}
</style>
background-color css
<style>
a { background-color: #F28F85; }
a { background-color: rgb(242,143,133); }
div.DivClassName
{
background-color: #F28F85;
}
.BgClassName
{
background-color: #F28F85;
}
</style>
border-color css
<style>
span { border-color: #F28F85; }
span { border-color: rgb(242,143,133); }
td.TdClassName
{
border-color: #F28F85;
}
.TagClassName
{
border-color: #F28F85;
}
</style>