Shades of Sweet Pink #F98B8A
Tints of Sweet Pink #F98B8A
RGB
CMYK
RGB Variations
Color information
#F98B8A (or 0xF98B8A) is known color: Sweet Pink. HEX triplet: F9, 8B and 8A. RGB value is (249,139,138). Sum of RGB (Red+Green+Blue) = 249+139+138=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B8A is #067475. Grayscale: #ABABAB. Windows color (decimal): -423030 or 9079801. OLE color: 9079801.
HSL color Cylindrical-coordinate representation of color #F98B8A: hue angle of 0.54º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98B8A is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 138 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.02 |
| HSL | 0.54º | 0.9% | 0.76% | - |
| HSV(B) | 0.54º | 0.45% | 0.98% | - |
| XYZ | 52.89 | 40.44 | 29.06 | - |
| YUV | 171.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 138 | 0 | 0.44 | 0.45 | 0.02 | 0.54 | 0.9 | 0.76 |
| Hex | F9 | 8B | 8A | 0 | 2C | 2D | 2 | 1 | 5A | 4C |
| Octal | 371 | 213 | 212 | 0 | 54 | 55 | 2 | 1 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10001010 | 0 | 101100 | 101101 | 10 | 1 | 1011010 | 1001100 |
Color Harmonies of #F98B8A
Complementary color
Monochromatic Colors of #F98B8A
Black with #F98B8A
Text Example
Text Example
White with #F98B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B8A; }
p { color: rgb(249,139,138); }
H1.HeaderClassName
{
color: #F98B8A;
}
.AnyTagClassName
{
color: #F98B8A;
}
</style>
background-color css
<style>
a { background-color: #F98B8A; }
a { background-color: rgb(249,139,138); }
div.DivClassName
{
background-color: #F98B8A;
}
.BgClassName
{
background-color: #F98B8A;
}
</style>
border-color css
<style>
span { border-color: #F98B8A; }
span { border-color: rgb(249,139,138); }
td.TdClassName
{
border-color: #F98B8A;
}
.TagClassName
{
border-color: #F98B8A;
}
</style>