Shades of Deep Pink #F30979
Tints of Deep Pink #F30979
RGB
CMYK
RGB Variations
Color information
#F30979 (or 0xF30979) is known color: Deep Pink. HEX triplet: F3, 09 and 79. RGB value is (243,9,121). Sum of RGB (Red+Green+Blue) = 243+9+121=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F30979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30979 is #0CF686. Grayscale: #5B5B5B. Windows color (decimal): -849543 or 7932403. OLE color: 7932403.
HSL color Cylindrical-coordinate representation of color #F30979: hue angle of 331.28º 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 #F30979 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.05 |
| HSL | 331.28º | 0.93% | 0.49% | - |
| HSV(B) | 331.28º | 0.96% | 0.95% | - |
| XYZ | 40.51 | 20.63 | 19.94 | - |
| YUV | 91.73 | 144.52 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 121 | 0 | 0.96 | 0.50 | 0.05 | 331.28 | 0.93 | 0.49 |
| Hex | F3 | 9 | 79 | 0 | 60 | 32 | 5 | 14B | 5D | 31 |
| Octal | 363 | 11 | 171 | 0 | 140 | 62 | 5 | 513 | 135 | 61 |
| Binary | 11110011 | 1001 | 1111001 | 0 | 1100000 | 110010 | 101 | 101001011 | 1011101 | 110001 |
Color Harmonies of #F30979
Complementary color
Monochromatic Colors of #F30979
Black with #F30979
Text Example
Text Example
White with #F30979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30979; }
p { color: rgb(243,9,121); }
H1.HeaderClassName
{
color: #F30979;
}
.AnyTagClassName
{
color: #F30979;
}
</style>
background-color css
<style>
a { background-color: #F30979; }
a { background-color: rgb(243,9,121); }
div.DivClassName
{
background-color: #F30979;
}
.BgClassName
{
background-color: #F30979;
}
</style>
border-color css
<style>
span { border-color: #F30979; }
span { border-color: rgb(243,9,121); }
td.TdClassName
{
border-color: #F30979;
}
.TagClassName
{
border-color: #F30979;
}
</style>