Shades of Cupid #F6B3C7
Tints of Cupid #F6B3C7
RGB
CMYK
RGB Variations
Color information
#F6B3C7 (or 0xF6B3C7) is known color: Cupid. HEX triplet: F6, B3 and C7. RGB value is (246,179,199). Sum of RGB (Red+Green+Blue) = 246+179+199=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3C7 is #094C38. Grayscale: #C9C9C9. Windows color (decimal): -609337 or 13087734. OLE color: 13087734.
HSL color Cylindrical-coordinate representation of color #F6B3C7: hue angle of 342.09º 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 #F6B3C7 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 199 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.04 |
| HSL | 342.09º | 0.79% | 0.83% | - |
| HSV(B) | 342.09º | 0.27% | 0.96% | - |
| XYZ | 64.43 | 55.96 | 61.44 | - |
| YUV | 201.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 199 | 0 | 0.27 | 0.19 | 0.04 | 342.09 | 0.79 | 0.83 |
| Hex | F6 | B3 | C7 | 0 | 1B | 13 | 4 | 156 | 4F | 53 |
| Octal | 366 | 263 | 307 | 0 | 33 | 23 | 4 | 526 | 117 | 123 |
| Binary | 11110110 | 10110011 | 11000111 | 0 | 11011 | 10011 | 100 | 101010110 | 1001111 | 1010011 |
Color Harmonies of #F6B3C7
Complementary color
Monochromatic Colors of #F6B3C7
Black with #F6B3C7
Text Example
Text Example
White with #F6B3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B3C7; }
p { color: rgb(246,179,199); }
H1.HeaderClassName
{
color: #F6B3C7;
}
.AnyTagClassName
{
color: #F6B3C7;
}
</style>
background-color css
<style>
a { background-color: #F6B3C7; }
a { background-color: rgb(246,179,199); }
div.DivClassName
{
background-color: #F6B3C7;
}
.BgClassName
{
background-color: #F6B3C7;
}
</style>
border-color css
<style>
span { border-color: #F6B3C7; }
span { border-color: rgb(246,179,199); }
td.TdClassName
{
border-color: #F6B3C7;
}
.TagClassName
{
border-color: #F6B3C7;
}
</style>