Shades of Sweet Pink #F89694
Tints of Sweet Pink #F89694
RGB
CMYK
RGB Variations
Color information
#F89694 (or 0xF89694) is known color: Sweet Pink. HEX triplet: F8, 96 and 94. RGB value is (248,150,148). Sum of RGB (Red+Green+Blue) = 248+150+148=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89694 is #07696B. Grayscale: #B3B3B3. Windows color (decimal): -485740 or 9737976. OLE color: 9737976.
HSL color Cylindrical-coordinate representation of color #F89694: hue angle of 1.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89694 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 148 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.03 |
| HSL | 1.2º | 0.88% | 0.78% | - |
| HSV(B) | 1.2º | 0.4% | 0.97% | - |
| XYZ | 54.96 | 43.91 | 33.6 | - |
| YUV | 179.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 148 | 0 | 0.40 | 0.40 | 0.03 | 1.2 | 0.88 | 0.78 |
| Hex | F8 | 96 | 94 | 0 | 28 | 28 | 3 | 1 | 58 | 4E |
| Octal | 370 | 226 | 224 | 0 | 50 | 50 | 3 | 1 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10010100 | 0 | 101000 | 101000 | 11 | 1 | 1011000 | 1001110 |
Color Harmonies of #F89694
Complementary color
Monochromatic Colors of #F89694
Black with #F89694
Text Example
Text Example
White with #F89694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89694; }
p { color: rgb(248,150,148); }
H1.HeaderClassName
{
color: #F89694;
}
.AnyTagClassName
{
color: #F89694;
}
</style>
background-color css
<style>
a { background-color: #F89694; }
a { background-color: rgb(248,150,148); }
div.DivClassName
{
background-color: #F89694;
}
.BgClassName
{
background-color: #F89694;
}
</style>
border-color css
<style>
span { border-color: #F89694; }
span { border-color: rgb(248,150,148); }
td.TdClassName
{
border-color: #F89694;
}
.TagClassName
{
border-color: #F89694;
}
</style>