Shades of Carissma #F87D94
Tints of Carissma #F87D94
RGB
CMYK
RGB Variations
Color information
#F87D94 (or 0xF87D94) is known color: Carissma. HEX triplet: F8, 7D and 94. RGB value is (248,125,148). Sum of RGB (Red+Green+Blue) = 248+125+148=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D94 is #07826B. Grayscale: #A4A4A4. Windows color (decimal): -492140 or 9731576. OLE color: 9731576.
HSL color Cylindrical-coordinate representation of color #F87D94: hue angle of 348.78º 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 #F87D94 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 148 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.03 |
| HSL | 348.78º | 0.9% | 0.73% | - |
| HSV(B) | 348.78º | 0.5% | 0.97% | - |
| XYZ | 51.39 | 36.76 | 32.4 | - |
| YUV | 164.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 148 | 0 | 0.50 | 0.40 | 0.03 | 348.78 | 0.9 | 0.73 |
| Hex | F8 | 7D | 94 | 0 | 32 | 28 | 3 | 15D | 5A | 49 |
| Octal | 370 | 175 | 224 | 0 | 62 | 50 | 3 | 535 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10010100 | 0 | 110010 | 101000 | 11 | 101011101 | 1011010 | 1001001 |
Color Harmonies of #F87D94
Complementary color
Monochromatic Colors of #F87D94
Black with #F87D94
Text Example
Text Example
White with #F87D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D94; }
p { color: rgb(248,125,148); }
H1.HeaderClassName
{
color: #F87D94;
}
.AnyTagClassName
{
color: #F87D94;
}
</style>
background-color css
<style>
a { background-color: #F87D94; }
a { background-color: rgb(248,125,148); }
div.DivClassName
{
background-color: #F87D94;
}
.BgClassName
{
background-color: #F87D94;
}
</style>
border-color css
<style>
span { border-color: #F87D94; }
span { border-color: rgb(248,125,148); }
td.TdClassName
{
border-color: #F87D94;
}
.TagClassName
{
border-color: #F87D94;
}
</style>