Shades of Deep Pink #F31092
Tints of Deep Pink #F31092
RGB
CMYK
RGB Variations
Color information
#F31092 (or 0xF31092) is known color: Deep Pink. HEX triplet: F3, 10 and 92. RGB value is (243,16,146). Sum of RGB (Red+Green+Blue) = 243+16+146=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F31092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31092 is #0CEF6D. Grayscale: #626262. Windows color (decimal): -847726 or 9572595. OLE color: 9572595.
HSL color Cylindrical-coordinate representation of color #F31092: hue angle of 325.64º 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 #F31092 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.05 |
| HSL | 325.64º | 0.9% | 0.51% | - |
| HSV(B) | 325.64º | 0.93% | 0.95% | - |
| XYZ | 42.34 | 21.5 | 29.11 | - |
| YUV | 98.69 | 154.71 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 146 | 0 | 0.93 | 0.40 | 0.05 | 325.64 | 0.9 | 0.51 |
| Hex | F3 | 10 | 92 | 0 | 5D | 28 | 5 | 146 | 5A | 33 |
| Octal | 363 | 20 | 222 | 0 | 135 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110011 | 10000 | 10010010 | 0 | 1011101 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F31092
Complementary color
Monochromatic Colors of #F31092
Black with #F31092
Text Example
Text Example
White with #F31092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31092; }
p { color: rgb(243,16,146); }
H1.HeaderClassName
{
color: #F31092;
}
.AnyTagClassName
{
color: #F31092;
}
</style>
background-color css
<style>
a { background-color: #F31092; }
a { background-color: rgb(243,16,146); }
div.DivClassName
{
background-color: #F31092;
}
.BgClassName
{
background-color: #F31092;
}
</style>
border-color css
<style>
span { border-color: #F31092; }
span { border-color: rgb(243,16,146); }
td.TdClassName
{
border-color: #F31092;
}
.TagClassName
{
border-color: #F31092;
}
</style>