Shades of Dark Pink #F04D7B
Tints of Dark Pink #F04D7B
RGB
CMYK
RGB Variations
Color information
#F04D7B (or 0xF04D7B) is known color: Dark Pink. HEX triplet: F0, 4D and 7B. RGB value is (240,77,123). Sum of RGB (Red+Green+Blue) = 240+77+123=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D7B is #0FB284. Grayscale: #828282. Windows color (decimal): -1028741 or 8080880. OLE color: 8080880.
HSL color Cylindrical-coordinate representation of color #F04D7B: hue angle of 343.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04D7B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 123 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.06 |
| HSL | 343.07º | 0.84% | 0.62% | - |
| HSV(B) | 343.07º | 0.68% | 0.94% | - |
| XYZ | 42.16 | 25.26 | 21.39 | - |
| YUV | 130.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 123 | 0 | 0.68 | 0.49 | 0.06 | 343.07 | 0.84 | 0.62 |
| Hex | F0 | 4D | 7B | 0 | 44 | 31 | 6 | 157 | 54 | 3E |
| Octal | 360 | 115 | 173 | 0 | 104 | 61 | 6 | 527 | 124 | 76 |
| Binary | 11110000 | 1001101 | 1111011 | 0 | 1000100 | 110001 | 110 | 101010111 | 1010100 | 111110 |
Color Harmonies of #F04D7B
Complementary color
Monochromatic Colors of #F04D7B
Black with #F04D7B
Text Example
Text Example
White with #F04D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D7B; }
p { color: rgb(240,77,123); }
H1.HeaderClassName
{
color: #F04D7B;
}
.AnyTagClassName
{
color: #F04D7B;
}
</style>
background-color css
<style>
a { background-color: #F04D7B; }
a { background-color: rgb(240,77,123); }
div.DivClassName
{
background-color: #F04D7B;
}
.BgClassName
{
background-color: #F04D7B;
}
</style>
border-color css
<style>
span { border-color: #F04D7B; }
span { border-color: rgb(240,77,123); }
td.TdClassName
{
border-color: #F04D7B;
}
.TagClassName
{
border-color: #F04D7B;
}
</style>