Shades of Deep Pink #F30378
Tints of Deep Pink #F30378
RGB
CMYK
RGB Variations
Color information
#F30378 (or 0xF30378) is known color: Deep Pink. HEX triplet: F3, 03 and 78. RGB value is (243,3,120). Sum of RGB (Red+Green+Blue) = 243+3+120=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F30378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30378 is #0CFC87. Grayscale: #575757. Windows color (decimal): -851080 or 7865331. OLE color: 7865331.
HSL color Cylindrical-coordinate representation of color #F30378: hue angle of 330.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30378 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.05 |
| HSL | 330.75º | 0.98% | 0.48% | - |
| HSV(B) | 330.75º | 0.99% | 0.95% | - |
| XYZ | 40.38 | 20.48 | 19.59 | - |
| YUV | 88.1 | 146.01 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 120 | 0 | 0.99 | 0.51 | 0.05 | 330.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 78 | 0 | 63 | 33 | 5 | 14B | 62 | 30 |
| Octal | 363 | 3 | 170 | 0 | 143 | 63 | 5 | 513 | 142 | 60 |
| Binary | 11110011 | 11 | 1111000 | 0 | 1100011 | 110011 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F30378
Complementary color
Monochromatic Colors of #F30378
Black with #F30378
Text Example
Text Example
White with #F30378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30378; }
p { color: rgb(243,3,120); }
H1.HeaderClassName
{
color: #F30378;
}
.AnyTagClassName
{
color: #F30378;
}
</style>
background-color css
<style>
a { background-color: #F30378; }
a { background-color: rgb(243,3,120); }
div.DivClassName
{
background-color: #F30378;
}
.BgClassName
{
background-color: #F30378;
}
</style>
border-color css
<style>
span { border-color: #F30378; }
span { border-color: rgb(243,3,120); }
td.TdClassName
{
border-color: #F30378;
}
.TagClassName
{
border-color: #F30378;
}
</style>