Shades of Deep Pink #F6258D
Tints of Deep Pink #F6258D
RGB
CMYK
RGB Variations
Color information
#F6258D (or 0xF6258D) is known color: Deep Pink. HEX triplet: F6, 25 and 8D. RGB value is (246,37,141). Sum of RGB (Red+Green+Blue) = 246+37+141=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6258D is #09DA72. Grayscale: #6F6F6F. Windows color (decimal): -645747 or 9250294. OLE color: 9250294.
HSL color Cylindrical-coordinate representation of color #F6258D: hue angle of 330.14º 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 #F6258D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 141 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.04 |
| HSL | 330.14º | 0.92% | 0.55% | - |
| HSV(B) | 330.14º | 0.85% | 0.96% | - |
| XYZ | 43.48 | 22.84 | 27.32 | - |
| YUV | 111.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 141 | 0 | 0.85 | 0.43 | 0.04 | 330.14 | 0.92 | 0.55 |
| Hex | F6 | 25 | 8D | 0 | 55 | 2B | 4 | 14A | 5C | 37 |
| Octal | 366 | 45 | 215 | 0 | 125 | 53 | 4 | 512 | 134 | 67 |
| Binary | 11110110 | 100101 | 10001101 | 0 | 1010101 | 101011 | 100 | 101001010 | 1011100 | 110111 |
Color Harmonies of #F6258D
Complementary color
Monochromatic Colors of #F6258D
Black with #F6258D
Text Example
Text Example
White with #F6258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6258D; }
p { color: rgb(246,37,141); }
H1.HeaderClassName
{
color: #F6258D;
}
.AnyTagClassName
{
color: #F6258D;
}
</style>
background-color css
<style>
a { background-color: #F6258D; }
a { background-color: rgb(246,37,141); }
div.DivClassName
{
background-color: #F6258D;
}
.BgClassName
{
background-color: #F6258D;
}
</style>
border-color css
<style>
span { border-color: #F6258D; }
span { border-color: rgb(246,37,141); }
td.TdClassName
{
border-color: #F6258D;
}
.TagClassName
{
border-color: #F6258D;
}
</style>