Shades of Deep Pink #F6218A
Tints of Deep Pink #F6218A
RGB
CMYK
RGB Variations
Color information
#F6218A (or 0xF6218A) is known color: Deep Pink. HEX triplet: F6, 21 and 8A. RGB value is (246,33,138). Sum of RGB (Red+Green+Blue) = 246+33+138=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F6218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6218A is #09DE75. Grayscale: #6C6C6C. Windows color (decimal): -646774 or 9052662. OLE color: 9052662.
HSL color Cylindrical-coordinate representation of color #F6218A: hue angle of 330.42º 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 #F6218A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 138 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.04 |
| HSL | 330.42º | 0.92% | 0.55% | - |
| HSV(B) | 330.42º | 0.87% | 0.96% | - |
| XYZ | 43.14 | 22.52 | 26.12 | - |
| YUV | 108.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 138 | 0 | 0.87 | 0.44 | 0.04 | 330.42 | 0.92 | 0.55 |
| Hex | F6 | 21 | 8A | 0 | 57 | 2C | 4 | 14A | 5C | 37 |
| Octal | 366 | 41 | 212 | 0 | 127 | 54 | 4 | 512 | 134 | 67 |
| Binary | 11110110 | 100001 | 10001010 | 0 | 1010111 | 101100 | 100 | 101001010 | 1011100 | 110111 |
Color Harmonies of #F6218A
Complementary color
Monochromatic Colors of #F6218A
Black with #F6218A
Text Example
Text Example
White with #F6218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6218A; }
p { color: rgb(246,33,138); }
H1.HeaderClassName
{
color: #F6218A;
}
.AnyTagClassName
{
color: #F6218A;
}
</style>
background-color css
<style>
a { background-color: #F6218A; }
a { background-color: rgb(246,33,138); }
div.DivClassName
{
background-color: #F6218A;
}
.BgClassName
{
background-color: #F6218A;
}
</style>
border-color css
<style>
span { border-color: #F6218A; }
span { border-color: rgb(246,33,138); }
td.TdClassName
{
border-color: #F6218A;
}
.TagClassName
{
border-color: #F6218A;
}
</style>