Shades of Deep Pink #F31289
Tints of Deep Pink #F31289
RGB
CMYK
RGB Variations
Color information
#F31289 (or 0xF31289) is known color: Deep Pink. HEX triplet: F3, 12 and 89. RGB value is (243,18,137). Sum of RGB (Red+Green+Blue) = 243+18+137=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F31289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31289 is #0CED76. Grayscale: #626262. Windows color (decimal): -847223 or 8983283. OLE color: 8983283.
HSL color Cylindrical-coordinate representation of color #F31289: hue angle of 328.27º 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 #F31289 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 137 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.27º | 0.9% | 0.51% | - |
| HSV(B) | 328.27º | 0.93% | 0.95% | - |
| XYZ | 41.69 | 21.29 | 25.58 | - |
| YUV | 98.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 137 | 0 | 0.93 | 0.44 | 0.05 | 328.27 | 0.9 | 0.51 |
| Hex | F3 | 12 | 89 | 0 | 5D | 2C | 5 | 148 | 5A | 33 |
| Octal | 363 | 22 | 211 | 0 | 135 | 54 | 5 | 510 | 132 | 63 |
| Binary | 11110011 | 10010 | 10001001 | 0 | 1011101 | 101100 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F31289
Complementary color
Monochromatic Colors of #F31289
Black with #F31289
Text Example
Text Example
White with #F31289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31289; }
p { color: rgb(243,18,137); }
H1.HeaderClassName
{
color: #F31289;
}
.AnyTagClassName
{
color: #F31289;
}
</style>
background-color css
<style>
a { background-color: #F31289; }
a { background-color: rgb(243,18,137); }
div.DivClassName
{
background-color: #F31289;
}
.BgClassName
{
background-color: #F31289;
}
</style>
border-color css
<style>
span { border-color: #F31289; }
span { border-color: rgb(243,18,137); }
td.TdClassName
{
border-color: #F31289;
}
.TagClassName
{
border-color: #F31289;
}
</style>