Shades of Carissma #F87D90
Tints of Carissma #F87D90
RGB
CMYK
RGB Variations
Color information
#F87D90 (or 0xF87D90) is known color: Carissma. HEX triplet: F8, 7D and 90. RGB value is (248,125,144). Sum of RGB (Red+Green+Blue) = 248+125+144=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D90 is #07826F. Grayscale: #A3A3A3. Windows color (decimal): -492144 or 9469432. OLE color: 9469432.
HSL color Cylindrical-coordinate representation of color #F87D90: hue angle of 350.73º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87D90 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 144 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.03 |
| HSL | 350.73º | 0.9% | 0.73% | - |
| HSV(B) | 350.73º | 0.5% | 0.97% | - |
| XYZ | 51.08 | 36.64 | 30.77 | - |
| YUV | 163.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 144 | 0 | 0.50 | 0.42 | 0.03 | 350.73 | 0.9 | 0.73 |
| Hex | F8 | 7D | 90 | 0 | 32 | 2A | 3 | 15F | 5A | 49 |
| Octal | 370 | 175 | 220 | 0 | 62 | 52 | 3 | 537 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10010000 | 0 | 110010 | 101010 | 11 | 101011111 | 1011010 | 1001001 |
Color Harmonies of #F87D90
Complementary color
Monochromatic Colors of #F87D90
Black with #F87D90
Text Example
Text Example
White with #F87D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D90; }
p { color: rgb(248,125,144); }
H1.HeaderClassName
{
color: #F87D90;
}
.AnyTagClassName
{
color: #F87D90;
}
</style>
background-color css
<style>
a { background-color: #F87D90; }
a { background-color: rgb(248,125,144); }
div.DivClassName
{
background-color: #F87D90;
}
.BgClassName
{
background-color: #F87D90;
}
</style>
border-color css
<style>
span { border-color: #F87D90; }
span { border-color: rgb(248,125,144); }
td.TdClassName
{
border-color: #F87D90;
}
.TagClassName
{
border-color: #F87D90;
}
</style>