Shades of Deep Pink #F61893
Tints of Deep Pink #F61893
RGB
CMYK
RGB Variations
Color information
#F61893 (or 0xF61893) is known color: Deep Pink. HEX triplet: F6, 18 and 93. RGB value is (246,24,147). Sum of RGB (Red+Green+Blue) = 246+24+147=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F61893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61893 is #09E76C. Grayscale: #686868. Windows color (decimal): -649069 or 9640182. OLE color: 9640182.
HSL color Cylindrical-coordinate representation of color #F61893: hue angle of 326.76º 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 #F61893 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 147 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.04 |
| HSL | 326.76º | 0.93% | 0.53% | - |
| HSV(B) | 326.76º | 0.9% | 0.96% | - |
| XYZ | 43.6 | 22.35 | 29.62 | - |
| YUV | 104.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 147 | 0 | 0.90 | 0.40 | 0.04 | 326.76 | 0.93 | 0.53 |
| Hex | F6 | 18 | 93 | 0 | 5A | 28 | 4 | 147 | 5C | 35 |
| Octal | 366 | 30 | 223 | 0 | 132 | 50 | 4 | 507 | 134 | 65 |
| Binary | 11110110 | 11000 | 10010011 | 0 | 1011010 | 101000 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F61893
Complementary color
Monochromatic Colors of #F61893
Black with #F61893
Text Example
Text Example
White with #F61893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61893; }
p { color: rgb(246,24,147); }
H1.HeaderClassName
{
color: #F61893;
}
.AnyTagClassName
{
color: #F61893;
}
</style>
background-color css
<style>
a { background-color: #F61893; }
a { background-color: rgb(246,24,147); }
div.DivClassName
{
background-color: #F61893;
}
.BgClassName
{
background-color: #F61893;
}
</style>
border-color css
<style>
span { border-color: #F61893; }
span { border-color: rgb(246,24,147); }
td.TdClassName
{
border-color: #F61893;
}
.TagClassName
{
border-color: #F61893;
}
</style>