Shades of Deep Pink #F30F78
Tints of Deep Pink #F30F78
RGB
CMYK
RGB Variations
Color information
#F30F78 (or 0xF30F78) is known color: Deep Pink. HEX triplet: F3, 0F and 78. RGB value is (243,15,120). Sum of RGB (Red+Green+Blue) = 243+15+120=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F78 is #0CF087. Grayscale: #5E5E5E. Windows color (decimal): -848008 or 7868403. OLE color: 7868403.
HSL color Cylindrical-coordinate representation of color #F30F78: hue angle of 332.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F78 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 120 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.05 |
| HSL | 332.37º | 0.9% | 0.51% | - |
| HSV(B) | 332.37º | 0.94% | 0.95% | - |
| XYZ | 40.52 | 20.75 | 19.64 | - |
| YUV | 95.14 | 142.04 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 120 | 0 | 0.94 | 0.51 | 0.05 | 332.37 | 0.9 | 0.51 |
| Hex | F3 | F | 78 | 0 | 5E | 33 | 5 | 14C | 5A | 33 |
| Octal | 363 | 17 | 170 | 0 | 136 | 63 | 5 | 514 | 132 | 63 |
| Binary | 11110011 | 1111 | 1111000 | 0 | 1011110 | 110011 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F30F78
Complementary color
Monochromatic Colors of #F30F78
Black with #F30F78
Text Example
Text Example
White with #F30F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F78; }
p { color: rgb(243,15,120); }
H1.HeaderClassName
{
color: #F30F78;
}
.AnyTagClassName
{
color: #F30F78;
}
</style>
background-color css
<style>
a { background-color: #F30F78; }
a { background-color: rgb(243,15,120); }
div.DivClassName
{
background-color: #F30F78;
}
.BgClassName
{
background-color: #F30F78;
}
</style>
border-color css
<style>
span { border-color: #F30F78; }
span { border-color: rgb(243,15,120); }
td.TdClassName
{
border-color: #F30F78;
}
.TagClassName
{
border-color: #F30F78;
}
</style>