Shades of Sweet Pink #F28C8A
Tints of Sweet Pink #F28C8A
RGB
CMYK
RGB Variations
Color information
#F28C8A (or 0xF28C8A) is known color: Sweet Pink. HEX triplet: F2, 8C and 8A. RGB value is (242,140,138). Sum of RGB (Red+Green+Blue) = 242+140+138=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C8A is #0D7375. Grayscale: #AAAAAA. Windows color (decimal): -881526 or 9080050. OLE color: 9080050.
HSL color Cylindrical-coordinate representation of color #F28C8A: hue angle of 1.15º 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 #F28C8A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 138 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.05 |
| HSL | 1.15º | 0.8% | 0.75% | - |
| HSV(B) | 1.15º | 0.43% | 0.95% | - |
| XYZ | 50.58 | 39.47 | 29 | - |
| YUV | 170.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 138 | 0 | 0.42 | 0.43 | 0.05 | 1.15 | 0.8 | 0.75 |
| Hex | F2 | 8C | 8A | 0 | 2A | 2B | 5 | 1 | 50 | 4B |
| Octal | 362 | 214 | 212 | 0 | 52 | 53 | 5 | 1 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10001010 | 0 | 101010 | 101011 | 101 | 1 | 1010000 | 1001011 |
Color Harmonies of #F28C8A
Complementary color
Monochromatic Colors of #F28C8A
Black with #F28C8A
Text Example
Text Example
White with #F28C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C8A; }
p { color: rgb(242,140,138); }
H1.HeaderClassName
{
color: #F28C8A;
}
.AnyTagClassName
{
color: #F28C8A;
}
</style>
background-color css
<style>
a { background-color: #F28C8A; }
a { background-color: rgb(242,140,138); }
div.DivClassName
{
background-color: #F28C8A;
}
.BgClassName
{
background-color: #F28C8A;
}
</style>
border-color css
<style>
span { border-color: #F28C8A; }
span { border-color: rgb(242,140,138); }
td.TdClassName
{
border-color: #F28C8A;
}
.TagClassName
{
border-color: #F28C8A;
}
</style>