Shades of Deep Pink #F6027A
Tints of Deep Pink #F6027A
RGB
CMYK
RGB Variations
Color information
#F6027A (or 0xF6027A) is known color: Deep Pink. HEX triplet: F6, 02 and 7A. RGB value is (246,2,122). Sum of RGB (Red+Green+Blue) = 246+2+122=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F6027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6027A is #09FD85. Grayscale: #585858. Windows color (decimal): -654726 or 7996150. OLE color: 7996150.
HSL color Cylindrical-coordinate representation of color #F6027A: hue angle of 330.49º 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 #F6027A is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.04 |
| HSL | 330.49º | 0.98% | 0.49% | - |
| HSV(B) | 330.49º | 0.99% | 0.96% | - |
| XYZ | 41.54 | 21.04 | 20.28 | - |
| YUV | 88.64 | 146.84 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 122 | 0 | 0.99 | 0.50 | 0.04 | 330.49 | 0.98 | 0.49 |
| Hex | F6 | 2 | 7A | 0 | 63 | 32 | 4 | 14A | 62 | 31 |
| Octal | 366 | 2 | 172 | 0 | 143 | 62 | 4 | 512 | 142 | 61 |
| Binary | 11110110 | 10 | 1111010 | 0 | 1100011 | 110010 | 100 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F6027A
Complementary color
Monochromatic Colors of #F6027A
Black with #F6027A
Text Example
Text Example
White with #F6027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6027A; }
p { color: rgb(246,2,122); }
H1.HeaderClassName
{
color: #F6027A;
}
.AnyTagClassName
{
color: #F6027A;
}
</style>
background-color css
<style>
a { background-color: #F6027A; }
a { background-color: rgb(246,2,122); }
div.DivClassName
{
background-color: #F6027A;
}
.BgClassName
{
background-color: #F6027A;
}
</style>
border-color css
<style>
span { border-color: #F6027A; }
span { border-color: rgb(246,2,122); }
td.TdClassName
{
border-color: #F6027A;
}
.TagClassName
{
border-color: #F6027A;
}
</style>