Shades of Deep Cerise #F3257B
Tints of Deep Cerise #F3257B
RGB
CMYK
RGB Variations
Color information
#F3257B (or 0xF3257B) is known color: Deep Cerise. HEX triplet: F3, 25 and 7B. RGB value is (243,37,123). Sum of RGB (Red+Green+Blue) = 243+37+123=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3257B is #0CDA84. Grayscale: #6C6C6C. Windows color (decimal): -842373 or 8070643. OLE color: 8070643.
HSL color Cylindrical-coordinate representation of color #F3257B: hue angle of 334.95º 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 #F3257B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.05 |
| HSL | 334.95º | 0.9% | 0.55% | - |
| HSV(B) | 334.95º | 0.85% | 0.95% | - |
| XYZ | 41.2 | 21.81 | 20.78 | - |
| YUV | 108.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 123 | 0 | 0.85 | 0.49 | 0.05 | 334.95 | 0.9 | 0.55 |
| Hex | F3 | 25 | 7B | 0 | 55 | 31 | 5 | 14F | 5A | 37 |
| Octal | 363 | 45 | 173 | 0 | 125 | 61 | 5 | 517 | 132 | 67 |
| Binary | 11110011 | 100101 | 1111011 | 0 | 1010101 | 110001 | 101 | 101001111 | 1011010 | 110111 |
Color Harmonies of #F3257B
Complementary color
Monochromatic Colors of #F3257B
Black with #F3257B
Text Example
Text Example
White with #F3257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3257B; }
p { color: rgb(243,37,123); }
H1.HeaderClassName
{
color: #F3257B;
}
.AnyTagClassName
{
color: #F3257B;
}
</style>
background-color css
<style>
a { background-color: #F3257B; }
a { background-color: rgb(243,37,123); }
div.DivClassName
{
background-color: #F3257B;
}
.BgClassName
{
background-color: #F3257B;
}
</style>
border-color css
<style>
span { border-color: #F3257B; }
span { border-color: rgb(243,37,123); }
td.TdClassName
{
border-color: #F3257B;
}
.TagClassName
{
border-color: #F3257B;
}
</style>