Shades of Deep Pink #F6028A
Tints of Deep Pink #F6028A
RGB
CMYK
RGB Variations
Color information
#F6028A (or 0xF6028A) is known color: Deep Pink. HEX triplet: F6, 02 and 8A. RGB value is (246,2,138). Sum of RGB (Red+Green+Blue) = 246+2+138=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F6028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6028A is #09FD75. Grayscale: #5A5A5A. Windows color (decimal): -654710 or 9044726. OLE color: 9044726.
HSL color Cylindrical-coordinate representation of color #F6028A: hue angle of 326.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6028A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.04 |
| HSL | 326.56º | 0.98% | 0.49% | - |
| HSV(B) | 326.56º | 0.99% | 0.96% | - |
| XYZ | 42.62 | 21.47 | 25.94 | - |
| YUV | 90.46 | 154.84 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 138 | 0 | 0.99 | 0.44 | 0.04 | 326.56 | 0.98 | 0.49 |
| Hex | F6 | 2 | 8A | 0 | 63 | 2C | 4 | 147 | 62 | 31 |
| Octal | 366 | 2 | 212 | 0 | 143 | 54 | 4 | 507 | 142 | 61 |
| Binary | 11110110 | 10 | 10001010 | 0 | 1100011 | 101100 | 100 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F6028A
Complementary color
Monochromatic Colors of #F6028A
Black with #F6028A
Text Example
Text Example
White with #F6028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6028A; }
p { color: rgb(246,2,138); }
H1.HeaderClassName
{
color: #F6028A;
}
.AnyTagClassName
{
color: #F6028A;
}
</style>
background-color css
<style>
a { background-color: #F6028A; }
a { background-color: rgb(246,2,138); }
div.DivClassName
{
background-color: #F6028A;
}
.BgClassName
{
background-color: #F6028A;
}
</style>
border-color css
<style>
span { border-color: #F6028A; }
span { border-color: rgb(246,2,138); }
td.TdClassName
{
border-color: #F6028A;
}
.TagClassName
{
border-color: #F6028A;
}
</style>