Shades of Deep Pink #F30779
Tints of Deep Pink #F30779
RGB
CMYK
RGB Variations
Color information
#F30779 (or 0xF30779) is known color: Deep Pink. HEX triplet: F3, 07 and 79. RGB value is (243,7,121). Sum of RGB (Red+Green+Blue) = 243+7+121=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F30779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30779 is #0CF886. Grayscale: #5A5A5A. Windows color (decimal): -850055 or 7931891. OLE color: 7931891.
HSL color Cylindrical-coordinate representation of color #F30779: hue angle of 331.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30779 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.05 |
| HSL | 331.02º | 0.94% | 0.49% | - |
| HSV(B) | 331.02º | 0.97% | 0.95% | - |
| XYZ | 40.49 | 20.59 | 19.93 | - |
| YUV | 90.56 | 145.19 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 121 | 0 | 0.97 | 0.50 | 0.05 | 331.02 | 0.94 | 0.49 |
| Hex | F3 | 7 | 79 | 0 | 61 | 32 | 5 | 14B | 5E | 31 |
| Octal | 363 | 7 | 171 | 0 | 141 | 62 | 5 | 513 | 136 | 61 |
| Binary | 11110011 | 111 | 1111001 | 0 | 1100001 | 110010 | 101 | 101001011 | 1011110 | 110001 |
Color Harmonies of #F30779
Complementary color
Monochromatic Colors of #F30779
Black with #F30779
Text Example
Text Example
White with #F30779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30779; }
p { color: rgb(243,7,121); }
H1.HeaderClassName
{
color: #F30779;
}
.AnyTagClassName
{
color: #F30779;
}
</style>
background-color css
<style>
a { background-color: #F30779; }
a { background-color: rgb(243,7,121); }
div.DivClassName
{
background-color: #F30779;
}
.BgClassName
{
background-color: #F30779;
}
</style>
border-color css
<style>
span { border-color: #F30779; }
span { border-color: rgb(243,7,121); }
td.TdClassName
{
border-color: #F30779;
}
.TagClassName
{
border-color: #F30779;
}
</style>