Shades of Deep Pink #F7237D
Tints of Deep Pink #F7237D
RGB
CMYK
RGB Variations
Color information
#F7237D (or 0xF7237D) is known color: Deep Pink. HEX triplet: F7, 23 and 7D. RGB value is (247,35,125). Sum of RGB (Red+Green+Blue) = 247+35+125=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7237D is #08DC82. Grayscale: #6C6C6C. Windows color (decimal): -580739 or 8201207. OLE color: 8201207.
HSL color Cylindrical-coordinate representation of color #F7237D: hue angle of 334.53º 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 #F7237D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 35 | 125 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.03 |
| HSL | 334.53º | 0.93% | 0.55% | - |
| HSV(B) | 334.53º | 0.86% | 0.97% | - |
| XYZ | 42.66 | 22.46 | 21.49 | - |
| YUV | 108.65 | 137.24 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 35 | 125 | 0 | 0.86 | 0.49 | 0.03 | 334.53 | 0.93 | 0.55 |
| Hex | F7 | 23 | 7D | 0 | 56 | 31 | 3 | 14F | 5D | 37 |
| Octal | 367 | 43 | 175 | 0 | 126 | 61 | 3 | 517 | 135 | 67 |
| Binary | 11110111 | 100011 | 1111101 | 0 | 1010110 | 110001 | 11 | 101001111 | 1011101 | 110111 |
Color Harmonies of #F7237D
Complementary color
Monochromatic Colors of #F7237D
Black with #F7237D
Text Example
Text Example
White with #F7237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7237D; }
p { color: rgb(247,35,125); }
H1.HeaderClassName
{
color: #F7237D;
}
.AnyTagClassName
{
color: #F7237D;
}
</style>
background-color css
<style>
a { background-color: #F7237D; }
a { background-color: rgb(247,35,125); }
div.DivClassName
{
background-color: #F7237D;
}
.BgClassName
{
background-color: #F7237D;
}
</style>
border-color css
<style>
span { border-color: #F7237D; }
span { border-color: rgb(247,35,125); }
td.TdClassName
{
border-color: #F7237D;
}
.TagClassName
{
border-color: #F7237D;
}
</style>