Shades of Carnation Pink #F1A7C5
Tints of Carnation Pink #F1A7C5
RGB
CMYK
RGB Variations
Color information
#F1A7C5 (or 0xF1A7C5) is known color: Carnation Pink. HEX triplet: F1, A7 and C5. RGB value is (241,167,197). Sum of RGB (Red+Green+Blue) = 241+167+197=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7C5 is #0E583A. Grayscale: #C0C0C0. Windows color (decimal): -940091 or 12953585. OLE color: 12953585.
HSL color Cylindrical-coordinate representation of color #F1A7C5: hue angle of 335.68º 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 #F1A7C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 197 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.05 |
| HSL | 335.68º | 0.73% | 0.8% | - |
| HSV(B) | 335.68º | 0.31% | 0.95% | - |
| XYZ | 60.17 | 50.37 | 59.37 | - |
| YUV | 192.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 197 | 0 | 0.31 | 0.18 | 0.05 | 335.68 | 0.73 | 0.8 |
| Hex | F1 | A7 | C5 | 0 | 1F | 12 | 5 | 150 | 49 | 50 |
| Octal | 361 | 247 | 305 | 0 | 37 | 22 | 5 | 520 | 111 | 120 |
| Binary | 11110001 | 10100111 | 11000101 | 0 | 11111 | 10010 | 101 | 101010000 | 1001001 | 1010000 |
Color Harmonies of #F1A7C5
Complementary color
Monochromatic Colors of #F1A7C5
Black with #F1A7C5
Text Example
Text Example
White with #F1A7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7C5; }
p { color: rgb(241,167,197); }
H1.HeaderClassName
{
color: #F1A7C5;
}
.AnyTagClassName
{
color: #F1A7C5;
}
</style>
background-color css
<style>
a { background-color: #F1A7C5; }
a { background-color: rgb(241,167,197); }
div.DivClassName
{
background-color: #F1A7C5;
}
.BgClassName
{
background-color: #F1A7C5;
}
</style>
border-color css
<style>
span { border-color: #F1A7C5; }
span { border-color: rgb(241,167,197); }
td.TdClassName
{
border-color: #F1A7C5;
}
.TagClassName
{
border-color: #F1A7C5;
}
</style>