Shades of Carissma #F87A8F
Tints of Carissma #F87A8F
RGB
CMYK
RGB Variations
Color information
#F87A8F (or 0xF87A8F) is known color: Carissma. HEX triplet: F8, 7A and 8F. RGB value is (248,122,143). Sum of RGB (Red+Green+Blue) = 248+122+143=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A8F is #078570. Grayscale: #A2A2A2. Windows color (decimal): -492913 or 9403128. OLE color: 9403128.
HSL color Cylindrical-coordinate representation of color #F87A8F: hue angle of 350º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87A8F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 143 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.03 |
| HSL | 350º | 0.9% | 0.73% | - |
| HSV(B) | 350º | 0.51% | 0.97% | - |
| XYZ | 50.63 | 35.86 | 30.24 | - |
| YUV | 162.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 143 | 0 | 0.51 | 0.42 | 0.03 | 350 | 0.9 | 0.73 |
| Hex | F8 | 7A | 8F | 0 | 33 | 2A | 3 | 15E | 5A | 49 |
| Octal | 370 | 172 | 217 | 0 | 63 | 52 | 3 | 536 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10001111 | 0 | 110011 | 101010 | 11 | 101011110 | 1011010 | 1001001 |
Color Harmonies of #F87A8F
Complementary color
Monochromatic Colors of #F87A8F
Black with #F87A8F
Text Example
Text Example
White with #F87A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A8F; }
p { color: rgb(248,122,143); }
H1.HeaderClassName
{
color: #F87A8F;
}
.AnyTagClassName
{
color: #F87A8F;
}
</style>
background-color css
<style>
a { background-color: #F87A8F; }
a { background-color: rgb(248,122,143); }
div.DivClassName
{
background-color: #F87A8F;
}
.BgClassName
{
background-color: #F87A8F;
}
</style>
border-color css
<style>
span { border-color: #F87A8F; }
span { border-color: rgb(248,122,143); }
td.TdClassName
{
border-color: #F87A8F;
}
.TagClassName
{
border-color: #F87A8F;
}
</style>