Shades of Cerise #F12677
Tints of Cerise #F12677
RGB
CMYK
RGB Variations
Color information
#F12677 (or 0xF12677) is known color: Cerise. HEX triplet: F1, 26 and 77. RGB value is (241,38,119). Sum of RGB (Red+Green+Blue) = 241+38+119=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F12677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12677 is #0ED988. Grayscale: #6B6B6B. Windows color (decimal): -973193 or 7808753. OLE color: 7808753.
HSL color Cylindrical-coordinate representation of color #F12677: hue angle of 336.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12677 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 119 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.05 |
| HSL | 336.06º | 0.88% | 0.55% | - |
| HSV(B) | 336.06º | 0.84% | 0.95% | - |
| XYZ | 40.3 | 21.42 | 19.46 | - |
| YUV | 107.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 119 | 0 | 0.84 | 0.51 | 0.05 | 336.06 | 0.88 | 0.55 |
| Hex | F1 | 26 | 77 | 0 | 54 | 33 | 5 | 150 | 58 | 37 |
| Octal | 361 | 46 | 167 | 0 | 124 | 63 | 5 | 520 | 130 | 67 |
| Binary | 11110001 | 100110 | 1110111 | 0 | 1010100 | 110011 | 101 | 101010000 | 1011000 | 110111 |
Color Harmonies of #F12677
Complementary color
Monochromatic Colors of #F12677
Black with #F12677
Text Example
Text Example
White with #F12677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12677; }
p { color: rgb(241,38,119); }
H1.HeaderClassName
{
color: #F12677;
}
.AnyTagClassName
{
color: #F12677;
}
</style>
background-color css
<style>
a { background-color: #F12677; }
a { background-color: rgb(241,38,119); }
div.DivClassName
{
background-color: #F12677;
}
.BgClassName
{
background-color: #F12677;
}
</style>
border-color css
<style>
span { border-color: #F12677; }
span { border-color: rgb(241,38,119); }
td.TdClassName
{
border-color: #F12677;
}
.TagClassName
{
border-color: #F12677;
}
</style>