Shades of Deep Cerise #F2257D
Tints of Deep Cerise #F2257D
RGB
CMYK
RGB Variations
Color information
#F2257D (or 0xF2257D) is known color: Deep Cerise. HEX triplet: F2, 25 and 7D. RGB value is (242,37,125). Sum of RGB (Red+Green+Blue) = 242+37+125=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2257D is #0DDA82. Grayscale: #6C6C6C. Windows color (decimal): -907907 or 8201714. OLE color: 8201714.
HSL color Cylindrical-coordinate representation of color #F2257D: hue angle of 334.24º degrees, saturation: 0.89, 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 #F2257D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 125 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.05 |
| HSL | 334.24º | 0.89% | 0.55% | - |
| HSV(B) | 334.24º | 0.85% | 0.95% | - |
| XYZ | 40.98 | 21.68 | 21.43 | - |
| YUV | 108.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 125 | 0 | 0.85 | 0.48 | 0.05 | 334.24 | 0.89 | 0.55 |
| Hex | F2 | 25 | 7D | 0 | 55 | 30 | 5 | 14E | 59 | 37 |
| Octal | 362 | 45 | 175 | 0 | 125 | 60 | 5 | 516 | 131 | 67 |
| Binary | 11110010 | 100101 | 1111101 | 0 | 1010101 | 110000 | 101 | 101001110 | 1011001 | 110111 |
Color Harmonies of #F2257D
Complementary color
Monochromatic Colors of #F2257D
Black with #F2257D
Text Example
Text Example
White with #F2257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2257D; }
p { color: rgb(242,37,125); }
H1.HeaderClassName
{
color: #F2257D;
}
.AnyTagClassName
{
color: #F2257D;
}
</style>
background-color css
<style>
a { background-color: #F2257D; }
a { background-color: rgb(242,37,125); }
div.DivClassName
{
background-color: #F2257D;
}
.BgClassName
{
background-color: #F2257D;
}
</style>
border-color css
<style>
span { border-color: #F2257D; }
span { border-color: rgb(242,37,125); }
td.TdClassName
{
border-color: #F2257D;
}
.TagClassName
{
border-color: #F2257D;
}
</style>