Shades of Deep Pink #F30978
Tints of Deep Pink #F30978
RGB
CMYK
RGB Variations
Color information
#F30978 (or 0xF30978) is known color: Deep Pink. HEX triplet: F3, 09 and 78. RGB value is (243,9,120). Sum of RGB (Red+Green+Blue) = 243+9+120=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F30978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30978 is #0CF687. Grayscale: #5B5B5B. Windows color (decimal): -849544 or 7866867. OLE color: 7866867.
HSL color Cylindrical-coordinate representation of color #F30978: hue angle of 331.54º 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 #F30978 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.05 |
| HSL | 331.54º | 0.93% | 0.49% | - |
| HSV(B) | 331.54º | 0.96% | 0.95% | - |
| XYZ | 40.45 | 20.61 | 19.61 | - |
| YUV | 91.62 | 144.02 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 120 | 0 | 0.96 | 0.51 | 0.05 | 331.54 | 0.93 | 0.49 |
| Hex | F3 | 9 | 78 | 0 | 60 | 33 | 5 | 14C | 5D | 31 |
| Octal | 363 | 11 | 170 | 0 | 140 | 63 | 5 | 514 | 135 | 61 |
| Binary | 11110011 | 1001 | 1111000 | 0 | 1100000 | 110011 | 101 | 101001100 | 1011101 | 110001 |
Color Harmonies of #F30978
Complementary color
Monochromatic Colors of #F30978
Black with #F30978
Text Example
Text Example
White with #F30978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30978; }
p { color: rgb(243,9,120); }
H1.HeaderClassName
{
color: #F30978;
}
.AnyTagClassName
{
color: #F30978;
}
</style>
background-color css
<style>
a { background-color: #F30978; }
a { background-color: rgb(243,9,120); }
div.DivClassName
{
background-color: #F30978;
}
.BgClassName
{
background-color: #F30978;
}
</style>
border-color css
<style>
span { border-color: #F30978; }
span { border-color: rgb(243,9,120); }
td.TdClassName
{
border-color: #F30978;
}
.TagClassName
{
border-color: #F30978;
}
</style>