Shades of Deep Pink #F31184
Tints of Deep Pink #F31184
RGB
CMYK
RGB Variations
Color information
#F31184 (or 0xF31184) is known color: Deep Pink. HEX triplet: F3, 11 and 84. RGB value is (243,17,132). Sum of RGB (Red+Green+Blue) = 243+17+132=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31184 is #0CEE7B. Grayscale: #616161. Windows color (decimal): -847484 or 8655347. OLE color: 8655347.
HSL color Cylindrical-coordinate representation of color #F31184: hue angle of 329.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31184 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 132 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 329.47º | 0.9% | 0.51% | - |
| HSV(B) | 329.47º | 0.93% | 0.95% | - |
| XYZ | 41.33 | 21.12 | 23.73 | - |
| YUV | 97.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 132 | 0 | 0.93 | 0.46 | 0.05 | 329.47 | 0.9 | 0.51 |
| Hex | F3 | 11 | 84 | 0 | 5D | 2E | 5 | 149 | 5A | 33 |
| Octal | 363 | 21 | 204 | 0 | 135 | 56 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10001 | 10000100 | 0 | 1011101 | 101110 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31184
Complementary color
Monochromatic Colors of #F31184
Black with #F31184
Text Example
Text Example
White with #F31184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31184; }
p { color: rgb(243,17,132); }
H1.HeaderClassName
{
color: #F31184;
}
.AnyTagClassName
{
color: #F31184;
}
</style>
background-color css
<style>
a { background-color: #F31184; }
a { background-color: rgb(243,17,132); }
div.DivClassName
{
background-color: #F31184;
}
.BgClassName
{
background-color: #F31184;
}
</style>
border-color css
<style>
span { border-color: #F31184; }
span { border-color: rgb(243,17,132); }
td.TdClassName
{
border-color: #F31184;
}
.TagClassName
{
border-color: #F31184;
}
</style>