Shades of Deep Pink #F7237B
Tints of Deep Pink #F7237B
RGB
CMYK
RGB Variations
Color information
#F7237B (or 0xF7237B) is known color: Deep Pink. HEX triplet: F7, 23 and 7B. RGB value is (247,35,123). Sum of RGB (Red+Green+Blue) = 247+35+123=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F7237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7237B is #08DC84. Grayscale: #6C6C6C. Windows color (decimal): -580741 or 8070135. OLE color: 8070135.
HSL color Cylindrical-coordinate representation of color #F7237B: hue angle of 335.09º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7237B is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.03 |
| HSL | 335.09º | 0.93% | 0.55% | - |
| HSV(B) | 335.09º | 0.86% | 0.97% | - |
| XYZ | 42.53 | 22.41 | 20.82 | - |
| YUV | 108.42 | 136.24 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 35 | 123 | 0 | 0.86 | 0.50 | 0.03 | 335.09 | 0.93 | 0.55 |
| Hex | F7 | 23 | 7B | 0 | 56 | 32 | 3 | 14F | 5D | 37 |
| Octal | 367 | 43 | 173 | 0 | 126 | 62 | 3 | 517 | 135 | 67 |
| Binary | 11110111 | 100011 | 1111011 | 0 | 1010110 | 110010 | 11 | 101001111 | 1011101 | 110111 |
Color Harmonies of #F7237B
Complementary color
Monochromatic Colors of #F7237B
Black with #F7237B
Text Example
Text Example
White with #F7237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7237B; }
p { color: rgb(247,35,123); }
H1.HeaderClassName
{
color: #F7237B;
}
.AnyTagClassName
{
color: #F7237B;
}
</style>
background-color css
<style>
a { background-color: #F7237B; }
a { background-color: rgb(247,35,123); }
div.DivClassName
{
background-color: #F7237B;
}
.BgClassName
{
background-color: #F7237B;
}
</style>
border-color css
<style>
span { border-color: #F7237B; }
span { border-color: rgb(247,35,123); }
td.TdClassName
{
border-color: #F7237B;
}
.TagClassName
{
border-color: #F7237B;
}
</style>