Shades of Deep Cerise #F3257F
Tints of Deep Cerise #F3257F
RGB
CMYK
RGB Variations
Color information
#F3257F (or 0xF3257F) is known color: Deep Cerise. HEX triplet: F3, 25 and 7F. RGB value is (243,37,127). Sum of RGB (Red+Green+Blue) = 243+37+127=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3257F is #0CDA80. Grayscale: #6C6C6C. Windows color (decimal): -842369 or 8332787. OLE color: 8332787.
HSL color Cylindrical-coordinate representation of color #F3257F: hue angle of 333.79º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3257F is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 127 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.05 |
| HSL | 333.79º | 0.9% | 0.55% | - |
| HSV(B) | 333.79º | 0.85% | 0.95% | - |
| XYZ | 41.45 | 21.91 | 22.12 | - |
| YUV | 108.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 127 | 0 | 0.85 | 0.48 | 0.05 | 333.79 | 0.9 | 0.55 |
| Hex | F3 | 25 | 7F | 0 | 55 | 30 | 5 | 14E | 5A | 37 |
| Octal | 363 | 45 | 177 | 0 | 125 | 60 | 5 | 516 | 132 | 67 |
| Binary | 11110011 | 100101 | 1111111 | 0 | 1010101 | 110000 | 101 | 101001110 | 1011010 | 110111 |
Color Harmonies of #F3257F
Complementary color
Monochromatic Colors of #F3257F
Black with #F3257F
Text Example
Text Example
White with #F3257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3257F; }
p { color: rgb(243,37,127); }
H1.HeaderClassName
{
color: #F3257F;
}
.AnyTagClassName
{
color: #F3257F;
}
</style>
background-color css
<style>
a { background-color: #F3257F; }
a { background-color: rgb(243,37,127); }
div.DivClassName
{
background-color: #F3257F;
}
.BgClassName
{
background-color: #F3257F;
}
</style>
border-color css
<style>
span { border-color: #F3257F; }
span { border-color: rgb(243,37,127); }
td.TdClassName
{
border-color: #F3257F;
}
.TagClassName
{
border-color: #F3257F;
}
</style>