Shades of Sweet Pink #F8918A
Tints of Sweet Pink #F8918A
RGB
CMYK
RGB Variations
Color information
#F8918A (or 0xF8918A) is known color: Sweet Pink. HEX triplet: F8, 91 and 8A. RGB value is (248,145,138). Sum of RGB (Red+Green+Blue) = 248+145+138=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8918A is #076E75. Grayscale: #AFAFAF. Windows color (decimal): -487030 or 9081336. OLE color: 9081336.
HSL color Cylindrical-coordinate representation of color #F8918A: hue angle of 3.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8918A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 138 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.03 |
| HSL | 3.82º | 0.89% | 0.76% | - |
| HSV(B) | 3.82º | 0.44% | 0.97% | - |
| XYZ | 53.42 | 42.04 | 29.34 | - |
| YUV | 175 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 138 | 0 | 0.42 | 0.44 | 0.03 | 3.82 | 0.89 | 0.76 |
| Hex | F8 | 91 | 8A | 0 | 2A | 2C | 3 | 4 | 59 | 4C |
| Octal | 370 | 221 | 212 | 0 | 52 | 54 | 3 | 4 | 131 | 114 |
| Binary | 11111000 | 10010001 | 10001010 | 0 | 101010 | 101100 | 11 | 100 | 1011001 | 1001100 |
Color Harmonies of #F8918A
Complementary color
Monochromatic Colors of #F8918A
Black with #F8918A
Text Example
Text Example
White with #F8918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8918A; }
p { color: rgb(248,145,138); }
H1.HeaderClassName
{
color: #F8918A;
}
.AnyTagClassName
{
color: #F8918A;
}
</style>
background-color css
<style>
a { background-color: #F8918A; }
a { background-color: rgb(248,145,138); }
div.DivClassName
{
background-color: #F8918A;
}
.BgClassName
{
background-color: #F8918A;
}
</style>
border-color css
<style>
span { border-color: #F8918A; }
span { border-color: rgb(248,145,138); }
td.TdClassName
{
border-color: #F8918A;
}
.TagClassName
{
border-color: #F8918A;
}
</style>