Shades of Dark Pink #F05B83
Tints of Dark Pink #F05B83
RGB
CMYK
RGB Variations
Color information
#F05B83 (or 0xF05B83) is known color: Dark Pink. HEX triplet: F0, 5B and 83. RGB value is (240,91,131). Sum of RGB (Red+Green+Blue) = 240+91+131=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B83 is #0FA47C. Grayscale: #8C8C8C. Windows color (decimal): -1025149 or 8608752. OLE color: 8608752.
HSL color Cylindrical-coordinate representation of color #F05B83: hue angle of 343.89º 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 #F05B83 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 131 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.06 |
| HSL | 343.89º | 0.83% | 0.65% | - |
| HSV(B) | 343.89º | 0.62% | 0.94% | - |
| XYZ | 43.77 | 27.65 | 24.5 | - |
| YUV | 140.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 131 | 0 | 0.62 | 0.45 | 0.06 | 343.89 | 0.83 | 0.65 |
| Hex | F0 | 5B | 83 | 0 | 3E | 2D | 6 | 158 | 53 | 41 |
| Octal | 360 | 133 | 203 | 0 | 76 | 55 | 6 | 530 | 123 | 101 |
| Binary | 11110000 | 1011011 | 10000011 | 0 | 111110 | 101101 | 110 | 101011000 | 1010011 | 1000001 |
Color Harmonies of #F05B83
Complementary color
Monochromatic Colors of #F05B83
Black with #F05B83
Text Example
Text Example
White with #F05B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B83; }
p { color: rgb(240,91,131); }
H1.HeaderClassName
{
color: #F05B83;
}
.AnyTagClassName
{
color: #F05B83;
}
</style>
background-color css
<style>
a { background-color: #F05B83; }
a { background-color: rgb(240,91,131); }
div.DivClassName
{
background-color: #F05B83;
}
.BgClassName
{
background-color: #F05B83;
}
</style>
border-color css
<style>
span { border-color: #F05B83; }
span { border-color: rgb(240,91,131); }
td.TdClassName
{
border-color: #F05B83;
}
.TagClassName
{
border-color: #F05B83;
}
</style>