Shades of Carissma #F17692
Tints of Carissma #F17692
RGB
CMYK
RGB Variations
Color information
#F17692 (or 0xF17692) is known color: Carissma. HEX triplet: F1, 76 and 92. RGB value is (241,118,146). Sum of RGB (Red+Green+Blue) = 241+118+146=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F17692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17692 is #0E896D. Grayscale: #9D9D9D. Windows color (decimal): -952686 or 9598705. OLE color: 9598705.
HSL color Cylindrical-coordinate representation of color #F17692: hue angle of 346.34º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17692 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 146 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.05 |
| HSL | 346.34º | 0.81% | 0.7% | - |
| HSV(B) | 346.34º | 0.51% | 0.95% | - |
| XYZ | 47.94 | 33.73 | 31.18 | - |
| YUV | 157.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 146 | 0 | 0.51 | 0.39 | 0.05 | 346.34 | 0.81 | 0.7 |
| Hex | F1 | 76 | 92 | 0 | 33 | 27 | 5 | 15A | 51 | 46 |
| Octal | 361 | 166 | 222 | 0 | 63 | 47 | 5 | 532 | 121 | 106 |
| Binary | 11110001 | 1110110 | 10010010 | 0 | 110011 | 100111 | 101 | 101011010 | 1010001 | 1000110 |
Color Harmonies of #F17692
Complementary color
Monochromatic Colors of #F17692
Black with #F17692
Text Example
Text Example
White with #F17692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17692; }
p { color: rgb(241,118,146); }
H1.HeaderClassName
{
color: #F17692;
}
.AnyTagClassName
{
color: #F17692;
}
</style>
background-color css
<style>
a { background-color: #F17692; }
a { background-color: rgb(241,118,146); }
div.DivClassName
{
background-color: #F17692;
}
.BgClassName
{
background-color: #F17692;
}
</style>
border-color css
<style>
span { border-color: #F17692; }
span { border-color: rgb(241,118,146); }
td.TdClassName
{
border-color: #F17692;
}
.TagClassName
{
border-color: #F17692;
}
</style>