Shades of Cerise #F1346E
Tints of Cerise #F1346E
RGB
CMYK
RGB Variations
Color information
#F1346E (or 0xF1346E) is known color: Cerise. HEX triplet: F1, 34 and 6E. RGB value is (241,52,110). Sum of RGB (Red+Green+Blue) = 241+52+110=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1346E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1346E is #0ECB91. Grayscale: #737373. Windows color (decimal): -969618 or 7222513. OLE color: 7222513.
HSL color Cylindrical-coordinate representation of color #F1346E: hue angle of 341.59º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1346E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 110 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.05 |
| HSL | 341.59º | 0.87% | 0.57% | - |
| HSV(B) | 341.59º | 0.78% | 0.95% | - |
| XYZ | 40.32 | 22.28 | 16.93 | - |
| YUV | 115.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 110 | 0 | 0.78 | 0.54 | 0.05 | 341.59 | 0.87 | 0.57 |
| Hex | F1 | 34 | 6E | 0 | 4E | 36 | 5 | 156 | 57 | 39 |
| Octal | 361 | 64 | 156 | 0 | 116 | 66 | 5 | 526 | 127 | 71 |
| Binary | 11110001 | 110100 | 1101110 | 0 | 1001110 | 110110 | 101 | 101010110 | 1010111 | 111001 |
Color Harmonies of #F1346E
Complementary color
Monochromatic Colors of #F1346E
Black with #F1346E
Text Example
Text Example
White with #F1346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1346E; }
p { color: rgb(241,52,110); }
H1.HeaderClassName
{
color: #F1346E;
}
.AnyTagClassName
{
color: #F1346E;
}
</style>
background-color css
<style>
a { background-color: #F1346E; }
a { background-color: rgb(241,52,110); }
div.DivClassName
{
background-color: #F1346E;
}
.BgClassName
{
background-color: #F1346E;
}
</style>
border-color css
<style>
span { border-color: #F1346E; }
span { border-color: rgb(241,52,110); }
td.TdClassName
{
border-color: #F1346E;
}
.TagClassName
{
border-color: #F1346E;
}
</style>