Shades of Sweet Pink #F2908B
Tints of Sweet Pink #F2908B
RGB
CMYK
RGB Variations
Color information
#F2908B (or 0xF2908B) is known color: Sweet Pink. HEX triplet: F2, 90 and 8B. RGB value is (242,144,139). Sum of RGB (Red+Green+Blue) = 242+144+139=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2908B is #0D6F74. Grayscale: #ACACAC. Windows color (decimal): -880501 or 9146610. OLE color: 9146610.
HSL color Cylindrical-coordinate representation of color #F2908B: hue angle of 2.91º 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 #F2908B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 139 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.05 |
| HSL | 2.91º | 0.8% | 0.75% | - |
| HSV(B) | 2.91º | 0.43% | 0.95% | - |
| XYZ | 51.25 | 40.69 | 29.58 | - |
| YUV | 172.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 139 | 0 | 0.40 | 0.43 | 0.05 | 2.91 | 0.8 | 0.75 |
| Hex | F2 | 90 | 8B | 0 | 28 | 2B | 5 | 3 | 50 | 4B |
| Octal | 362 | 220 | 213 | 0 | 50 | 53 | 5 | 3 | 120 | 113 |
| Binary | 11110010 | 10010000 | 10001011 | 0 | 101000 | 101011 | 101 | 11 | 1010000 | 1001011 |
Color Harmonies of #F2908B
Complementary color
Monochromatic Colors of #F2908B
Black with #F2908B
Text Example
Text Example
White with #F2908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2908B; }
p { color: rgb(242,144,139); }
H1.HeaderClassName
{
color: #F2908B;
}
.AnyTagClassName
{
color: #F2908B;
}
</style>
background-color css
<style>
a { background-color: #F2908B; }
a { background-color: rgb(242,144,139); }
div.DivClassName
{
background-color: #F2908B;
}
.BgClassName
{
background-color: #F2908B;
}
</style>
border-color css
<style>
span { border-color: #F2908B; }
span { border-color: rgb(242,144,139); }
td.TdClassName
{
border-color: #F2908B;
}
.TagClassName
{
border-color: #F2908B;
}
</style>