Shades of Carnation Pink #F1A4C8
Tints of Carnation Pink #F1A4C8
RGB
CMYK
RGB Variations
Color information
#F1A4C8 (or 0xF1A4C8) is known color: Carnation Pink. HEX triplet: F1, A4 and C8. RGB value is (241,164,200). Sum of RGB (Red+Green+Blue) = 241+164+200=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4C8 is #0E5B37. Grayscale: #BFBFBF. Windows color (decimal): -940856 or 13149425. OLE color: 13149425.
HSL color Cylindrical-coordinate representation of color #F1A4C8: hue angle of 331.95º degrees, saturation: 0.73, 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 #F1A4C8 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 200 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.05 |
| HSL | 331.95º | 0.73% | 0.79% | - |
| HSV(B) | 331.95º | 0.32% | 0.95% | - |
| XYZ | 59.98 | 49.42 | 61.02 | - |
| YUV | 191.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 200 | 0 | 0.32 | 0.17 | 0.05 | 331.95 | 0.73 | 0.79 |
| Hex | F1 | A4 | C8 | 0 | 20 | 11 | 5 | 14C | 49 | 4F |
| Octal | 361 | 244 | 310 | 0 | 40 | 21 | 5 | 514 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11001000 | 0 | 100000 | 10001 | 101 | 101001100 | 1001001 | 1001111 |
Color Harmonies of #F1A4C8
Complementary color
Monochromatic Colors of #F1A4C8
Black with #F1A4C8
Text Example
Text Example
White with #F1A4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4C8; }
p { color: rgb(241,164,200); }
H1.HeaderClassName
{
color: #F1A4C8;
}
.AnyTagClassName
{
color: #F1A4C8;
}
</style>
background-color css
<style>
a { background-color: #F1A4C8; }
a { background-color: rgb(241,164,200); }
div.DivClassName
{
background-color: #F1A4C8;
}
.BgClassName
{
background-color: #F1A4C8;
}
</style>
border-color css
<style>
span { border-color: #F1A4C8; }
span { border-color: rgb(241,164,200); }
td.TdClassName
{
border-color: #F1A4C8;
}
.TagClassName
{
border-color: #F1A4C8;
}
</style>