Shades of Carissma #F27199
Tints of Carissma #F27199
RGB
CMYK
RGB Variations
Color information
#F27199 (or 0xF27199) is known color: Carissma. HEX triplet: F2, 71 and 99. RGB value is (242,113,153). Sum of RGB (Red+Green+Blue) = 242+113+153=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27199 is #0D8E66. Grayscale: #9C9C9C. Windows color (decimal): -888423 or 10056178. OLE color: 10056178.
HSL color Cylindrical-coordinate representation of color #F27199: hue angle of 341.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F27199 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 153 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.05 |
| HSL | 341.4º | 0.83% | 0.7% | - |
| HSV(B) | 341.4º | 0.53% | 0.95% | - |
| XYZ | 48.27 | 32.99 | 33.96 | - |
| YUV | 156.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 153 | 0 | 0.53 | 0.37 | 0.05 | 341.4 | 0.83 | 0.7 |
| Hex | F2 | 71 | 99 | 0 | 35 | 25 | 5 | 155 | 53 | 46 |
| Octal | 362 | 161 | 231 | 0 | 65 | 45 | 5 | 525 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10011001 | 0 | 110101 | 100101 | 101 | 101010101 | 1010011 | 1000110 |
Color Harmonies of #F27199
Complementary color
Monochromatic Colors of #F27199
Black with #F27199
Text Example
Text Example
White with #F27199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27199; }
p { color: rgb(242,113,153); }
H1.HeaderClassName
{
color: #F27199;
}
.AnyTagClassName
{
color: #F27199;
}
</style>
background-color css
<style>
a { background-color: #F27199; }
a { background-color: rgb(242,113,153); }
div.DivClassName
{
background-color: #F27199;
}
.BgClassName
{
background-color: #F27199;
}
</style>
border-color css
<style>
span { border-color: #F27199; }
span { border-color: rgb(242,113,153); }
td.TdClassName
{
border-color: #F27199;
}
.TagClassName
{
border-color: #F27199;
}
</style>