Shades of Sweet Pink #F28C83
Tints of Sweet Pink #F28C83
RGB
CMYK
RGB Variations
Color information
#F28C83 (or 0xF28C83) is known color: Sweet Pink. HEX triplet: F2, 8C and 83. RGB value is (242,140,131). Sum of RGB (Red+Green+Blue) = 242+140+131=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C83 is #0D737C. Grayscale: #A9A9A9. Windows color (decimal): -881533 or 8621298. OLE color: 8621298.
HSL color Cylindrical-coordinate representation of color #F28C83: hue angle of 4.86º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28C83 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 131 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.05 |
| HSL | 4.86º | 0.81% | 0.73% | - |
| HSV(B) | 4.86º | 0.46% | 0.95% | - |
| XYZ | 50.09 | 39.27 | 26.41 | - |
| YUV | 169.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 131 | 0 | 0.42 | 0.46 | 0.05 | 4.86 | 0.81 | 0.73 |
| Hex | F2 | 8C | 83 | 0 | 2A | 2E | 5 | 5 | 51 | 49 |
| Octal | 362 | 214 | 203 | 0 | 52 | 56 | 5 | 5 | 121 | 111 |
| Binary | 11110010 | 10001100 | 10000011 | 0 | 101010 | 101110 | 101 | 101 | 1010001 | 1001001 |
Color Harmonies of #F28C83
Complementary color
Monochromatic Colors of #F28C83
Black with #F28C83
Text Example
Text Example
White with #F28C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C83; }
p { color: rgb(242,140,131); }
H1.HeaderClassName
{
color: #F28C83;
}
.AnyTagClassName
{
color: #F28C83;
}
</style>
background-color css
<style>
a { background-color: #F28C83; }
a { background-color: rgb(242,140,131); }
div.DivClassName
{
background-color: #F28C83;
}
.BgClassName
{
background-color: #F28C83;
}
</style>
border-color css
<style>
span { border-color: #F28C83; }
span { border-color: rgb(242,140,131); }
td.TdClassName
{
border-color: #F28C83;
}
.TagClassName
{
border-color: #F28C83;
}
</style>