Shades of Carnation Pink #FF97C1
Tints of Carnation Pink #FF97C1
RGB
CMYK
RGB Variations
Color information
#FF97C1 (or 0xFF97C1) is known color: Carnation Pink. HEX triplet: FF, 97 and C1. RGB value is (255,151,193). Sum of RGB (Red+Green+Blue) = 255+151+193=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C1 is #00683E. Grayscale: #BABABA. Windows color (decimal): -26687 or 12687359. OLE color: 12687359.
HSL color Cylindrical-coordinate representation of color #FF97C1: hue angle of 335.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97C1 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 193 | - |
| CMYK | 0 | 0.41 | 0.24 | 0 |
| HSL | 335.77º | 1% | 0.8% | - |
| HSV(B) | 335.77º | 0.41% | 1% | - |
| XYZ | 61.93 | 47.24 | 56.31 | - |
| YUV | 186.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 193 | 0 | 0.41 | 0.24 | 0 | 335.77 | 1 | 0.8 |
| Hex | FF | 97 | C1 | 0 | 29 | 18 | 0 | 150 | 64 | 50 |
| Octal | 377 | 227 | 301 | 0 | 51 | 30 | 0 | 520 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11000001 | 0 | 101001 | 11000 | 0 | 101010000 | 1100100 | 1010000 |
Color Harmonies of #FF97C1
Complementary color
Monochromatic Colors of #FF97C1
Black with #FF97C1
Text Example
Text Example
White with #FF97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97C1; }
p { color: rgb(255,151,193); }
H1.HeaderClassName
{
color: #FF97C1;
}
.AnyTagClassName
{
color: #FF97C1;
}
</style>
background-color css
<style>
a { background-color: #FF97C1; }
a { background-color: rgb(255,151,193); }
div.DivClassName
{
background-color: #FF97C1;
}
.BgClassName
{
background-color: #FF97C1;
}
</style>
border-color css
<style>
span { border-color: #FF97C1; }
span { border-color: rgb(255,151,193); }
td.TdClassName
{
border-color: #FF97C1;
}
.TagClassName
{
border-color: #FF97C1;
}
</style>