Shades of Carnation Pink #F89FC1
Tints of Carnation Pink #F89FC1
RGB
CMYK
RGB Variations
Color information
#F89FC1 (or 0xF89FC1) is known color: Carnation Pink. HEX triplet: F8, 9F and C1. RGB value is (248,159,193). Sum of RGB (Red+Green+Blue) = 248+159+193=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC1 is #07603E. Grayscale: #BDBDBD. Windows color (decimal): -483391 or 12689400. OLE color: 12689400.
HSL color Cylindrical-coordinate representation of color #F89FC1: hue angle of 337.08º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FC1 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 193 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.03 |
| HSL | 337.08º | 0.86% | 0.8% | - |
| HSV(B) | 337.08º | 0.36% | 0.97% | - |
| XYZ | 60.74 | 48.6 | 56.63 | - |
| YUV | 189.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 193 | 0 | 0.36 | 0.22 | 0.03 | 337.08 | 0.86 | 0.8 |
| Hex | F8 | 9F | C1 | 0 | 24 | 16 | 3 | 151 | 56 | 50 |
| Octal | 370 | 237 | 301 | 0 | 44 | 26 | 3 | 521 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11000001 | 0 | 100100 | 10110 | 11 | 101010001 | 1010110 | 1010000 |
Color Harmonies of #F89FC1
Complementary color
Monochromatic Colors of #F89FC1
Black with #F89FC1
Text Example
Text Example
White with #F89FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FC1; }
p { color: rgb(248,159,193); }
H1.HeaderClassName
{
color: #F89FC1;
}
.AnyTagClassName
{
color: #F89FC1;
}
</style>
background-color css
<style>
a { background-color: #F89FC1; }
a { background-color: rgb(248,159,193); }
div.DivClassName
{
background-color: #F89FC1;
}
.BgClassName
{
background-color: #F89FC1;
}
</style>
border-color css
<style>
span { border-color: #F89FC1; }
span { border-color: rgb(248,159,193); }
td.TdClassName
{
border-color: #F89FC1;
}
.TagClassName
{
border-color: #F89FC1;
}
</style>