Shades of Deep Pink #F6207F
Tints of Deep Pink #F6207F
RGB
CMYK
RGB Variations
Color information
#F6207F (or 0xF6207F) is known color: Deep Pink. HEX triplet: F6, 20 and 7F. RGB value is (246,32,127). Sum of RGB (Red+Green+Blue) = 246+32+127=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6207F is #09DF80. Grayscale: #6A6A6A. Windows color (decimal): -647041 or 8331510. OLE color: 8331510.
HSL color Cylindrical-coordinate representation of color #F6207F: hue angle of 333.36º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6207F is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 127 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.04 |
| HSL | 333.36º | 0.92% | 0.55% | - |
| HSV(B) | 333.36º | 0.87% | 0.96% | - |
| XYZ | 42.35 | 22.16 | 22.12 | - |
| YUV | 106.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 127 | 0 | 0.87 | 0.48 | 0.04 | 333.36 | 0.92 | 0.55 |
| Hex | F6 | 20 | 7F | 0 | 57 | 30 | 4 | 14D | 5C | 37 |
| Octal | 366 | 40 | 177 | 0 | 127 | 60 | 4 | 515 | 134 | 67 |
| Binary | 11110110 | 100000 | 1111111 | 0 | 1010111 | 110000 | 100 | 101001101 | 1011100 | 110111 |
Color Harmonies of #F6207F
Complementary color
Monochromatic Colors of #F6207F
Black with #F6207F
Text Example
Text Example
White with #F6207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6207F; }
p { color: rgb(246,32,127); }
H1.HeaderClassName
{
color: #F6207F;
}
.AnyTagClassName
{
color: #F6207F;
}
</style>
background-color css
<style>
a { background-color: #F6207F; }
a { background-color: rgb(246,32,127); }
div.DivClassName
{
background-color: #F6207F;
}
.BgClassName
{
background-color: #F6207F;
}
</style>
border-color css
<style>
span { border-color: #F6207F; }
span { border-color: rgb(246,32,127); }
td.TdClassName
{
border-color: #F6207F;
}
.TagClassName
{
border-color: #F6207F;
}
</style>