Shades of Sweet Pink #F2948B
Tints of Sweet Pink #F2948B
RGB
CMYK
RGB Variations
Color information
#F2948B (or 0xF2948B) is known color: Sweet Pink. HEX triplet: F2, 94 and 8B. RGB value is (242,148,139). Sum of RGB (Red+Green+Blue) = 242+148+139=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2948B is #0D6B74. Grayscale: #AFAFAF. Windows color (decimal): -879477 or 9147634. OLE color: 9147634.
HSL color Cylindrical-coordinate representation of color #F2948B: hue angle of 5.24º 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 #F2948B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 139 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.05 |
| HSL | 5.24º | 0.8% | 0.75% | - |
| HSV(B) | 5.24º | 0.43% | 0.95% | - |
| XYZ | 51.87 | 41.92 | 29.78 | - |
| YUV | 175.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 139 | 0 | 0.39 | 0.43 | 0.05 | 5.24 | 0.8 | 0.75 |
| Hex | F2 | 94 | 8B | 0 | 27 | 2B | 5 | 5 | 50 | 4B |
| Octal | 362 | 224 | 213 | 0 | 47 | 53 | 5 | 5 | 120 | 113 |
| Binary | 11110010 | 10010100 | 10001011 | 0 | 100111 | 101011 | 101 | 101 | 1010000 | 1001011 |
Color Harmonies of #F2948B
Complementary color
Monochromatic Colors of #F2948B
Black with #F2948B
Text Example
Text Example
White with #F2948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2948B; }
p { color: rgb(242,148,139); }
H1.HeaderClassName
{
color: #F2948B;
}
.AnyTagClassName
{
color: #F2948B;
}
</style>
background-color css
<style>
a { background-color: #F2948B; }
a { background-color: rgb(242,148,139); }
div.DivClassName
{
background-color: #F2948B;
}
.BgClassName
{
background-color: #F2948B;
}
</style>
border-color css
<style>
span { border-color: #F2948B; }
span { border-color: rgb(242,148,139); }
td.TdClassName
{
border-color: #F2948B;
}
.TagClassName
{
border-color: #F2948B;
}
</style>