Shades of Cerise #F1346D
Tints of Cerise #F1346D
RGB
CMYK
RGB Variations
Color information
#F1346D (or 0xF1346D) is known color: Cerise. HEX triplet: F1, 34 and 6D. RGB value is (241,52,109). Sum of RGB (Red+Green+Blue) = 241+52+109=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1346D is #0ECB92. Grayscale: #727272. Windows color (decimal): -969619 or 7156977. OLE color: 7156977.
HSL color Cylindrical-coordinate representation of color #F1346D: hue angle of 341.9º 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 #F1346D is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 109 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.05 |
| HSL | 341.9º | 0.87% | 0.57% | - |
| HSV(B) | 341.9º | 0.78% | 0.95% | - |
| XYZ | 40.26 | 22.26 | 16.64 | - |
| YUV | 115.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 109 | 0 | 0.78 | 0.55 | 0.05 | 341.9 | 0.87 | 0.57 |
| Hex | F1 | 34 | 6D | 0 | 4E | 37 | 5 | 156 | 57 | 39 |
| Octal | 361 | 64 | 155 | 0 | 116 | 67 | 5 | 526 | 127 | 71 |
| Binary | 11110001 | 110100 | 1101101 | 0 | 1001110 | 110111 | 101 | 101010110 | 1010111 | 111001 |
Color Harmonies of #F1346D
Complementary color
Monochromatic Colors of #F1346D
Black with #F1346D
Text Example
Text Example
White with #F1346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1346D; }
p { color: rgb(241,52,109); }
H1.HeaderClassName
{
color: #F1346D;
}
.AnyTagClassName
{
color: #F1346D;
}
</style>
background-color css
<style>
a { background-color: #F1346D; }
a { background-color: rgb(241,52,109); }
div.DivClassName
{
background-color: #F1346D;
}
.BgClassName
{
background-color: #F1346D;
}
</style>
border-color css
<style>
span { border-color: #F1346D; }
span { border-color: rgb(241,52,109); }
td.TdClassName
{
border-color: #F1346D;
}
.TagClassName
{
border-color: #F1346D;
}
</style>