Shades of Carissma #F17D8A
Tints of Carissma #F17D8A
RGB
CMYK
RGB Variations
Color information
#F17D8A (or 0xF17D8A) is known color: Carissma. HEX triplet: F1, 7D and 8A. RGB value is (241,125,138). Sum of RGB (Red+Green+Blue) = 241+125+138=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8A is #0E8275. Grayscale: #A1A1A1. Windows color (decimal): -950902 or 9076209. OLE color: 9076209.
HSL color Cylindrical-coordinate representation of color #F17D8A: hue angle of 353.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17D8A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 138 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.05 |
| HSL | 353.28º | 0.81% | 0.72% | - |
| HSV(B) | 353.28º | 0.48% | 0.95% | - |
| XYZ | 48.2 | 35.2 | 28.3 | - |
| YUV | 161.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 138 | 0 | 0.48 | 0.43 | 0.05 | 353.28 | 0.81 | 0.72 |
| Hex | F1 | 7D | 8A | 0 | 30 | 2B | 5 | 161 | 51 | 48 |
| Octal | 361 | 175 | 212 | 0 | 60 | 53 | 5 | 541 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10001010 | 0 | 110000 | 101011 | 101 | 101100001 | 1010001 | 1001000 |
Color Harmonies of #F17D8A
Complementary color
Monochromatic Colors of #F17D8A
Black with #F17D8A
Text Example
Text Example
White with #F17D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D8A; }
p { color: rgb(241,125,138); }
H1.HeaderClassName
{
color: #F17D8A;
}
.AnyTagClassName
{
color: #F17D8A;
}
</style>
background-color css
<style>
a { background-color: #F17D8A; }
a { background-color: rgb(241,125,138); }
div.DivClassName
{
background-color: #F17D8A;
}
.BgClassName
{
background-color: #F17D8A;
}
</style>
border-color css
<style>
span { border-color: #F17D8A; }
span { border-color: rgb(241,125,138); }
td.TdClassName
{
border-color: #F17D8A;
}
.TagClassName
{
border-color: #F17D8A;
}
</style>