Shades of Deep Pink #F6067B
Tints of Deep Pink #F6067B
RGB
CMYK
RGB Variations
Color information
#F6067B (or 0xF6067B) is known color: Deep Pink. HEX triplet: F6, 06 and 7B. RGB value is (246,6,123). Sum of RGB (Red+Green+Blue) = 246+6+123=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6067B is #09F984. Grayscale: #5A5A5A. Windows color (decimal): -653701 or 8062710. OLE color: 8062710.
HSL color Cylindrical-coordinate representation of color #F6067B: hue angle of 330.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6067B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.04 |
| HSL | 330.75º | 0.95% | 0.49% | - |
| HSV(B) | 330.75º | 0.98% | 0.96% | - |
| XYZ | 41.65 | 21.15 | 20.63 | - |
| YUV | 91.1 | 146.01 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 123 | 0 | 0.98 | 0.50 | 0.04 | 330.75 | 0.95 | 0.49 |
| Hex | F6 | 6 | 7B | 0 | 62 | 32 | 4 | 14B | 5F | 31 |
| Octal | 366 | 6 | 173 | 0 | 142 | 62 | 4 | 513 | 137 | 61 |
| Binary | 11110110 | 110 | 1111011 | 0 | 1100010 | 110010 | 100 | 101001011 | 1011111 | 110001 |
Color Harmonies of #F6067B
Complementary color
Monochromatic Colors of #F6067B
Black with #F6067B
Text Example
Text Example
White with #F6067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6067B; }
p { color: rgb(246,6,123); }
H1.HeaderClassName
{
color: #F6067B;
}
.AnyTagClassName
{
color: #F6067B;
}
</style>
background-color css
<style>
a { background-color: #F6067B; }
a { background-color: rgb(246,6,123); }
div.DivClassName
{
background-color: #F6067B;
}
.BgClassName
{
background-color: #F6067B;
}
</style>
border-color css
<style>
span { border-color: #F6067B; }
span { border-color: rgb(246,6,123); }
td.TdClassName
{
border-color: #F6067B;
}
.TagClassName
{
border-color: #F6067B;
}
</style>