Shades of Deep Pink #F61898
Tints of Deep Pink #F61898
RGB
CMYK
RGB Variations
Color information
#F61898 (or 0xF61898) is known color: Deep Pink. HEX triplet: F6, 18 and 98. RGB value is (246,24,152). Sum of RGB (Red+Green+Blue) = 246+24+152=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F61898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61898 is #09E767. Grayscale: #686868. Windows color (decimal): -649064 or 9967862. OLE color: 9967862.
HSL color Cylindrical-coordinate representation of color #F61898: hue angle of 325.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61898 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 152 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.04 |
| HSL | 325.41º | 0.93% | 0.53% | - |
| HSV(B) | 325.41º | 0.9% | 0.96% | - |
| XYZ | 44 | 22.51 | 31.73 | - |
| YUV | 104.97 | 154.55 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 152 | 0 | 0.90 | 0.38 | 0.04 | 325.41 | 0.93 | 0.53 |
| Hex | F6 | 18 | 98 | 0 | 5A | 26 | 4 | 145 | 5C | 35 |
| Octal | 366 | 30 | 230 | 0 | 132 | 46 | 4 | 505 | 134 | 65 |
| Binary | 11110110 | 11000 | 10011000 | 0 | 1011010 | 100110 | 100 | 101000101 | 1011100 | 110101 |
Color Harmonies of #F61898
Complementary color
Monochromatic Colors of #F61898
Black with #F61898
Text Example
Text Example
White with #F61898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61898; }
p { color: rgb(246,24,152); }
H1.HeaderClassName
{
color: #F61898;
}
.AnyTagClassName
{
color: #F61898;
}
</style>
background-color css
<style>
a { background-color: #F61898; }
a { background-color: rgb(246,24,152); }
div.DivClassName
{
background-color: #F61898;
}
.BgClassName
{
background-color: #F61898;
}
</style>
border-color css
<style>
span { border-color: #F61898; }
span { border-color: rgb(246,24,152); }
td.TdClassName
{
border-color: #F61898;
}
.TagClassName
{
border-color: #F61898;
}
</style>