Shades of Deep Pink #F31385
Tints of Deep Pink #F31385
RGB
CMYK
RGB Variations
Color information
#F31385 (or 0xF31385) is known color: Deep Pink. HEX triplet: F3, 13 and 85. RGB value is (243,19,133). Sum of RGB (Red+Green+Blue) = 243+19+133=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F31385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31385 is #0CEC7A. Grayscale: #626262. Windows color (decimal): -846971 or 8721395. OLE color: 8721395.
HSL color Cylindrical-coordinate representation of color #F31385: hue angle of 329.46º 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 #F31385 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.05 |
| HSL | 329.46º | 0.9% | 0.51% | - |
| HSV(B) | 329.46º | 0.92% | 0.95% | - |
| XYZ | 41.43 | 21.21 | 24.1 | - |
| YUV | 98.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 133 | 0 | 0.92 | 0.45 | 0.05 | 329.46 | 0.9 | 0.51 |
| Hex | F3 | 13 | 85 | 0 | 5C | 2D | 5 | 149 | 5A | 33 |
| Octal | 363 | 23 | 205 | 0 | 134 | 55 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10011 | 10000101 | 0 | 1011100 | 101101 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31385
Complementary color
Monochromatic Colors of #F31385
Black with #F31385
Text Example
Text Example
White with #F31385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31385; }
p { color: rgb(243,19,133); }
H1.HeaderClassName
{
color: #F31385;
}
.AnyTagClassName
{
color: #F31385;
}
</style>
background-color css
<style>
a { background-color: #F31385; }
a { background-color: rgb(243,19,133); }
div.DivClassName
{
background-color: #F31385;
}
.BgClassName
{
background-color: #F31385;
}
</style>
border-color css
<style>
span { border-color: #F31385; }
span { border-color: rgb(243,19,133); }
td.TdClassName
{
border-color: #F31385;
}
.TagClassName
{
border-color: #F31385;
}
</style>