Shades of Carnation Pink #F897CA
Tints of Carnation Pink #F897CA
RGB
CMYK
RGB Variations
Color information
#F897CA (or 0xF897CA) is known color: Carnation Pink. HEX triplet: F8, 97 and CA. RGB value is (248,151,202). Sum of RGB (Red+Green+Blue) = 248+151+202=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F897CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897CA is #076835. Grayscale: #B9B9B9. Windows color (decimal): -485430 or 13277176. OLE color: 13277176.
HSL color Cylindrical-coordinate representation of color #F897CA: hue angle of 328.45º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897CA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 202 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.03 |
| HSL | 328.45º | 0.87% | 0.78% | - |
| HSV(B) | 328.45º | 0.39% | 0.97% | - |
| XYZ | 60.44 | 46.35 | 61.64 | - |
| YUV | 185.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 202 | 0 | 0.39 | 0.19 | 0.03 | 328.45 | 0.87 | 0.78 |
| Hex | F8 | 97 | CA | 0 | 27 | 13 | 3 | 148 | 57 | 4E |
| Octal | 370 | 227 | 312 | 0 | 47 | 23 | 3 | 510 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11001010 | 0 | 100111 | 10011 | 11 | 101001000 | 1010111 | 1001110 |
Color Harmonies of #F897CA
Complementary color
Monochromatic Colors of #F897CA
Black with #F897CA
Text Example
Text Example
White with #F897CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897CA; }
p { color: rgb(248,151,202); }
H1.HeaderClassName
{
color: #F897CA;
}
.AnyTagClassName
{
color: #F897CA;
}
</style>
background-color css
<style>
a { background-color: #F897CA; }
a { background-color: rgb(248,151,202); }
div.DivClassName
{
background-color: #F897CA;
}
.BgClassName
{
background-color: #F897CA;
}
</style>
border-color css
<style>
span { border-color: #F897CA; }
span { border-color: rgb(248,151,202); }
td.TdClassName
{
border-color: #F897CA;
}
.TagClassName
{
border-color: #F897CA;
}
</style>