Shades of Deep Pink #F30992
Tints of Deep Pink #F30992
RGB
CMYK
RGB Variations
Color information
#F30992 (or 0xF30992) is known color: Deep Pink. HEX triplet: F3, 09 and 92. RGB value is (243,9,146). Sum of RGB (Red+Green+Blue) = 243+9+146=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F30992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30992 is #0CF66D. Grayscale: #5E5E5E. Windows color (decimal): -849518 or 9570803. OLE color: 9570803.
HSL color Cylindrical-coordinate representation of color #F30992: hue angle of 324.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30992 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.05 |
| HSL | 324.87º | 0.93% | 0.49% | - |
| HSV(B) | 324.87º | 0.96% | 0.95% | - |
| XYZ | 42.25 | 21.33 | 29.08 | - |
| YUV | 94.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 146 | 0 | 0.96 | 0.40 | 0.05 | 324.87 | 0.93 | 0.49 |
| Hex | F3 | 9 | 92 | 0 | 60 | 28 | 5 | 145 | 5D | 31 |
| Octal | 363 | 11 | 222 | 0 | 140 | 50 | 5 | 505 | 135 | 61 |
| Binary | 11110011 | 1001 | 10010010 | 0 | 1100000 | 101000 | 101 | 101000101 | 1011101 | 110001 |
Color Harmonies of #F30992
Complementary color
Monochromatic Colors of #F30992
Black with #F30992
Text Example
Text Example
White with #F30992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30992; }
p { color: rgb(243,9,146); }
H1.HeaderClassName
{
color: #F30992;
}
.AnyTagClassName
{
color: #F30992;
}
</style>
background-color css
<style>
a { background-color: #F30992; }
a { background-color: rgb(243,9,146); }
div.DivClassName
{
background-color: #F30992;
}
.BgClassName
{
background-color: #F30992;
}
</style>
border-color css
<style>
span { border-color: #F30992; }
span { border-color: rgb(243,9,146); }
td.TdClassName
{
border-color: #F30992;
}
.TagClassName
{
border-color: #F30992;
}
</style>