Shades of Sweet Pink #F28C85
Tints of Sweet Pink #F28C85
RGB
CMYK
RGB Variations
Color information
#F28C85 (or 0xF28C85) is known color: Sweet Pink. HEX triplet: F2, 8C and 85. RGB value is (242,140,133). Sum of RGB (Red+Green+Blue) = 242+140+133=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C85 is #0D737A. Grayscale: #A9A9A9. Windows color (decimal): -881531 or 8752370. OLE color: 8752370.
HSL color Cylindrical-coordinate representation of color #F28C85: hue angle of 3.85º 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 #F28C85 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 133 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.05 |
| HSL | 3.85º | 0.81% | 0.74% | - |
| HSV(B) | 3.85º | 0.45% | 0.95% | - |
| XYZ | 50.23 | 39.33 | 27.13 | - |
| YUV | 169.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 133 | 0 | 0.42 | 0.45 | 0.05 | 3.85 | 0.81 | 0.74 |
| Hex | F2 | 8C | 85 | 0 | 2A | 2D | 5 | 4 | 51 | 4A |
| Octal | 362 | 214 | 205 | 0 | 52 | 55 | 5 | 4 | 121 | 112 |
| Binary | 11110010 | 10001100 | 10000101 | 0 | 101010 | 101101 | 101 | 100 | 1010001 | 1001010 |
Color Harmonies of #F28C85
Complementary color
Monochromatic Colors of #F28C85
Black with #F28C85
Text Example
Text Example
White with #F28C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C85; }
p { color: rgb(242,140,133); }
H1.HeaderClassName
{
color: #F28C85;
}
.AnyTagClassName
{
color: #F28C85;
}
</style>
background-color css
<style>
a { background-color: #F28C85; }
a { background-color: rgb(242,140,133); }
div.DivClassName
{
background-color: #F28C85;
}
.BgClassName
{
background-color: #F28C85;
}
</style>
border-color css
<style>
span { border-color: #F28C85; }
span { border-color: rgb(242,140,133); }
td.TdClassName
{
border-color: #F28C85;
}
.TagClassName
{
border-color: #F28C85;
}
</style>