Shades of Deep Pink #F31A85
Tints of Deep Pink #F31A85
RGB
CMYK
RGB Variations
Color information
#F31A85 (or 0xF31A85) is known color: Deep Pink. HEX triplet: F3, 1A and 85. RGB value is (243,26,133). Sum of RGB (Red+Green+Blue) = 243+26+133=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A85 is #0CE57A. Grayscale: #666666. Windows color (decimal): -845179 or 8723187. OLE color: 8723187.
HSL color Cylindrical-coordinate representation of color #F31A85: hue angle of 330.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A85 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 133 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.05 |
| HSL | 330.41º | 0.9% | 0.53% | - |
| HSV(B) | 330.41º | 0.89% | 0.95% | - |
| XYZ | 41.57 | 21.49 | 24.15 | - |
| YUV | 103.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 133 | 0 | 0.89 | 0.45 | 0.05 | 330.41 | 0.9 | 0.53 |
| Hex | F3 | 1A | 85 | 0 | 59 | 2D | 5 | 14A | 5A | 35 |
| Octal | 363 | 32 | 205 | 0 | 131 | 55 | 5 | 512 | 132 | 65 |
| Binary | 11110011 | 11010 | 10000101 | 0 | 1011001 | 101101 | 101 | 101001010 | 1011010 | 110101 |
Color Harmonies of #F31A85
Complementary color
Monochromatic Colors of #F31A85
Black with #F31A85
Text Example
Text Example
White with #F31A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A85; }
p { color: rgb(243,26,133); }
H1.HeaderClassName
{
color: #F31A85;
}
.AnyTagClassName
{
color: #F31A85;
}
</style>
background-color css
<style>
a { background-color: #F31A85; }
a { background-color: rgb(243,26,133); }
div.DivClassName
{
background-color: #F31A85;
}
.BgClassName
{
background-color: #F31A85;
}
</style>
border-color css
<style>
span { border-color: #F31A85; }
span { border-color: rgb(243,26,133); }
td.TdClassName
{
border-color: #F31A85;
}
.TagClassName
{
border-color: #F31A85;
}
</style>