Shades of Sweet Pink #F2998F
Tints of Sweet Pink #F2998F
RGB
CMYK
RGB Variations
Color information
#F2998F (or 0xF2998F) is known color: Sweet Pink. HEX triplet: F2, 99 and 8F. RGB value is (242,153,143). Sum of RGB (Red+Green+Blue) = 242+153+143=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2998F is #0D6670. Grayscale: #B2B2B2. Windows color (decimal): -878193 or 9411058. OLE color: 9411058.
HSL color Cylindrical-coordinate representation of color #F2998F: hue angle of 6.06º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2998F is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 143 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.05 |
| HSL | 6.06º | 0.79% | 0.75% | - |
| HSV(B) | 6.06º | 0.41% | 0.95% | - |
| XYZ | 52.97 | 43.64 | 31.62 | - |
| YUV | 178.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 143 | 0 | 0.37 | 0.41 | 0.05 | 6.06 | 0.79 | 0.75 |
| Hex | F2 | 99 | 8F | 0 | 25 | 29 | 5 | 6 | 4F | 4B |
| Octal | 362 | 231 | 217 | 0 | 45 | 51 | 5 | 6 | 117 | 113 |
| Binary | 11110010 | 10011001 | 10001111 | 0 | 100101 | 101001 | 101 | 110 | 1001111 | 1001011 |
Color Harmonies of #F2998F
Complementary color
Monochromatic Colors of #F2998F
Black with #F2998F
Text Example
Text Example
White with #F2998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2998F; }
p { color: rgb(242,153,143); }
H1.HeaderClassName
{
color: #F2998F;
}
.AnyTagClassName
{
color: #F2998F;
}
</style>
background-color css
<style>
a { background-color: #F2998F; }
a { background-color: rgb(242,153,143); }
div.DivClassName
{
background-color: #F2998F;
}
.BgClassName
{
background-color: #F2998F;
}
</style>
border-color css
<style>
span { border-color: #F2998F; }
span { border-color: rgb(242,153,143); }
td.TdClassName
{
border-color: #F2998F;
}
.TagClassName
{
border-color: #F2998F;
}
</style>