Shades of Deep Pink #F31685
Tints of Deep Pink #F31685
RGB
CMYK
RGB Variations
Color information
#F31685 (or 0xF31685) is known color: Deep Pink. HEX triplet: F3, 16 and 85. RGB value is (243,22,133). Sum of RGB (Red+Green+Blue) = 243+22+133=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F31685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31685 is #0CE97A. Grayscale: #646464. Windows color (decimal): -846203 or 8722163. OLE color: 8722163.
HSL color Cylindrical-coordinate representation of color #F31685: hue angle of 329.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31685 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.05 |
| HSL | 329.86º | 0.9% | 0.52% | - |
| HSV(B) | 329.86º | 0.91% | 0.95% | - |
| XYZ | 41.48 | 21.32 | 24.12 | - |
| YUV | 100.73 | 146.22 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 133 | 0 | 0.91 | 0.45 | 0.05 | 329.86 | 0.9 | 0.52 |
| Hex | F3 | 16 | 85 | 0 | 5B | 2D | 5 | 14A | 5A | 34 |
| Octal | 363 | 26 | 205 | 0 | 133 | 55 | 5 | 512 | 132 | 64 |
| Binary | 11110011 | 10110 | 10000101 | 0 | 1011011 | 101101 | 101 | 101001010 | 1011010 | 110100 |
Color Harmonies of #F31685
Complementary color
Monochromatic Colors of #F31685
Black with #F31685
Text Example
Text Example
White with #F31685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31685; }
p { color: rgb(243,22,133); }
H1.HeaderClassName
{
color: #F31685;
}
.AnyTagClassName
{
color: #F31685;
}
</style>
background-color css
<style>
a { background-color: #F31685; }
a { background-color: rgb(243,22,133); }
div.DivClassName
{
background-color: #F31685;
}
.BgClassName
{
background-color: #F31685;
}
</style>
border-color css
<style>
span { border-color: #F31685; }
span { border-color: rgb(243,22,133); }
td.TdClassName
{
border-color: #F31685;
}
.TagClassName
{
border-color: #F31685;
}
</style>