Shades of Carissma #F1719A
Tints of Carissma #F1719A
RGB
CMYK
RGB Variations
Color information
#F1719A (or 0xF1719A) is known color: Carissma. HEX triplet: F1, 71 and 9A. RGB value is (241,113,154). Sum of RGB (Red+Green+Blue) = 241+113+154=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1719A is #0E8E65. Grayscale: #9B9B9B. Windows color (decimal): -953958 or 10121713. OLE color: 10121713.
HSL color Cylindrical-coordinate representation of color #F1719A: hue angle of 340.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1719A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 154 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.05 |
| HSL | 340.78º | 0.82% | 0.69% | - |
| HSV(B) | 340.78º | 0.53% | 0.95% | - |
| XYZ | 48.01 | 32.84 | 34.38 | - |
| YUV | 155.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 154 | 0 | 0.53 | 0.36 | 0.05 | 340.78 | 0.82 | 0.69 |
| Hex | F1 | 71 | 9A | 0 | 35 | 24 | 5 | 155 | 52 | 45 |
| Octal | 361 | 161 | 232 | 0 | 65 | 44 | 5 | 525 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10011010 | 0 | 110101 | 100100 | 101 | 101010101 | 1010010 | 1000101 |
Color Harmonies of #F1719A
Complementary color
Monochromatic Colors of #F1719A
Black with #F1719A
Text Example
Text Example
White with #F1719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1719A; }
p { color: rgb(241,113,154); }
H1.HeaderClassName
{
color: #F1719A;
}
.AnyTagClassName
{
color: #F1719A;
}
</style>
background-color css
<style>
a { background-color: #F1719A; }
a { background-color: rgb(241,113,154); }
div.DivClassName
{
background-color: #F1719A;
}
.BgClassName
{
background-color: #F1719A;
}
</style>
border-color css
<style>
span { border-color: #F1719A; }
span { border-color: rgb(241,113,154); }
td.TdClassName
{
border-color: #F1719A;
}
.TagClassName
{
border-color: #F1719A;
}
</style>