Shades of Deep Pink #F6228F
Tints of Deep Pink #F6228F
RGB
CMYK
RGB Variations
Color information
#F6228F (or 0xF6228F) is known color: Deep Pink. HEX triplet: F6, 22 and 8F. RGB value is (246,34,143). Sum of RGB (Red+Green+Blue) = 246+34+143=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6228F is #09DD70. Grayscale: #6D6D6D. Windows color (decimal): -646513 or 9380598. OLE color: 9380598.
HSL color Cylindrical-coordinate representation of color #F6228F: hue angle of 329.15º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6228F is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 143 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.04 |
| HSL | 329.15º | 0.92% | 0.55% | - |
| HSV(B) | 329.15º | 0.86% | 0.96% | - |
| XYZ | 43.54 | 22.72 | 28.08 | - |
| YUV | 109.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 143 | 0 | 0.86 | 0.42 | 0.04 | 329.15 | 0.92 | 0.55 |
| Hex | F6 | 22 | 8F | 0 | 56 | 2A | 4 | 149 | 5C | 37 |
| Octal | 366 | 42 | 217 | 0 | 126 | 52 | 4 | 511 | 134 | 67 |
| Binary | 11110110 | 100010 | 10001111 | 0 | 1010110 | 101010 | 100 | 101001001 | 1011100 | 110111 |
Color Harmonies of #F6228F
Complementary color
Monochromatic Colors of #F6228F
Black with #F6228F
Text Example
Text Example
White with #F6228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6228F; }
p { color: rgb(246,34,143); }
H1.HeaderClassName
{
color: #F6228F;
}
.AnyTagClassName
{
color: #F6228F;
}
</style>
background-color css
<style>
a { background-color: #F6228F; }
a { background-color: rgb(246,34,143); }
div.DivClassName
{
background-color: #F6228F;
}
.BgClassName
{
background-color: #F6228F;
}
</style>
border-color css
<style>
span { border-color: #F6228F; }
span { border-color: rgb(246,34,143); }
td.TdClassName
{
border-color: #F6228F;
}
.TagClassName
{
border-color: #F6228F;
}
</style>