Shades of Deep Pink #F31383
Tints of Deep Pink #F31383
RGB
CMYK
RGB Variations
Color information
#F31383 (or 0xF31383) is known color: Deep Pink. HEX triplet: F3, 13 and 83. RGB value is (243,19,131). Sum of RGB (Red+Green+Blue) = 243+19+131=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F31383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31383 is #0CEC7C. Grayscale: #626262. Windows color (decimal): -846973 or 8590323. OLE color: 8590323.
HSL color Cylindrical-coordinate representation of color #F31383: hue angle of 330º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31383 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 131 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 330º | 0.9% | 0.51% | - |
| HSV(B) | 330º | 0.92% | 0.95% | - |
| XYZ | 41.29 | 21.16 | 23.38 | - |
| YUV | 98.74 | 146.21 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 131 | 0 | 0.92 | 0.46 | 0.05 | 330 | 0.9 | 0.51 |
| Hex | F3 | 13 | 83 | 0 | 5C | 2E | 5 | 14A | 5A | 33 |
| Octal | 363 | 23 | 203 | 0 | 134 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110011 | 10011 | 10000011 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F31383
Complementary color
Monochromatic Colors of #F31383
Black with #F31383
Text Example
Text Example
White with #F31383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31383; }
p { color: rgb(243,19,131); }
H1.HeaderClassName
{
color: #F31383;
}
.AnyTagClassName
{
color: #F31383;
}
</style>
background-color css
<style>
a { background-color: #F31383; }
a { background-color: rgb(243,19,131); }
div.DivClassName
{
background-color: #F31383;
}
.BgClassName
{
background-color: #F31383;
}
</style>
border-color css
<style>
span { border-color: #F31383; }
span { border-color: rgb(243,19,131); }
td.TdClassName
{
border-color: #F31383;
}
.TagClassName
{
border-color: #F31383;
}
</style>