Shades of Cerise #F13675
Tints of Cerise #F13675
RGB
CMYK
RGB Variations
Color information
#F13675 (or 0xF13675) is known color: Cerise. HEX triplet: F1, 36 and 75. RGB value is (241,54,117). Sum of RGB (Red+Green+Blue) = 241+54+117=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13675 is #0EC98A. Grayscale: #757575. Windows color (decimal): -969099 or 7681777. OLE color: 7681777.
HSL color Cylindrical-coordinate representation of color #F13675: hue angle of 339.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F13675 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 117 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.05 |
| HSL | 339.79º | 0.87% | 0.58% | - |
| HSV(B) | 339.79º | 0.78% | 0.95% | - |
| XYZ | 40.81 | 22.62 | 19.05 | - |
| YUV | 117.1 | 127.95 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 117 | 0 | 0.78 | 0.51 | 0.05 | 339.79 | 0.87 | 0.58 |
| Hex | F1 | 36 | 75 | 0 | 4E | 33 | 5 | 154 | 57 | 3A |
| Octal | 361 | 66 | 165 | 0 | 116 | 63 | 5 | 524 | 127 | 72 |
| Binary | 11110001 | 110110 | 1110101 | 0 | 1001110 | 110011 | 101 | 101010100 | 1010111 | 111010 |
Color Harmonies of #F13675
Complementary color
Monochromatic Colors of #F13675
Black with #F13675
Text Example
Text Example
White with #F13675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13675; }
p { color: rgb(241,54,117); }
H1.HeaderClassName
{
color: #F13675;
}
.AnyTagClassName
{
color: #F13675;
}
</style>
background-color css
<style>
a { background-color: #F13675; }
a { background-color: rgb(241,54,117); }
div.DivClassName
{
background-color: #F13675;
}
.BgClassName
{
background-color: #F13675;
}
</style>
border-color css
<style>
span { border-color: #F13675; }
span { border-color: rgb(241,54,117); }
td.TdClassName
{
border-color: #F13675;
}
.TagClassName
{
border-color: #F13675;
}
</style>