Shades of Deep Pink #F6087F
Tints of Deep Pink #F6087F
RGB
CMYK
RGB Variations
Color information
#F6087F (or 0xF6087F) is known color: Deep Pink. HEX triplet: F6, 08 and 7F. RGB value is (246,8,127). Sum of RGB (Red+Green+Blue) = 246+8+127=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F6087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6087F is #09F780. Grayscale: #5C5C5C. Windows color (decimal): -653185 or 8325366. OLE color: 8325366.
HSL color Cylindrical-coordinate representation of color #F6087F: hue angle of 330º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6087F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 127 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.04 |
| HSL | 330º | 0.94% | 0.5% | - |
| HSV(B) | 330º | 0.97% | 0.96% | - |
| XYZ | 41.92 | 21.3 | 21.98 | - |
| YUV | 92.73 | 147.35 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 127 | 0 | 0.97 | 0.48 | 0.04 | 330 | 0.94 | 0.5 |
| Hex | F6 | 8 | 7F | 0 | 61 | 30 | 4 | 14A | 5E | 32 |
| Octal | 366 | 10 | 177 | 0 | 141 | 60 | 4 | 512 | 136 | 62 |
| Binary | 11110110 | 1000 | 1111111 | 0 | 1100001 | 110000 | 100 | 101001010 | 1011110 | 110010 |
Color Harmonies of #F6087F
Complementary color
Monochromatic Colors of #F6087F
Black with #F6087F
Text Example
Text Example
White with #F6087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6087F; }
p { color: rgb(246,8,127); }
H1.HeaderClassName
{
color: #F6087F;
}
.AnyTagClassName
{
color: #F6087F;
}
</style>
background-color css
<style>
a { background-color: #F6087F; }
a { background-color: rgb(246,8,127); }
div.DivClassName
{
background-color: #F6087F;
}
.BgClassName
{
background-color: #F6087F;
}
</style>
border-color css
<style>
span { border-color: #F6087F; }
span { border-color: rgb(246,8,127); }
td.TdClassName
{
border-color: #F6087F;
}
.TagClassName
{
border-color: #F6087F;
}
</style>