Shades of Deep Pink #F6088F
Tints of Deep Pink #F6088F
RGB
CMYK
RGB Variations
Color information
#F6088F (or 0xF6088F) is known color: Deep Pink. HEX triplet: F6, 08 and 8F. RGB value is (246,8,143). Sum of RGB (Red+Green+Blue) = 246+8+143=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F6088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6088F is #09F770. Grayscale: #5E5E5E. Windows color (decimal): -653169 or 9373942. OLE color: 9373942.
HSL color Cylindrical-coordinate representation of color #F6088F: hue angle of 325.97º 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 #F6088F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.04 |
| HSL | 325.97º | 0.94% | 0.5% | - |
| HSV(B) | 325.97º | 0.97% | 0.96% | - |
| XYZ | 43.05 | 21.75 | 27.92 | - |
| YUV | 94.55 | 155.35 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 143 | 0 | 0.97 | 0.42 | 0.04 | 325.97 | 0.94 | 0.5 |
| Hex | F6 | 8 | 8F | 0 | 61 | 2A | 4 | 146 | 5E | 32 |
| Octal | 366 | 10 | 217 | 0 | 141 | 52 | 4 | 506 | 136 | 62 |
| Binary | 11110110 | 1000 | 10001111 | 0 | 1100001 | 101010 | 100 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F6088F
Complementary color
Monochromatic Colors of #F6088F
Black with #F6088F
Text Example
Text Example
White with #F6088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6088F; }
p { color: rgb(246,8,143); }
H1.HeaderClassName
{
color: #F6088F;
}
.AnyTagClassName
{
color: #F6088F;
}
</style>
background-color css
<style>
a { background-color: #F6088F; }
a { background-color: rgb(246,8,143); }
div.DivClassName
{
background-color: #F6088F;
}
.BgClassName
{
background-color: #F6088F;
}
</style>
border-color css
<style>
span { border-color: #F6088F; }
span { border-color: rgb(246,8,143); }
td.TdClassName
{
border-color: #F6088F;
}
.TagClassName
{
border-color: #F6088F;
}
</style>