Shades of Carnation Pink #F1A5C3
Tints of Carnation Pink #F1A5C3
RGB
CMYK
RGB Variations
Color information
#F1A5C3 (or 0xF1A5C3) is known color: Carnation Pink. HEX triplet: F1, A5 and C3. RGB value is (241,165,195). Sum of RGB (Red+Green+Blue) = 241+165+195=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5C3 is #0E5A3C. Grayscale: #BFBFBF. Windows color (decimal): -940605 or 12822001. OLE color: 12822001.
HSL color Cylindrical-coordinate representation of color #F1A5C3: hue angle of 336.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5C3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 195 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.05 |
| HSL | 336.32º | 0.73% | 0.8% | - |
| HSV(B) | 336.32º | 0.32% | 0.95% | - |
| XYZ | 59.58 | 49.55 | 58.05 | - |
| YUV | 191.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 195 | 0 | 0.32 | 0.19 | 0.05 | 336.32 | 0.73 | 0.8 |
| Hex | F1 | A5 | C3 | 0 | 20 | 13 | 5 | 150 | 49 | 50 |
| Octal | 361 | 245 | 303 | 0 | 40 | 23 | 5 | 520 | 111 | 120 |
| Binary | 11110001 | 10100101 | 11000011 | 0 | 100000 | 10011 | 101 | 101010000 | 1001001 | 1010000 |
Color Harmonies of #F1A5C3
Complementary color
Monochromatic Colors of #F1A5C3
Black with #F1A5C3
Text Example
Text Example
White with #F1A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5C3; }
p { color: rgb(241,165,195); }
H1.HeaderClassName
{
color: #F1A5C3;
}
.AnyTagClassName
{
color: #F1A5C3;
}
</style>
background-color css
<style>
a { background-color: #F1A5C3; }
a { background-color: rgb(241,165,195); }
div.DivClassName
{
background-color: #F1A5C3;
}
.BgClassName
{
background-color: #F1A5C3;
}
</style>
border-color css
<style>
span { border-color: #F1A5C3; }
span { border-color: rgb(241,165,195); }
td.TdClassName
{
border-color: #F1A5C3;
}
.TagClassName
{
border-color: #F1A5C3;
}
</style>