Shades of Carissma #F08594
Tints of Carissma #F08594
RGB
CMYK
RGB Variations
Color information
#F08594 (or 0xF08594) is known color: Carissma. HEX triplet: F0, 85 and 94. RGB value is (240,133,148). Sum of RGB (Red+Green+Blue) = 240+133+148=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08594 is #0F7A6B. Grayscale: #A6A6A6. Windows color (decimal): -1014380 or 9733616. OLE color: 9733616.
HSL color Cylindrical-coordinate representation of color #F08594: hue angle of 351.59º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08594 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 148 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.06 |
| HSL | 351.59º | 0.78% | 0.73% | - |
| HSV(B) | 351.59º | 0.45% | 0.94% | - |
| XYZ | 49.67 | 37.44 | 32.63 | - |
| YUV | 166.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 148 | 0 | 0.45 | 0.38 | 0.06 | 351.59 | 0.78 | 0.73 |
| Hex | F0 | 85 | 94 | 0 | 2D | 26 | 6 | 160 | 4E | 49 |
| Octal | 360 | 205 | 224 | 0 | 55 | 46 | 6 | 540 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10010100 | 0 | 101101 | 100110 | 110 | 101100000 | 1001110 | 1001001 |
Color Harmonies of #F08594
Complementary color
Monochromatic Colors of #F08594
Black with #F08594
Text Example
Text Example
White with #F08594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08594; }
p { color: rgb(240,133,148); }
H1.HeaderClassName
{
color: #F08594;
}
.AnyTagClassName
{
color: #F08594;
}
</style>
background-color css
<style>
a { background-color: #F08594; }
a { background-color: rgb(240,133,148); }
div.DivClassName
{
background-color: #F08594;
}
.BgClassName
{
background-color: #F08594;
}
</style>
border-color css
<style>
span { border-color: #F08594; }
span { border-color: rgb(240,133,148); }
td.TdClassName
{
border-color: #F08594;
}
.TagClassName
{
border-color: #F08594;
}
</style>