Shades of Sweet Pink #F28F83
Tints of Sweet Pink #F28F83
RGB
CMYK
RGB Variations
Color information
#F28F83 (or 0xF28F83) is known color: Sweet Pink. HEX triplet: F2, 8F and 83. RGB value is (242,143,131). Sum of RGB (Red+Green+Blue) = 242+143+131=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F83 is #0D707C. Grayscale: #ABABAB. Windows color (decimal): -880765 or 8622066. OLE color: 8622066.
HSL color Cylindrical-coordinate representation of color #F28F83: hue angle of 6.49º 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 #F28F83 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 131 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.05 |
| HSL | 6.49º | 0.81% | 0.73% | - |
| HSV(B) | 6.49º | 0.46% | 0.95% | - |
| XYZ | 50.54 | 40.16 | 26.56 | - |
| YUV | 171.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 131 | 0 | 0.41 | 0.46 | 0.05 | 6.49 | 0.81 | 0.73 |
| Hex | F2 | 8F | 83 | 0 | 29 | 2E | 5 | 6 | 51 | 49 |
| Octal | 362 | 217 | 203 | 0 | 51 | 56 | 5 | 6 | 121 | 111 |
| Binary | 11110010 | 10001111 | 10000011 | 0 | 101001 | 101110 | 101 | 110 | 1010001 | 1001001 |
Color Harmonies of #F28F83
Complementary color
Monochromatic Colors of #F28F83
Black with #F28F83
Text Example
Text Example
White with #F28F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F83; }
p { color: rgb(242,143,131); }
H1.HeaderClassName
{
color: #F28F83;
}
.AnyTagClassName
{
color: #F28F83;
}
</style>
background-color css
<style>
a { background-color: #F28F83; }
a { background-color: rgb(242,143,131); }
div.DivClassName
{
background-color: #F28F83;
}
.BgClassName
{
background-color: #F28F83;
}
</style>
border-color css
<style>
span { border-color: #F28F83; }
span { border-color: rgb(242,143,131); }
td.TdClassName
{
border-color: #F28F83;
}
.TagClassName
{
border-color: #F28F83;
}
</style>