Shades of Brink Pink #F05C7F
Tints of Brink Pink #F05C7F
RGB
CMYK
RGB Variations
Color information
#F05C7F (or 0xF05C7F) is known color: Brink Pink. HEX triplet: F0, 5C and 7F. RGB value is (240,92,127). Sum of RGB (Red+Green+Blue) = 240+92+127=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C7F is #0FA380. Grayscale: #8C8C8C. Windows color (decimal): -1024897 or 8346864. OLE color: 8346864.
HSL color Cylindrical-coordinate representation of color #F05C7F: hue angle of 345.81º 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 #F05C7F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 127 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.06 |
| HSL | 345.81º | 0.83% | 0.65% | - |
| HSV(B) | 345.81º | 0.62% | 0.94% | - |
| XYZ | 43.59 | 27.71 | 23.13 | - |
| YUV | 140.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 127 | 0 | 0.62 | 0.47 | 0.06 | 345.81 | 0.83 | 0.65 |
| Hex | F0 | 5C | 7F | 0 | 3E | 2F | 6 | 15A | 53 | 41 |
| Octal | 360 | 134 | 177 | 0 | 76 | 57 | 6 | 532 | 123 | 101 |
| Binary | 11110000 | 1011100 | 1111111 | 0 | 111110 | 101111 | 110 | 101011010 | 1010011 | 1000001 |
Color Harmonies of #F05C7F
Complementary color
Monochromatic Colors of #F05C7F
Black with #F05C7F
Text Example
Text Example
White with #F05C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C7F; }
p { color: rgb(240,92,127); }
H1.HeaderClassName
{
color: #F05C7F;
}
.AnyTagClassName
{
color: #F05C7F;
}
</style>
background-color css
<style>
a { background-color: #F05C7F; }
a { background-color: rgb(240,92,127); }
div.DivClassName
{
background-color: #F05C7F;
}
.BgClassName
{
background-color: #F05C7F;
}
</style>
border-color css
<style>
span { border-color: #F05C7F; }
span { border-color: rgb(240,92,127); }
td.TdClassName
{
border-color: #F05C7F;
}
.TagClassName
{
border-color: #F05C7F;
}
</style>