Shades of Carissma #F17999
Tints of Carissma #F17999
RGB
CMYK
RGB Variations
Color information
#F17999 (or 0xF17999) is known color: Carissma. HEX triplet: F1, 79 and 99. RGB value is (241,121,153). Sum of RGB (Red+Green+Blue) = 241+121+153=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F17999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17999 is #0E8666. Grayscale: #A0A0A0. Windows color (decimal): -951911 or 10058225. OLE color: 10058225.
HSL color Cylindrical-coordinate representation of color #F17999: hue angle of 344º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17999 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 153 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.05 |
| HSL | 344º | 0.81% | 0.71% | - |
| HSV(B) | 344º | 0.5% | 0.95% | - |
| XYZ | 48.86 | 34.68 | 34.25 | - |
| YUV | 160.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 153 | 0 | 0.50 | 0.37 | 0.05 | 344 | 0.81 | 0.71 |
| Hex | F1 | 79 | 99 | 0 | 32 | 25 | 5 | 158 | 51 | 47 |
| Octal | 361 | 171 | 231 | 0 | 62 | 45 | 5 | 530 | 121 | 107 |
| Binary | 11110001 | 1111001 | 10011001 | 0 | 110010 | 100101 | 101 | 101011000 | 1010001 | 1000111 |
Color Harmonies of #F17999
Complementary color
Monochromatic Colors of #F17999
Black with #F17999
Text Example
Text Example
White with #F17999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17999; }
p { color: rgb(241,121,153); }
H1.HeaderClassName
{
color: #F17999;
}
.AnyTagClassName
{
color: #F17999;
}
</style>
background-color css
<style>
a { background-color: #F17999; }
a { background-color: rgb(241,121,153); }
div.DivClassName
{
background-color: #F17999;
}
.BgClassName
{
background-color: #F17999;
}
</style>
border-color css
<style>
span { border-color: #F17999; }
span { border-color: rgb(241,121,153); }
td.TdClassName
{
border-color: #F17999;
}
.TagClassName
{
border-color: #F17999;
}
</style>