Shades of Deep Pink #F6247F
Tints of Deep Pink #F6247F
RGB
CMYK
RGB Variations
Color information
#F6247F (or 0xF6247F) is known color: Deep Pink. HEX triplet: F6, 24 and 7F. RGB value is (246,36,127). Sum of RGB (Red+Green+Blue) = 246+36+127=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6247F is #09DB80. Grayscale: #6D6D6D. Windows color (decimal): -646017 or 8332534. OLE color: 8332534.
HSL color Cylindrical-coordinate representation of color #F6247F: hue angle of 334º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6247F is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 127 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.04 |
| HSL | 334º | 0.92% | 0.55% | - |
| HSV(B) | 334º | 0.85% | 0.96% | - |
| XYZ | 42.47 | 22.39 | 22.16 | - |
| YUV | 109.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 127 | 0 | 0.85 | 0.48 | 0.04 | 334 | 0.92 | 0.55 |
| Hex | F6 | 24 | 7F | 0 | 55 | 30 | 4 | 14E | 5C | 37 |
| Octal | 366 | 44 | 177 | 0 | 125 | 60 | 4 | 516 | 134 | 67 |
| Binary | 11110110 | 100100 | 1111111 | 0 | 1010101 | 110000 | 100 | 101001110 | 1011100 | 110111 |
Color Harmonies of #F6247F
Complementary color
Monochromatic Colors of #F6247F
Black with #F6247F
Text Example
Text Example
White with #F6247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6247F; }
p { color: rgb(246,36,127); }
H1.HeaderClassName
{
color: #F6247F;
}
.AnyTagClassName
{
color: #F6247F;
}
</style>
background-color css
<style>
a { background-color: #F6247F; }
a { background-color: rgb(246,36,127); }
div.DivClassName
{
background-color: #F6247F;
}
.BgClassName
{
background-color: #F6247F;
}
</style>
border-color css
<style>
span { border-color: #F6247F; }
span { border-color: rgb(246,36,127); }
td.TdClassName
{
border-color: #F6247F;
}
.TagClassName
{
border-color: #F6247F;
}
</style>