Shades of Brink Pink #F0607D
Tints of Brink Pink #F0607D
RGB
CMYK
RGB Variations
Color information
#F0607D (or 0xF0607D) is known color: Brink Pink. HEX triplet: F0, 60 and 7D. RGB value is (240,96,125). Sum of RGB (Red+Green+Blue) = 240+96+125=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0607D is #0F9F82. Grayscale: #8E8E8E. Windows color (decimal): -1023875 or 8216816. OLE color: 8216816.
HSL color Cylindrical-coordinate representation of color #F0607D: hue angle of 347.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0607D is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 125 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.06 |
| HSL | 347.92º | 0.83% | 0.66% | - |
| HSV(B) | 347.92º | 0.6% | 0.94% | - |
| XYZ | 43.82 | 28.37 | 22.57 | - |
| YUV | 142.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 125 | 0 | 0.6 | 0.48 | 0.06 | 347.92 | 0.83 | 0.66 |
| Hex | F0 | 60 | 7D | 0 | 3C | 30 | 6 | 15C | 53 | 42 |
| Octal | 360 | 140 | 175 | 0 | 74 | 60 | 6 | 534 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1111101 | 0 | 111100 | 110000 | 110 | 101011100 | 1010011 | 1000010 |
Color Harmonies of #F0607D
Complementary color
Monochromatic Colors of #F0607D
Black with #F0607D
Text Example
Text Example
White with #F0607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0607D; }
p { color: rgb(240,96,125); }
H1.HeaderClassName
{
color: #F0607D;
}
.AnyTagClassName
{
color: #F0607D;
}
</style>
background-color css
<style>
a { background-color: #F0607D; }
a { background-color: rgb(240,96,125); }
div.DivClassName
{
background-color: #F0607D;
}
.BgClassName
{
background-color: #F0607D;
}
</style>
border-color css
<style>
span { border-color: #F0607D; }
span { border-color: rgb(240,96,125); }
td.TdClassName
{
border-color: #F0607D;
}
.TagClassName
{
border-color: #F0607D;
}
</style>