Shades of Dark Pink #F04B7B
Tints of Dark Pink #F04B7B
RGB
CMYK
RGB Variations
Color information
#F04B7B (or 0xF04B7B) is known color: Dark Pink. HEX triplet: F0, 4B and 7B. RGB value is (240,75,123). Sum of RGB (Red+Green+Blue) = 240+75+123=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B7B is #0FB484. Grayscale: #818181. Windows color (decimal): -1029253 or 8080368. OLE color: 8080368.
HSL color Cylindrical-coordinate representation of color #F04B7B: hue angle of 342.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04B7B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 123 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.06 |
| HSL | 342.55º | 0.85% | 0.62% | - |
| HSV(B) | 342.55º | 0.69% | 0.94% | - |
| XYZ | 42.03 | 24.99 | 21.35 | - |
| YUV | 129.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 123 | 0 | 0.69 | 0.49 | 0.06 | 342.55 | 0.85 | 0.62 |
| Hex | F0 | 4B | 7B | 0 | 45 | 31 | 6 | 157 | 55 | 3E |
| Octal | 360 | 113 | 173 | 0 | 105 | 61 | 6 | 527 | 125 | 76 |
| Binary | 11110000 | 1001011 | 1111011 | 0 | 1000101 | 110001 | 110 | 101010111 | 1010101 | 111110 |
Color Harmonies of #F04B7B
Complementary color
Monochromatic Colors of #F04B7B
Black with #F04B7B
Text Example
Text Example
White with #F04B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B7B; }
p { color: rgb(240,75,123); }
H1.HeaderClassName
{
color: #F04B7B;
}
.AnyTagClassName
{
color: #F04B7B;
}
</style>
background-color css
<style>
a { background-color: #F04B7B; }
a { background-color: rgb(240,75,123); }
div.DivClassName
{
background-color: #F04B7B;
}
.BgClassName
{
background-color: #F04B7B;
}
</style>
border-color css
<style>
span { border-color: #F04B7B; }
span { border-color: rgb(240,75,123); }
td.TdClassName
{
border-color: #F04B7B;
}
.TagClassName
{
border-color: #F04B7B;
}
</style>