Shades of Dark Pink #F05B7F
Tints of Dark Pink #F05B7F
RGB
CMYK
RGB Variations
Color information
#F05B7F (or 0xF05B7F) is known color: Dark Pink. HEX triplet: F0, 5B and 7F. RGB value is (240,91,127). Sum of RGB (Red+Green+Blue) = 240+91+127=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B7F is #0FA480. Grayscale: #8B8B8B. Windows color (decimal): -1025153 or 8346608. OLE color: 8346608.
HSL color Cylindrical-coordinate representation of color #F05B7F: hue angle of 345.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05B7F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 127 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.06 |
| HSL | 345.5º | 0.83% | 0.65% | - |
| HSV(B) | 345.5º | 0.62% | 0.94% | - |
| XYZ | 43.51 | 27.54 | 23.1 | - |
| YUV | 139.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 127 | 0 | 0.62 | 0.47 | 0.06 | 345.5 | 0.83 | 0.65 |
| Hex | F0 | 5B | 7F | 0 | 3E | 2F | 6 | 15A | 53 | 41 |
| Octal | 360 | 133 | 177 | 0 | 76 | 57 | 6 | 532 | 123 | 101 |
| Binary | 11110000 | 1011011 | 1111111 | 0 | 111110 | 101111 | 110 | 101011010 | 1010011 | 1000001 |
Color Harmonies of #F05B7F
Complementary color
Monochromatic Colors of #F05B7F
Black with #F05B7F
Text Example
Text Example
White with #F05B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B7F; }
p { color: rgb(240,91,127); }
H1.HeaderClassName
{
color: #F05B7F;
}
.AnyTagClassName
{
color: #F05B7F;
}
</style>
background-color css
<style>
a { background-color: #F05B7F; }
a { background-color: rgb(240,91,127); }
div.DivClassName
{
background-color: #F05B7F;
}
.BgClassName
{
background-color: #F05B7F;
}
</style>
border-color css
<style>
span { border-color: #F05B7F; }
span { border-color: rgb(240,91,127); }
td.TdClassName
{
border-color: #F05B7F;
}
.TagClassName
{
border-color: #F05B7F;
}
</style>