Shades of Deep Pink #F61484
Tints of Deep Pink #F61484
RGB
CMYK
RGB Variations
Color information
#F61484 (or 0xF61484) is known color: Deep Pink. HEX triplet: F6, 14 and 84. RGB value is (246,20,132). Sum of RGB (Red+Green+Blue) = 246+20+132=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F61484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61484 is #09EB7B. Grayscale: #646464. Windows color (decimal): -650108 or 8656118. OLE color: 8656118.
HSL color Cylindrical-coordinate representation of color #F61484: hue angle of 330.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61484 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 132 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 330.27º | 0.93% | 0.52% | - |
| HSV(B) | 330.27º | 0.92% | 0.96% | - |
| XYZ | 42.42 | 21.76 | 23.79 | - |
| YUV | 100.34 | 145.87 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 132 | 0 | 0.92 | 0.46 | 0.04 | 330.27 | 0.93 | 0.52 |
| Hex | F6 | 14 | 84 | 0 | 5C | 2E | 4 | 14A | 5D | 34 |
| Octal | 366 | 24 | 204 | 0 | 134 | 56 | 4 | 512 | 135 | 64 |
| Binary | 11110110 | 10100 | 10000100 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F61484
Complementary color
Monochromatic Colors of #F61484
Black with #F61484
Text Example
Text Example
White with #F61484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61484; }
p { color: rgb(246,20,132); }
H1.HeaderClassName
{
color: #F61484;
}
.AnyTagClassName
{
color: #F61484;
}
</style>
background-color css
<style>
a { background-color: #F61484; }
a { background-color: rgb(246,20,132); }
div.DivClassName
{
background-color: #F61484;
}
.BgClassName
{
background-color: #F61484;
}
</style>
border-color css
<style>
span { border-color: #F61484; }
span { border-color: rgb(246,20,132); }
td.TdClassName
{
border-color: #F61484;
}
.TagClassName
{
border-color: #F61484;
}
</style>