Shades of Deep Pink #F31985
Tints of Deep Pink #F31985
RGB
CMYK
RGB Variations
Color information
#F31985 (or 0xF31985) is known color: Deep Pink. HEX triplet: F3, 19 and 85. RGB value is (243,25,133). Sum of RGB (Red+Green+Blue) = 243+25+133=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F31985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31985 is #0CE67A. Grayscale: #666666. Windows color (decimal): -845435 or 8722931. OLE color: 8722931.
HSL color Cylindrical-coordinate representation of color #F31985: hue angle of 330.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31985 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 133 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.05 |
| HSL | 330.28º | 0.9% | 0.53% | - |
| HSV(B) | 330.28º | 0.9% | 0.95% | - |
| XYZ | 41.54 | 21.44 | 24.14 | - |
| YUV | 102.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 133 | 0 | 0.90 | 0.45 | 0.05 | 330.28 | 0.9 | 0.53 |
| Hex | F3 | 19 | 85 | 0 | 5A | 2D | 5 | 14A | 5A | 35 |
| Octal | 363 | 31 | 205 | 0 | 132 | 55 | 5 | 512 | 132 | 65 |
| Binary | 11110011 | 11001 | 10000101 | 0 | 1011010 | 101101 | 101 | 101001010 | 1011010 | 110101 |
Color Harmonies of #F31985
Complementary color
Monochromatic Colors of #F31985
Black with #F31985
Text Example
Text Example
White with #F31985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31985; }
p { color: rgb(243,25,133); }
H1.HeaderClassName
{
color: #F31985;
}
.AnyTagClassName
{
color: #F31985;
}
</style>
background-color css
<style>
a { background-color: #F31985; }
a { background-color: rgb(243,25,133); }
div.DivClassName
{
background-color: #F31985;
}
.BgClassName
{
background-color: #F31985;
}
</style>
border-color css
<style>
span { border-color: #F31985; }
span { border-color: rgb(243,25,133); }
td.TdClassName
{
border-color: #F31985;
}
.TagClassName
{
border-color: #F31985;
}
</style>