Shades of Deep Pink #F6247A
Tints of Deep Pink #F6247A
RGB
CMYK
RGB Variations
Color information
#F6247A (or 0xF6247A) is known color: Deep Pink. HEX triplet: F6, 24 and 7A. RGB value is (246,36,122). Sum of RGB (Red+Green+Blue) = 246+36+122=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6247A is #09DB85. Grayscale: #6C6C6C. Windows color (decimal): -646022 or 8004854. OLE color: 8004854.
HSL color Cylindrical-coordinate representation of color #F6247A: hue angle of 335.43º 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 #F6247A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 122 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.04 |
| HSL | 335.43º | 0.92% | 0.55% | - |
| HSV(B) | 335.43º | 0.85% | 0.96% | - |
| XYZ | 42.15 | 22.26 | 20.49 | - |
| YUV | 108.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 122 | 0 | 0.85 | 0.50 | 0.04 | 335.43 | 0.92 | 0.55 |
| Hex | F6 | 24 | 7A | 0 | 55 | 32 | 4 | 14F | 5C | 37 |
| Octal | 366 | 44 | 172 | 0 | 125 | 62 | 4 | 517 | 134 | 67 |
| Binary | 11110110 | 100100 | 1111010 | 0 | 1010101 | 110010 | 100 | 101001111 | 1011100 | 110111 |
Color Harmonies of #F6247A
Complementary color
Monochromatic Colors of #F6247A
Black with #F6247A
Text Example
Text Example
White with #F6247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6247A; }
p { color: rgb(246,36,122); }
H1.HeaderClassName
{
color: #F6247A;
}
.AnyTagClassName
{
color: #F6247A;
}
</style>
background-color css
<style>
a { background-color: #F6247A; }
a { background-color: rgb(246,36,122); }
div.DivClassName
{
background-color: #F6247A;
}
.BgClassName
{
background-color: #F6247A;
}
</style>
border-color css
<style>
span { border-color: #F6247A; }
span { border-color: rgb(246,36,122); }
td.TdClassName
{
border-color: #F6247A;
}
.TagClassName
{
border-color: #F6247A;
}
</style>