Shades of Carissma #F27590
Tints of Carissma #F27590
RGB
CMYK
RGB Variations
Color information
#F27590 (or 0xF27590) is known color: Carissma. HEX triplet: F2, 75 and 90. RGB value is (242,117,144). Sum of RGB (Red+Green+Blue) = 242+117+144=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F27590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27590 is #0D8A6F. Grayscale: #9D9D9D. Windows color (decimal): -887408 or 9467378. OLE color: 9467378.
HSL color Cylindrical-coordinate representation of color #F27590: hue angle of 347.04º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27590 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 144 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.05 |
| HSL | 347.04º | 0.83% | 0.7% | - |
| HSV(B) | 347.04º | 0.52% | 0.95% | - |
| XYZ | 48.01 | 33.61 | 30.34 | - |
| YUV | 157.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 144 | 0 | 0.52 | 0.40 | 0.05 | 347.04 | 0.83 | 0.7 |
| Hex | F2 | 75 | 90 | 0 | 34 | 28 | 5 | 15B | 53 | 46 |
| Octal | 362 | 165 | 220 | 0 | 64 | 50 | 5 | 533 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10010000 | 0 | 110100 | 101000 | 101 | 101011011 | 1010011 | 1000110 |
Color Harmonies of #F27590
Complementary color
Monochromatic Colors of #F27590
Black with #F27590
Text Example
Text Example
White with #F27590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27590; }
p { color: rgb(242,117,144); }
H1.HeaderClassName
{
color: #F27590;
}
.AnyTagClassName
{
color: #F27590;
}
</style>
background-color css
<style>
a { background-color: #F27590; }
a { background-color: rgb(242,117,144); }
div.DivClassName
{
background-color: #F27590;
}
.BgClassName
{
background-color: #F27590;
}
</style>
border-color css
<style>
span { border-color: #F27590; }
span { border-color: rgb(242,117,144); }
td.TdClassName
{
border-color: #F27590;
}
.TagClassName
{
border-color: #F27590;
}
</style>