Shades of Deep Pink #F60B7E
Tints of Deep Pink #F60B7E
RGB
CMYK
RGB Variations
Color information
#F60B7E (or 0xF60B7E) is known color: Deep Pink. HEX triplet: F6, 0B and 7E. RGB value is (246,11,126). Sum of RGB (Red+Green+Blue) = 246+11+126=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B7E is #09F481. Grayscale: #5E5E5E. Windows color (decimal): -652418 or 8260598. OLE color: 8260598.
HSL color Cylindrical-coordinate representation of color #F60B7E: hue angle of 330.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60B7E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 126 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.04 |
| HSL | 330.64º | 0.93% | 0.5% | - |
| HSV(B) | 330.64º | 0.96% | 0.96% | - |
| XYZ | 41.89 | 21.34 | 21.65 | - |
| YUV | 94.38 | 145.86 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 126 | 0 | 0.96 | 0.49 | 0.04 | 330.64 | 0.93 | 0.5 |
| Hex | F6 | B | 7E | 0 | 60 | 31 | 4 | 14B | 5D | 32 |
| Octal | 366 | 13 | 176 | 0 | 140 | 61 | 4 | 513 | 135 | 62 |
| Binary | 11110110 | 1011 | 1111110 | 0 | 1100000 | 110001 | 100 | 101001011 | 1011101 | 110010 |
Color Harmonies of #F60B7E
Complementary color
Monochromatic Colors of #F60B7E
Black with #F60B7E
Text Example
Text Example
White with #F60B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B7E; }
p { color: rgb(246,11,126); }
H1.HeaderClassName
{
color: #F60B7E;
}
.AnyTagClassName
{
color: #F60B7E;
}
</style>
background-color css
<style>
a { background-color: #F60B7E; }
a { background-color: rgb(246,11,126); }
div.DivClassName
{
background-color: #F60B7E;
}
.BgClassName
{
background-color: #F60B7E;
}
</style>
border-color css
<style>
span { border-color: #F60B7E; }
span { border-color: rgb(246,11,126); }
td.TdClassName
{
border-color: #F60B7E;
}
.TagClassName
{
border-color: #F60B7E;
}
</style>