Shades of Cupid #F3B6C1
Tints of Cupid #F3B6C1
RGB
CMYK
RGB Variations
Color information
#F3B6C1 (or 0xF3B6C1) is known color: Cupid. HEX triplet: F3, B6 and C1. RGB value is (243,182,193). Sum of RGB (Red+Green+Blue) = 243+182+193=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6C1 is #0C493E. Grayscale: #C9C9C9. Windows color (decimal): -805183 or 12695283. OLE color: 12695283.
HSL color Cylindrical-coordinate representation of color #F3B6C1: hue angle of 349.18º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B6C1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 193 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.05 |
| HSL | 349.18º | 0.72% | 0.83% | - |
| HSV(B) | 349.18º | 0.25% | 0.95% | - |
| XYZ | 63.32 | 56.36 | 57.99 | - |
| YUV | 201.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 193 | 0 | 0.25 | 0.21 | 0.05 | 349.18 | 0.72 | 0.83 |
| Hex | F3 | B6 | C1 | 0 | 19 | 15 | 5 | 15D | 48 | 53 |
| Octal | 363 | 266 | 301 | 0 | 31 | 25 | 5 | 535 | 110 | 123 |
| Binary | 11110011 | 10110110 | 11000001 | 0 | 11001 | 10101 | 101 | 101011101 | 1001000 | 1010011 |
Color Harmonies of #F3B6C1
Complementary color
Monochromatic Colors of #F3B6C1
Black with #F3B6C1
Text Example
Text Example
White with #F3B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B6C1; }
p { color: rgb(243,182,193); }
H1.HeaderClassName
{
color: #F3B6C1;
}
.AnyTagClassName
{
color: #F3B6C1;
}
</style>
background-color css
<style>
a { background-color: #F3B6C1; }
a { background-color: rgb(243,182,193); }
div.DivClassName
{
background-color: #F3B6C1;
}
.BgClassName
{
background-color: #F3B6C1;
}
</style>
border-color css
<style>
span { border-color: #F3B6C1; }
span { border-color: rgb(243,182,193); }
td.TdClassName
{
border-color: #F3B6C1;
}
.TagClassName
{
border-color: #F3B6C1;
}
</style>