Shades of Sweet Pink #F28C8B
Tints of Sweet Pink #F28C8B
RGB
CMYK
RGB Variations
Color information
#F28C8B (or 0xF28C8B) is known color: Sweet Pink. HEX triplet: F2, 8C and 8B. RGB value is (242,140,139). Sum of RGB (Red+Green+Blue) = 242+140+139=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C8B is #0D7374. Grayscale: #AAAAAA. Windows color (decimal): -881525 or 9145586. OLE color: 9145586.
HSL color Cylindrical-coordinate representation of color #F28C8B: hue angle of 0.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28C8B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 139 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.05 |
| HSL | 0.58º | 0.8% | 0.75% | - |
| HSV(B) | 0.58º | 0.43% | 0.95% | - |
| XYZ | 50.66 | 39.5 | 29.38 | - |
| YUV | 170.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 139 | 0 | 0.42 | 0.43 | 0.05 | 0.58 | 0.8 | 0.75 |
| Hex | F2 | 8C | 8B | 0 | 2A | 2B | 5 | 1 | 50 | 4B |
| Octal | 362 | 214 | 213 | 0 | 52 | 53 | 5 | 1 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10001011 | 0 | 101010 | 101011 | 101 | 1 | 1010000 | 1001011 |
Color Harmonies of #F28C8B
Complementary color
Monochromatic Colors of #F28C8B
Black with #F28C8B
Text Example
Text Example
White with #F28C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C8B; }
p { color: rgb(242,140,139); }
H1.HeaderClassName
{
color: #F28C8B;
}
.AnyTagClassName
{
color: #F28C8B;
}
</style>
background-color css
<style>
a { background-color: #F28C8B; }
a { background-color: rgb(242,140,139); }
div.DivClassName
{
background-color: #F28C8B;
}
.BgClassName
{
background-color: #F28C8B;
}
</style>
border-color css
<style>
span { border-color: #F28C8B; }
span { border-color: rgb(242,140,139); }
td.TdClassName
{
border-color: #F28C8B;
}
.TagClassName
{
border-color: #F28C8B;
}
</style>