Shades of Cupid #F3A8B8
Tints of Cupid #F3A8B8
RGB
CMYK
RGB Variations
Color information
#F3A8B8 (or 0xF3A8B8) is known color: Cupid. HEX triplet: F3, A8 and B8. RGB value is (243,168,184). Sum of RGB (Red+Green+Blue) = 243+168+184=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8B8 is #0C5747. Grayscale: #C0C0C0. Windows color (decimal): -808776 or 12101875. OLE color: 12101875.
HSL color Cylindrical-coordinate representation of color #F3A8B8: hue angle of 347.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8B8 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 184 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.05 |
| HSL | 347.2º | 0.76% | 0.81% | - |
| HSV(B) | 347.2º | 0.31% | 0.95% | - |
| XYZ | 59.62 | 50.52 | 51.96 | - |
| YUV | 192.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 184 | 0 | 0.31 | 0.24 | 0.05 | 347.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | B8 | 0 | 1F | 18 | 5 | 15B | 4C | 51 |
| Octal | 363 | 250 | 270 | 0 | 37 | 30 | 5 | 533 | 114 | 121 |
| Binary | 11110011 | 10101000 | 10111000 | 0 | 11111 | 11000 | 101 | 101011011 | 1001100 | 1010001 |
Color Harmonies of #F3A8B8
Complementary color
Monochromatic Colors of #F3A8B8
Black with #F3A8B8
Text Example
Text Example
White with #F3A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8B8; }
p { color: rgb(243,168,184); }
H1.HeaderClassName
{
color: #F3A8B8;
}
.AnyTagClassName
{
color: #F3A8B8;
}
</style>
background-color css
<style>
a { background-color: #F3A8B8; }
a { background-color: rgb(243,168,184); }
div.DivClassName
{
background-color: #F3A8B8;
}
.BgClassName
{
background-color: #F3A8B8;
}
</style>
border-color css
<style>
span { border-color: #F3A8B8; }
span { border-color: rgb(243,168,184); }
td.TdClassName
{
border-color: #F3A8B8;
}
.TagClassName
{
border-color: #F3A8B8;
}
</style>