Shades of Deep Pink #F6218F
Tints of Deep Pink #F6218F
RGB
CMYK
RGB Variations
Color information
#F6218F (or 0xF6218F) is known color: Deep Pink. HEX triplet: F6, 21 and 8F. RGB value is (246,33,143). Sum of RGB (Red+Green+Blue) = 246+33+143=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6218F is #09DE70. Grayscale: #6D6D6D. Windows color (decimal): -646769 or 9380342. OLE color: 9380342.
HSL color Cylindrical-coordinate representation of color #F6218F: hue angle of 329.01º 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 #F6218F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 143 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.04 |
| HSL | 329.01º | 0.92% | 0.55% | - |
| HSV(B) | 329.01º | 0.87% | 0.96% | - |
| XYZ | 43.51 | 22.66 | 28.07 | - |
| YUV | 109.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 143 | 0 | 0.87 | 0.42 | 0.04 | 329.01 | 0.92 | 0.55 |
| Hex | F6 | 21 | 8F | 0 | 57 | 2A | 4 | 149 | 5C | 37 |
| Octal | 366 | 41 | 217 | 0 | 127 | 52 | 4 | 511 | 134 | 67 |
| Binary | 11110110 | 100001 | 10001111 | 0 | 1010111 | 101010 | 100 | 101001001 | 1011100 | 110111 |
Color Harmonies of #F6218F
Complementary color
Monochromatic Colors of #F6218F
Black with #F6218F
Text Example
Text Example
White with #F6218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6218F; }
p { color: rgb(246,33,143); }
H1.HeaderClassName
{
color: #F6218F;
}
.AnyTagClassName
{
color: #F6218F;
}
</style>
background-color css
<style>
a { background-color: #F6218F; }
a { background-color: rgb(246,33,143); }
div.DivClassName
{
background-color: #F6218F;
}
.BgClassName
{
background-color: #F6218F;
}
</style>
border-color css
<style>
span { border-color: #F6218F; }
span { border-color: rgb(246,33,143); }
td.TdClassName
{
border-color: #F6218F;
}
.TagClassName
{
border-color: #F6218F;
}
</style>