Shades of Carnation Pink #F69ACD
Tints of Carnation Pink #F69ACD
RGB
CMYK
RGB Variations
Color information
#F69ACD (or 0xF69ACD) is known color: Carnation Pink. HEX triplet: F6, 9A and CD. RGB value is (246,154,205). Sum of RGB (Red+Green+Blue) = 246+154+205=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACD is #096532. Grayscale: #BBBBBB. Windows color (decimal): -615731 or 13474550. OLE color: 13474550.
HSL color Cylindrical-coordinate representation of color #F69ACD: hue angle of 326.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 205 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 326.74º | 0.84% | 0.78% | - |
| HSV(B) | 326.74º | 0.37% | 0.96% | - |
| XYZ | 60.58 | 47.11 | 63.66 | - |
| YUV | 187.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 205 | 0 | 0.37 | 0.17 | 0.04 | 326.74 | 0.84 | 0.78 |
| Hex | F6 | 9A | CD | 0 | 25 | 11 | 4 | 147 | 54 | 4E |
| Octal | 366 | 232 | 315 | 0 | 45 | 21 | 4 | 507 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11001101 | 0 | 100101 | 10001 | 100 | 101000111 | 1010100 | 1001110 |
Color Harmonies of #F69ACD
Complementary color
Monochromatic Colors of #F69ACD
Black with #F69ACD
Text Example
Text Example
White with #F69ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ACD; }
p { color: rgb(246,154,205); }
H1.HeaderClassName
{
color: #F69ACD;
}
.AnyTagClassName
{
color: #F69ACD;
}
</style>
background-color css
<style>
a { background-color: #F69ACD; }
a { background-color: rgb(246,154,205); }
div.DivClassName
{
background-color: #F69ACD;
}
.BgClassName
{
background-color: #F69ACD;
}
</style>
border-color css
<style>
span { border-color: #F69ACD; }
span { border-color: rgb(246,154,205); }
td.TdClassName
{
border-color: #F69ACD;
}
.TagClassName
{
border-color: #F69ACD;
}
</style>