Shades of Deep Pink #F31083
Tints of Deep Pink #F31083
RGB
CMYK
RGB Variations
Color information
#F31083 (or 0xF31083) is known color: Deep Pink. HEX triplet: F3, 10 and 83. RGB value is (243,16,131). Sum of RGB (Red+Green+Blue) = 243+16+131=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F31083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31083 is #0CEF7C. Grayscale: #606060. Windows color (decimal): -847741 or 8589555. OLE color: 8589555.
HSL color Cylindrical-coordinate representation of color #F31083: hue angle of 329.6º 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 #F31083 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 329.6º | 0.9% | 0.51% | - |
| HSV(B) | 329.6º | 0.93% | 0.95% | - |
| XYZ | 41.24 | 21.06 | 23.36 | - |
| YUV | 96.98 | 147.21 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 131 | 0 | 0.93 | 0.46 | 0.05 | 329.6 | 0.9 | 0.51 |
| Hex | F3 | 10 | 83 | 0 | 5D | 2E | 5 | 14A | 5A | 33 |
| Octal | 363 | 20 | 203 | 0 | 135 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110011 | 10000 | 10000011 | 0 | 1011101 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F31083
Complementary color
Monochromatic Colors of #F31083
Black with #F31083
Text Example
Text Example
White with #F31083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31083; }
p { color: rgb(243,16,131); }
H1.HeaderClassName
{
color: #F31083;
}
.AnyTagClassName
{
color: #F31083;
}
</style>
background-color css
<style>
a { background-color: #F31083; }
a { background-color: rgb(243,16,131); }
div.DivClassName
{
background-color: #F31083;
}
.BgClassName
{
background-color: #F31083;
}
</style>
border-color css
<style>
span { border-color: #F31083; }
span { border-color: rgb(243,16,131); }
td.TdClassName
{
border-color: #F31083;
}
.TagClassName
{
border-color: #F31083;
}
</style>