Shades of Deep Pink #F40C8B
Tints of Deep Pink #F40C8B
RGB
CMYK
RGB Variations
Color information
#F40C8B (or 0xF40C8B) is known color: Deep Pink. HEX triplet: F4, 0C and 8B. RGB value is (244,12,139). Sum of RGB (Red+Green+Blue) = 244+12+139=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40C8B is #0BF374. Grayscale: #5F5F5F. Windows color (decimal): -783221 or 9112820. OLE color: 9112820.
HSL color Cylindrical-coordinate representation of color #F40C8B: hue angle of 327.16º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C8B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 139 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.04 |
| HSL | 327.16º | 0.91% | 0.5% | - |
| HSV(B) | 327.16º | 0.95% | 0.96% | - |
| XYZ | 42.1 | 21.36 | 26.33 | - |
| YUV | 95.85 | 152.36 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 139 | 0 | 0.95 | 0.43 | 0.04 | 327.16 | 0.91 | 0.5 |
| Hex | F4 | C | 8B | 0 | 5F | 2B | 4 | 147 | 5B | 32 |
| Octal | 364 | 14 | 213 | 0 | 137 | 53 | 4 | 507 | 133 | 62 |
| Binary | 11110100 | 1100 | 10001011 | 0 | 1011111 | 101011 | 100 | 101000111 | 1011011 | 110010 |
Color Harmonies of #F40C8B
Complementary color
Monochromatic Colors of #F40C8B
Black with #F40C8B
Text Example
Text Example
White with #F40C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C8B; }
p { color: rgb(244,12,139); }
H1.HeaderClassName
{
color: #F40C8B;
}
.AnyTagClassName
{
color: #F40C8B;
}
</style>
background-color css
<style>
a { background-color: #F40C8B; }
a { background-color: rgb(244,12,139); }
div.DivClassName
{
background-color: #F40C8B;
}
.BgClassName
{
background-color: #F40C8B;
}
</style>
border-color css
<style>
span { border-color: #F40C8B; }
span { border-color: rgb(244,12,139); }
td.TdClassName
{
border-color: #F40C8B;
}
.TagClassName
{
border-color: #F40C8B;
}
</style>