Shades of Carissma #F4758F
Tints of Carissma #F4758F
RGB
CMYK
RGB Variations
Color information
#F4758F (or 0xF4758F) is known color: Carissma. HEX triplet: F4, 75 and 8F. RGB value is (244,117,143). Sum of RGB (Red+Green+Blue) = 244+117+143=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4758F is #0B8A70. Grayscale: #9D9D9D. Windows color (decimal): -756337 or 9401844. OLE color: 9401844.
HSL color Cylindrical-coordinate representation of color #F4758F: hue angle of 347.72º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4758F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 143 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.04 |
| HSL | 347.72º | 0.85% | 0.71% | - |
| HSV(B) | 347.72º | 0.52% | 0.96% | - |
| XYZ | 48.63 | 33.94 | 29.97 | - |
| YUV | 157.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 143 | 0 | 0.52 | 0.41 | 0.04 | 347.72 | 0.85 | 0.71 |
| Hex | F4 | 75 | 8F | 0 | 34 | 29 | 4 | 15C | 55 | 47 |
| Octal | 364 | 165 | 217 | 0 | 64 | 51 | 4 | 534 | 125 | 107 |
| Binary | 11110100 | 1110101 | 10001111 | 0 | 110100 | 101001 | 100 | 101011100 | 1010101 | 1000111 |
Color Harmonies of #F4758F
Complementary color
Monochromatic Colors of #F4758F
Black with #F4758F
Text Example
Text Example
White with #F4758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4758F; }
p { color: rgb(244,117,143); }
H1.HeaderClassName
{
color: #F4758F;
}
.AnyTagClassName
{
color: #F4758F;
}
</style>
background-color css
<style>
a { background-color: #F4758F; }
a { background-color: rgb(244,117,143); }
div.DivClassName
{
background-color: #F4758F;
}
.BgClassName
{
background-color: #F4758F;
}
</style>
border-color css
<style>
span { border-color: #F4758F; }
span { border-color: rgb(244,117,143); }
td.TdClassName
{
border-color: #F4758F;
}
.TagClassName
{
border-color: #F4758F;
}
</style>