Shades of Carissma #F07D90
Tints of Carissma #F07D90
RGB
CMYK
RGB Variations
Color information
#F07D90 (or 0xF07D90) is known color: Carissma. HEX triplet: F0, 7D and 90. RGB value is (240,125,144). Sum of RGB (Red+Green+Blue) = 240+125+144=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07D90 is #0F826F. Grayscale: #A1A1A1. Windows color (decimal): -1016432 or 9469424. OLE color: 9469424.
HSL color Cylindrical-coordinate representation of color #F07D90: hue angle of 350.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07D90 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 144 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.06 |
| HSL | 350.09º | 0.79% | 0.72% | - |
| HSV(B) | 350.09º | 0.48% | 0.94% | - |
| XYZ | 48.3 | 35.21 | 30.64 | - |
| YUV | 161.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 144 | 0 | 0.48 | 0.4 | 0.06 | 350.09 | 0.79 | 0.72 |
| Hex | F0 | 7D | 90 | 0 | 30 | 28 | 6 | 15E | 4F | 48 |
| Octal | 360 | 175 | 220 | 0 | 60 | 50 | 6 | 536 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10010000 | 0 | 110000 | 101000 | 110 | 101011110 | 1001111 | 1001000 |
Color Harmonies of #F07D90
Complementary color
Monochromatic Colors of #F07D90
Black with #F07D90
Text Example
Text Example
White with #F07D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D90; }
p { color: rgb(240,125,144); }
H1.HeaderClassName
{
color: #F07D90;
}
.AnyTagClassName
{
color: #F07D90;
}
</style>
background-color css
<style>
a { background-color: #F07D90; }
a { background-color: rgb(240,125,144); }
div.DivClassName
{
background-color: #F07D90;
}
.BgClassName
{
background-color: #F07D90;
}
</style>
border-color css
<style>
span { border-color: #F07D90; }
span { border-color: rgb(240,125,144); }
td.TdClassName
{
border-color: #F07D90;
}
.TagClassName
{
border-color: #F07D90;
}
</style>