Shades of Carnation Pink #F1A6C7
Tints of Carnation Pink #F1A6C7
RGB
CMYK
RGB Variations
Color information
#F1A6C7 (or 0xF1A6C7) is known color: Carnation Pink. HEX triplet: F1, A6 and C7. RGB value is (241,166,199). Sum of RGB (Red+Green+Blue) = 241+166+199=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6C7 is #0E5938. Grayscale: #C0C0C0. Windows color (decimal): -940345 or 13084401. OLE color: 13084401.
HSL color Cylindrical-coordinate representation of color #F1A6C7: hue angle of 333.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6C7 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 166 | 199 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.05 |
| HSL | 333.6º | 0.73% | 0.8% | - |
| HSV(B) | 333.6º | 0.31% | 0.95% | - |
| XYZ | 60.22 | 50.1 | 60.53 | - |
| YUV | 192.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 166 | 199 | 0 | 0.31 | 0.17 | 0.05 | 333.6 | 0.73 | 0.8 |
| Hex | F1 | A6 | C7 | 0 | 1F | 11 | 5 | 14E | 49 | 50 |
| Octal | 361 | 246 | 307 | 0 | 37 | 21 | 5 | 516 | 111 | 120 |
| Binary | 11110001 | 10100110 | 11000111 | 0 | 11111 | 10001 | 101 | 101001110 | 1001001 | 1010000 |
Color Harmonies of #F1A6C7
Complementary color
Monochromatic Colors of #F1A6C7
Black with #F1A6C7
Text Example
Text Example
White with #F1A6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A6C7; }
p { color: rgb(241,166,199); }
H1.HeaderClassName
{
color: #F1A6C7;
}
.AnyTagClassName
{
color: #F1A6C7;
}
</style>
background-color css
<style>
a { background-color: #F1A6C7; }
a { background-color: rgb(241,166,199); }
div.DivClassName
{
background-color: #F1A6C7;
}
.BgClassName
{
background-color: #F1A6C7;
}
</style>
border-color css
<style>
span { border-color: #F1A6C7; }
span { border-color: rgb(241,166,199); }
td.TdClassName
{
border-color: #F1A6C7;
}
.TagClassName
{
border-color: #F1A6C7;
}
</style>