Shades of Sweet Pink #F2908D
Tints of Sweet Pink #F2908D
RGB
CMYK
RGB Variations
Color information
#F2908D (or 0xF2908D) is known color: Sweet Pink. HEX triplet: F2, 90 and 8D. RGB value is (242,144,141). Sum of RGB (Red+Green+Blue) = 242+144+141=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2908D is #0D6F72. Grayscale: #ADADAD. Windows color (decimal): -880499 or 9277682. OLE color: 9277682.
HSL color Cylindrical-coordinate representation of color #F2908D: hue angle of 1.78º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2908D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 141 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.05 |
| HSL | 1.78º | 0.8% | 0.75% | - |
| HSV(B) | 1.78º | 0.42% | 0.95% | - |
| XYZ | 51.4 | 40.75 | 30.36 | - |
| YUV | 172.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 141 | 0 | 0.40 | 0.42 | 0.05 | 1.78 | 0.8 | 0.75 |
| Hex | F2 | 90 | 8D | 0 | 28 | 2A | 5 | 2 | 50 | 4B |
| Octal | 362 | 220 | 215 | 0 | 50 | 52 | 5 | 2 | 120 | 113 |
| Binary | 11110010 | 10010000 | 10001101 | 0 | 101000 | 101010 | 101 | 10 | 1010000 | 1001011 |
Color Harmonies of #F2908D
Complementary color
Monochromatic Colors of #F2908D
Black with #F2908D
Text Example
Text Example
White with #F2908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2908D; }
p { color: rgb(242,144,141); }
H1.HeaderClassName
{
color: #F2908D;
}
.AnyTagClassName
{
color: #F2908D;
}
</style>
background-color css
<style>
a { background-color: #F2908D; }
a { background-color: rgb(242,144,141); }
div.DivClassName
{
background-color: #F2908D;
}
.BgClassName
{
background-color: #F2908D;
}
</style>
border-color css
<style>
span { border-color: #F2908D; }
span { border-color: rgb(242,144,141); }
td.TdClassName
{
border-color: #F2908D;
}
.TagClassName
{
border-color: #F2908D;
}
</style>