Shades of Carnation Pink #FF97C4
Tints of Carnation Pink #FF97C4
RGB
CMYK
RGB Variations
Color information
#FF97C4 (or 0xFF97C4) is known color: Carnation Pink. HEX triplet: FF, 97 and C4. RGB value is (255,151,196). Sum of RGB (Red+Green+Blue) = 255+151+196=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C4 is #00683B. Grayscale: #BBBBBB. Windows color (decimal): -26684 or 12883967. OLE color: 12883967.
HSL color Cylindrical-coordinate representation of color #FF97C4: hue angle of 334.04º 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 #FF97C4 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 196 | - |
| CMYK | 0 | 0.41 | 0.23 | 0 |
| HSL | 334.04º | 1% | 0.8% | - |
| HSV(B) | 334.04º | 0.41% | 1% | - |
| XYZ | 62.27 | 47.38 | 58.09 | - |
| YUV | 187.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 196 | 0 | 0.41 | 0.23 | 0 | 334.04 | 1 | 0.8 |
| Hex | FF | 97 | C4 | 0 | 29 | 17 | 0 | 14E | 64 | 50 |
| Octal | 377 | 227 | 304 | 0 | 51 | 27 | 0 | 516 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11000100 | 0 | 101001 | 10111 | 0 | 101001110 | 1100100 | 1010000 |
Color Harmonies of #FF97C4
Complementary color
Monochromatic Colors of #FF97C4
Black with #FF97C4
Text Example
Text Example
White with #FF97C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97C4; }
p { color: rgb(255,151,196); }
H1.HeaderClassName
{
color: #FF97C4;
}
.AnyTagClassName
{
color: #FF97C4;
}
</style>
background-color css
<style>
a { background-color: #FF97C4; }
a { background-color: rgb(255,151,196); }
div.DivClassName
{
background-color: #FF97C4;
}
.BgClassName
{
background-color: #FF97C4;
}
</style>
border-color css
<style>
span { border-color: #FF97C4; }
span { border-color: rgb(255,151,196); }
td.TdClassName
{
border-color: #FF97C4;
}
.TagClassName
{
border-color: #FF97C4;
}
</style>