Shades of Cupid #F6B3C9
Tints of Cupid #F6B3C9
RGB
CMYK
RGB Variations
Color information
#F6B3C9 (or 0xF6B3C9) is known color: Cupid. HEX triplet: F6, B3 and C9. RGB value is (246,179,201). Sum of RGB (Red+Green+Blue) = 246+179+201=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3C9 is #094C36. Grayscale: #C9C9C9. Windows color (decimal): -609335 or 13218806. OLE color: 13218806.
HSL color Cylindrical-coordinate representation of color #F6B3C9: hue angle of 340.3º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3C9 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 201 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.04 |
| HSL | 340.3º | 0.79% | 0.83% | - |
| HSV(B) | 340.3º | 0.27% | 0.96% | - |
| XYZ | 64.67 | 56.05 | 62.67 | - |
| YUV | 201.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 201 | 0 | 0.27 | 0.18 | 0.04 | 340.3 | 0.79 | 0.83 |
| Hex | F6 | B3 | C9 | 0 | 1B | 12 | 4 | 154 | 4F | 53 |
| Octal | 366 | 263 | 311 | 0 | 33 | 22 | 4 | 524 | 117 | 123 |
| Binary | 11110110 | 10110011 | 11001001 | 0 | 11011 | 10010 | 100 | 101010100 | 1001111 | 1010011 |
Color Harmonies of #F6B3C9
Complementary color
Monochromatic Colors of #F6B3C9
Black with #F6B3C9
Text Example
Text Example
White with #F6B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B3C9; }
p { color: rgb(246,179,201); }
H1.HeaderClassName
{
color: #F6B3C9;
}
.AnyTagClassName
{
color: #F6B3C9;
}
</style>
background-color css
<style>
a { background-color: #F6B3C9; }
a { background-color: rgb(246,179,201); }
div.DivClassName
{
background-color: #F6B3C9;
}
.BgClassName
{
background-color: #F6B3C9;
}
</style>
border-color css
<style>
span { border-color: #F6B3C9; }
span { border-color: rgb(246,179,201); }
td.TdClassName
{
border-color: #F6B3C9;
}
.TagClassName
{
border-color: #F6B3C9;
}
</style>