Shades of Carissma #F87F8A
Tints of Carissma #F87F8A
RGB
CMYK
RGB Variations
Color information
#F87F8A (or 0xF87F8A) is known color: Carissma. HEX triplet: F8, 7F and 8A. RGB value is (248,127,138). Sum of RGB (Red+Green+Blue) = 248+127+138=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F8A is #078075. Grayscale: #A4A4A4. Windows color (decimal): -491638 or 9076728. OLE color: 9076728.
HSL color Cylindrical-coordinate representation of color #F87F8A: hue angle of 354.55º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87F8A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 138 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.03 |
| HSL | 354.55º | 0.9% | 0.74% | - |
| HSV(B) | 354.55º | 0.49% | 0.97% | - |
| XYZ | 50.89 | 36.97 | 28.5 | - |
| YUV | 164.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 138 | 0 | 0.49 | 0.44 | 0.03 | 354.55 | 0.9 | 0.74 |
| Hex | F8 | 7F | 8A | 0 | 31 | 2C | 3 | 163 | 5A | 4A |
| Octal | 370 | 177 | 212 | 0 | 61 | 54 | 3 | 543 | 132 | 112 |
| Binary | 11111000 | 1111111 | 10001010 | 0 | 110001 | 101100 | 11 | 101100011 | 1011010 | 1001010 |
Color Harmonies of #F87F8A
Complementary color
Monochromatic Colors of #F87F8A
Black with #F87F8A
Text Example
Text Example
White with #F87F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F8A; }
p { color: rgb(248,127,138); }
H1.HeaderClassName
{
color: #F87F8A;
}
.AnyTagClassName
{
color: #F87F8A;
}
</style>
background-color css
<style>
a { background-color: #F87F8A; }
a { background-color: rgb(248,127,138); }
div.DivClassName
{
background-color: #F87F8A;
}
.BgClassName
{
background-color: #F87F8A;
}
</style>
border-color css
<style>
span { border-color: #F87F8A; }
span { border-color: rgb(248,127,138); }
td.TdClassName
{
border-color: #F87F8A;
}
.TagClassName
{
border-color: #F87F8A;
}
</style>