Shades of Deep Pink #F7238C
Tints of Deep Pink #F7238C
RGB
CMYK
RGB Variations
Color information
#F7238C (or 0xF7238C) is known color: Deep Pink. HEX triplet: F7, 23 and 8C. RGB value is (247,35,140). Sum of RGB (Red+Green+Blue) = 247+35+140=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7238C is #08DC73. Grayscale: #6E6E6E. Windows color (decimal): -580724 or 9184247. OLE color: 9184247.
HSL color Cylindrical-coordinate representation of color #F7238C: hue angle of 330.28º 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 #F7238C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 35 | 140 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.03 |
| HSL | 330.28º | 0.93% | 0.55% | - |
| HSV(B) | 330.28º | 0.86% | 0.97% | - |
| XYZ | 43.69 | 22.87 | 26.92 | - |
| YUV | 110.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 35 | 140 | 0 | 0.86 | 0.43 | 0.03 | 330.28 | 0.93 | 0.55 |
| Hex | F7 | 23 | 8C | 0 | 56 | 2B | 3 | 14A | 5D | 37 |
| Octal | 367 | 43 | 214 | 0 | 126 | 53 | 3 | 512 | 135 | 67 |
| Binary | 11110111 | 100011 | 10001100 | 0 | 1010110 | 101011 | 11 | 101001010 | 1011101 | 110111 |
Color Harmonies of #F7238C
Complementary color
Monochromatic Colors of #F7238C
Black with #F7238C
Text Example
Text Example
White with #F7238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7238C; }
p { color: rgb(247,35,140); }
H1.HeaderClassName
{
color: #F7238C;
}
.AnyTagClassName
{
color: #F7238C;
}
</style>
background-color css
<style>
a { background-color: #F7238C; }
a { background-color: rgb(247,35,140); }
div.DivClassName
{
background-color: #F7238C;
}
.BgClassName
{
background-color: #F7238C;
}
</style>
border-color css
<style>
span { border-color: #F7238C; }
span { border-color: rgb(247,35,140); }
td.TdClassName
{
border-color: #F7238C;
}
.TagClassName
{
border-color: #F7238C;
}
</style>