Shades of Carnation Pink #FF97C0
Tints of Carnation Pink #FF97C0
RGB
CMYK
RGB Variations
Color information
#FF97C0 (or 0xFF97C0) is known color: Carnation Pink. HEX triplet: FF, 97 and C0. RGB value is (255,151,192). Sum of RGB (Red+Green+Blue) = 255+151+192=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C0 is #00683F. Grayscale: #BABABA. Windows color (decimal): -26688 or 12621823. OLE color: 12621823.
HSL color Cylindrical-coordinate representation of color #FF97C0: hue angle of 336.35º 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 #FF97C0 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 192 | - |
| CMYK | 0 | 0.41 | 0.25 | 0 |
| HSL | 336.35º | 1% | 0.8% | - |
| HSV(B) | 336.35º | 0.41% | 1% | - |
| XYZ | 61.82 | 47.2 | 55.72 | - |
| YUV | 186.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 192 | 0 | 0.41 | 0.25 | 0 | 336.35 | 1 | 0.8 |
| Hex | FF | 97 | C0 | 0 | 29 | 19 | 0 | 150 | 64 | 50 |
| Octal | 377 | 227 | 300 | 0 | 51 | 31 | 0 | 520 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11000000 | 0 | 101001 | 11001 | 0 | 101010000 | 1100100 | 1010000 |
Color Harmonies of #FF97C0
Complementary color
Monochromatic Colors of #FF97C0
Black with #FF97C0
Text Example
Text Example
White with #FF97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97C0; }
p { color: rgb(255,151,192); }
H1.HeaderClassName
{
color: #FF97C0;
}
.AnyTagClassName
{
color: #FF97C0;
}
</style>
background-color css
<style>
a { background-color: #FF97C0; }
a { background-color: rgb(255,151,192); }
div.DivClassName
{
background-color: #FF97C0;
}
.BgClassName
{
background-color: #FF97C0;
}
</style>
border-color css
<style>
span { border-color: #FF97C0; }
span { border-color: rgb(255,151,192); }
td.TdClassName
{
border-color: #FF97C0;
}
.TagClassName
{
border-color: #FF97C0;
}
</style>