Shades of Deep Pink #F0027D
Tints of Deep Pink #F0027D
RGB
CMYK
RGB Variations
Color information
#F0027D (or 0xF0027D) is known color: Deep Pink. HEX triplet: F0, 02 and 7D. RGB value is (240,2,125). Sum of RGB (Red+Green+Blue) = 240+2+125=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0027D is #0FFD82. Grayscale: #565656. Windows color (decimal): -1047939 or 8192752. OLE color: 8192752.
HSL color Cylindrical-coordinate representation of color #F0027D: hue angle of 328.99º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0027D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.06 |
| HSL | 328.99º | 0.98% | 0.47% | - |
| HSV(B) | 328.99º | 0.99% | 0.94% | - |
| XYZ | 39.66 | 20.05 | 21.18 | - |
| YUV | 87.18 | 149.35 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 125 | 0 | 0.99 | 0.48 | 0.06 | 328.99 | 0.98 | 0.47 |
| Hex | F0 | 2 | 7D | 0 | 63 | 30 | 6 | 149 | 62 | 2F |
| Octal | 360 | 2 | 175 | 0 | 143 | 60 | 6 | 511 | 142 | 57 |
| Binary | 11110000 | 10 | 1111101 | 0 | 1100011 | 110000 | 110 | 101001001 | 1100010 | 101111 |
Color Harmonies of #F0027D
Complementary color
Monochromatic Colors of #F0027D
Black with #F0027D
Text Example
Text Example
White with #F0027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0027D; }
p { color: rgb(240,2,125); }
H1.HeaderClassName
{
color: #F0027D;
}
.AnyTagClassName
{
color: #F0027D;
}
</style>
background-color css
<style>
a { background-color: #F0027D; }
a { background-color: rgb(240,2,125); }
div.DivClassName
{
background-color: #F0027D;
}
.BgClassName
{
background-color: #F0027D;
}
</style>
border-color css
<style>
span { border-color: #F0027D; }
span { border-color: rgb(240,2,125); }
td.TdClassName
{
border-color: #F0027D;
}
.TagClassName
{
border-color: #F0027D;
}
</style>