Shades of Deep Pink #F0147E
Tints of Deep Pink #F0147E
RGB
CMYK
RGB Variations
Color information
#F0147E (or 0xF0147E) is known color: Deep Pink. HEX triplet: F0, 14 and 7E. RGB value is (240,20,126). Sum of RGB (Red+Green+Blue) = 240+20+126=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0147E is #0FEB81. Grayscale: #616161. Windows color (decimal): -1043330 or 8262896. OLE color: 8262896.
HSL color Cylindrical-coordinate representation of color #F0147E: hue angle of 331.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0147E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 20 | 126 | - |
CMYK | 0 | 0.92 | 0.48 | 0.06 |
HSL | 331.09º | 0.88% | 0.51% | - |
HSV(B) | 331.09º | 0.92% | 0.94% | - |
XYZ | 39.95 | 20.53 | 21.6 | - |
YUV | 97.86 | 143.89 | 229.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 20 | 126 | 0 | 0.92 | 0.48 | 0.06 | 331.09 | 0.88 | 0.51 |
Hex | F0 | 14 | 7E | 0 | 5C | 30 | 6 | 14B | 58 | 33 |
Octal | 360 | 24 | 176 | 0 | 134 | 60 | 6 | 513 | 130 | 63 |
Binary | 11110000 | 10100 | 1111110 | 0 | 1011100 | 110000 | 110 | 101001011 | 1011000 | 110011 |
Color Harmonies of #F0147E
Complementary color
Monochromatic Colors of #F0147E
Black with #F0147E
Text Example
Text Example
White with #F0147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0147E; }
p { color: rgb(240,20,126); }
H1.HeaderClassName
{
color: #F0147E;
}
.AnyTagClassName
{
color: #F0147E;
}
</style>
background-color css
<style>
a { background-color: #F0147E; }
a { background-color: rgb(240,20,126); }
div.DivClassName
{
background-color: #F0147E;
}
.BgClassName
{
background-color: #F0147E;
}
</style>
border-color css
<style>
span { border-color: #F0147E; }
span { border-color: rgb(240,20,126); }
td.TdClassName
{
border-color: #F0147E;
}
.TagClassName
{
border-color: #F0147E;
}
</style>