Shades of Brink Pink #F05B7A
Tints of Brink Pink #F05B7A
RGB
CMYK
RGB Variations
Color information
#F05B7A (or 0xF05B7A) is known color: Brink Pink. HEX triplet: F0, 5B and 7A. RGB value is (240,91,122). Sum of RGB (Red+Green+Blue) = 240+91+122=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B7A is #0FA485. Grayscale: #8B8B8B. Windows color (decimal): -1025158 or 8018928. OLE color: 8018928.
HSL color Cylindrical-coordinate representation of color #F05B7A: hue angle of 347.52º 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 #F05B7A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 122 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.06 |
| HSL | 347.52º | 0.83% | 0.65% | - |
| HSV(B) | 347.52º | 0.62% | 0.94% | - |
| XYZ | 43.19 | 27.41 | 21.43 | - |
| YUV | 139.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 122 | 0 | 0.62 | 0.49 | 0.06 | 347.52 | 0.83 | 0.65 |
| Hex | F0 | 5B | 7A | 0 | 3E | 31 | 6 | 15C | 53 | 41 |
| Octal | 360 | 133 | 172 | 0 | 76 | 61 | 6 | 534 | 123 | 101 |
| Binary | 11110000 | 1011011 | 1111010 | 0 | 111110 | 110001 | 110 | 101011100 | 1010011 | 1000001 |
Color Harmonies of #F05B7A
Complementary color
Monochromatic Colors of #F05B7A
Black with #F05B7A
Text Example
Text Example
White with #F05B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B7A; }
p { color: rgb(240,91,122); }
H1.HeaderClassName
{
color: #F05B7A;
}
.AnyTagClassName
{
color: #F05B7A;
}
</style>
background-color css
<style>
a { background-color: #F05B7A; }
a { background-color: rgb(240,91,122); }
div.DivClassName
{
background-color: #F05B7A;
}
.BgClassName
{
background-color: #F05B7A;
}
</style>
border-color css
<style>
span { border-color: #F05B7A; }
span { border-color: rgb(240,91,122); }
td.TdClassName
{
border-color: #F05B7A;
}
.TagClassName
{
border-color: #F05B7A;
}
</style>