Shades of Deep Pink #F6248E
Tints of Deep Pink #F6248E
RGB
CMYK
RGB Variations
Color information
#F6248E (or 0xF6248E) is known color: Deep Pink. HEX triplet: F6, 24 and 8E. RGB value is (246,36,142). Sum of RGB (Red+Green+Blue) = 246+36+142=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6248E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6248E is #09DB71. Grayscale: #6E6E6E. Windows color (decimal): -646002 or 9315574. OLE color: 9315574.
HSL color Cylindrical-coordinate representation of color #F6248E: hue angle of 329.71º 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 #F6248E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 142 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 329.71º | 0.92% | 0.55% | - |
| HSV(B) | 329.71º | 0.85% | 0.96% | - |
| XYZ | 43.52 | 22.81 | 27.7 | - |
| YUV | 110.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 142 | 0 | 0.85 | 0.42 | 0.04 | 329.71 | 0.92 | 0.55 |
| Hex | F6 | 24 | 8E | 0 | 55 | 2A | 4 | 14A | 5C | 37 |
| Octal | 366 | 44 | 216 | 0 | 125 | 52 | 4 | 512 | 134 | 67 |
| Binary | 11110110 | 100100 | 10001110 | 0 | 1010101 | 101010 | 100 | 101001010 | 1011100 | 110111 |
Color Harmonies of #F6248E
Complementary color
Monochromatic Colors of #F6248E
Black with #F6248E
Text Example
Text Example
White with #F6248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6248E; }
p { color: rgb(246,36,142); }
H1.HeaderClassName
{
color: #F6248E;
}
.AnyTagClassName
{
color: #F6248E;
}
</style>
background-color css
<style>
a { background-color: #F6248E; }
a { background-color: rgb(246,36,142); }
div.DivClassName
{
background-color: #F6248E;
}
.BgClassName
{
background-color: #F6248E;
}
</style>
border-color css
<style>
span { border-color: #F6248E; }
span { border-color: rgb(246,36,142); }
td.TdClassName
{
border-color: #F6248E;
}
.TagClassName
{
border-color: #F6248E;
}
</style>