Shades of Carnation Pink #F1A3C7
Tints of Carnation Pink #F1A3C7
RGB
CMYK
RGB Variations
Color information
#F1A3C7 (or 0xF1A3C7) is known color: Carnation Pink. HEX triplet: F1, A3 and C7. RGB value is (241,163,199). Sum of RGB (Red+Green+Blue) = 241+163+199=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C7 is #0E5C38. Grayscale: #BEBEBE. Windows color (decimal): -941113 or 13083633. OLE color: 13083633.
HSL color Cylindrical-coordinate representation of color #F1A3C7: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3C7 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 199 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.05 |
| HSL | 332.31º | 0.74% | 0.79% | - |
| HSV(B) | 332.31º | 0.32% | 0.95% | - |
| XYZ | 59.68 | 49.02 | 60.35 | - |
| YUV | 190.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 199 | 0 | 0.32 | 0.17 | 0.05 | 332.31 | 0.74 | 0.79 |
| Hex | F1 | A3 | C7 | 0 | 20 | 11 | 5 | 14C | 4A | 4F |
| Octal | 361 | 243 | 307 | 0 | 40 | 21 | 5 | 514 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11000111 | 0 | 100000 | 10001 | 101 | 101001100 | 1001010 | 1001111 |
Color Harmonies of #F1A3C7
Complementary color
Monochromatic Colors of #F1A3C7
Black with #F1A3C7
Text Example
Text Example
White with #F1A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3C7; }
p { color: rgb(241,163,199); }
H1.HeaderClassName
{
color: #F1A3C7;
}
.AnyTagClassName
{
color: #F1A3C7;
}
</style>
background-color css
<style>
a { background-color: #F1A3C7; }
a { background-color: rgb(241,163,199); }
div.DivClassName
{
background-color: #F1A3C7;
}
.BgClassName
{
background-color: #F1A3C7;
}
</style>
border-color css
<style>
span { border-color: #F1A3C7; }
span { border-color: rgb(241,163,199); }
td.TdClassName
{
border-color: #F1A3C7;
}
.TagClassName
{
border-color: #F1A3C7;
}
</style>