Shades of Carnation Pink #F49FCC
Tints of Carnation Pink #F49FCC
RGB
CMYK
RGB Variations
Color information
#F49FCC (or 0xF49FCC) is known color: Carnation Pink. HEX triplet: F4, 9F and CC. RGB value is (244,159,204). Sum of RGB (Red+Green+Blue) = 244+159+204=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49FCC is #0B6033. Grayscale: #BDBDBD. Windows color (decimal): -745524 or 13410292. OLE color: 13410292.
HSL color Cylindrical-coordinate representation of color #F49FCC: hue angle of 328.24º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49FCC is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 204 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.04 |
| HSL | 328.24º | 0.79% | 0.79% | - |
| HSV(B) | 328.24º | 0.35% | 0.96% | - |
| XYZ | 60.61 | 48.39 | 63.27 | - |
| YUV | 189.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 204 | 0 | 0.35 | 0.16 | 0.04 | 328.24 | 0.79 | 0.79 |
| Hex | F4 | 9F | CC | 0 | 23 | 10 | 4 | 148 | 4F | 4F |
| Octal | 364 | 237 | 314 | 0 | 43 | 20 | 4 | 510 | 117 | 117 |
| Binary | 11110100 | 10011111 | 11001100 | 0 | 100011 | 10000 | 100 | 101001000 | 1001111 | 1001111 |
Color Harmonies of #F49FCC
Complementary color
Monochromatic Colors of #F49FCC
Black with #F49FCC
Text Example
Text Example
White with #F49FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FCC; }
p { color: rgb(244,159,204); }
H1.HeaderClassName
{
color: #F49FCC;
}
.AnyTagClassName
{
color: #F49FCC;
}
</style>
background-color css
<style>
a { background-color: #F49FCC; }
a { background-color: rgb(244,159,204); }
div.DivClassName
{
background-color: #F49FCC;
}
.BgClassName
{
background-color: #F49FCC;
}
</style>
border-color css
<style>
span { border-color: #F49FCC; }
span { border-color: rgb(244,159,204); }
td.TdClassName
{
border-color: #F49FCC;
}
.TagClassName
{
border-color: #F49FCC;
}
</style>