Shades of Deep Pink #F31091
Tints of Deep Pink #F31091
RGB
CMYK
RGB Variations
Color information
#F31091 (or 0xF31091) is known color: Deep Pink. HEX triplet: F3, 10 and 91. RGB value is (243,16,145). Sum of RGB (Red+Green+Blue) = 243+16+145=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F31091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31091 is #0CEF6E. Grayscale: #626262. Windows color (decimal): -847727 or 9507059. OLE color: 9507059.
HSL color Cylindrical-coordinate representation of color #F31091: hue angle of 325.9º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31091 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 145 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.05 |
| HSL | 325.9º | 0.9% | 0.51% | - |
| HSV(B) | 325.9º | 0.93% | 0.95% | - |
| XYZ | 42.26 | 21.47 | 28.7 | - |
| YUV | 98.58 | 154.21 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 145 | 0 | 0.93 | 0.40 | 0.05 | 325.9 | 0.9 | 0.51 |
| Hex | F3 | 10 | 91 | 0 | 5D | 28 | 5 | 146 | 5A | 33 |
| Octal | 363 | 20 | 221 | 0 | 135 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110011 | 10000 | 10010001 | 0 | 1011101 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F31091
Complementary color
Monochromatic Colors of #F31091
Black with #F31091
Text Example
Text Example
White with #F31091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31091; }
p { color: rgb(243,16,145); }
H1.HeaderClassName
{
color: #F31091;
}
.AnyTagClassName
{
color: #F31091;
}
</style>
background-color css
<style>
a { background-color: #F31091; }
a { background-color: rgb(243,16,145); }
div.DivClassName
{
background-color: #F31091;
}
.BgClassName
{
background-color: #F31091;
}
</style>
border-color css
<style>
span { border-color: #F31091; }
span { border-color: rgb(243,16,145); }
td.TdClassName
{
border-color: #F31091;
}
.TagClassName
{
border-color: #F31091;
}
</style>