Shades of Brink Pink #F0637D
Tints of Brink Pink #F0637D
RGB
CMYK
RGB Variations
Color information
#F0637D (or 0xF0637D) is known color: Brink Pink. HEX triplet: F0, 63 and 7D. RGB value is (240,99,125). Sum of RGB (Red+Green+Blue) = 240+99+125=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0637D is #0F9C82. Grayscale: #909090. Windows color (decimal): -1023107 or 8217584. OLE color: 8217584.
HSL color Cylindrical-coordinate representation of color #F0637D: hue angle of 348.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0637D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 125 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.06 |
| HSL | 348.94º | 0.82% | 0.66% | - |
| HSV(B) | 348.94º | 0.59% | 0.94% | - |
| XYZ | 44.1 | 28.93 | 22.66 | - |
| YUV | 144.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 125 | 0 | 0.59 | 0.48 | 0.06 | 348.94 | 0.82 | 0.66 |
| Hex | F0 | 63 | 7D | 0 | 3B | 30 | 6 | 15D | 52 | 42 |
| Octal | 360 | 143 | 175 | 0 | 73 | 60 | 6 | 535 | 122 | 102 |
| Binary | 11110000 | 1100011 | 1111101 | 0 | 111011 | 110000 | 110 | 101011101 | 1010010 | 1000010 |
Color Harmonies of #F0637D
Complementary color
Monochromatic Colors of #F0637D
Black with #F0637D
Text Example
Text Example
White with #F0637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0637D; }
p { color: rgb(240,99,125); }
H1.HeaderClassName
{
color: #F0637D;
}
.AnyTagClassName
{
color: #F0637D;
}
</style>
background-color css
<style>
a { background-color: #F0637D; }
a { background-color: rgb(240,99,125); }
div.DivClassName
{
background-color: #F0637D;
}
.BgClassName
{
background-color: #F0637D;
}
</style>
border-color css
<style>
span { border-color: #F0637D; }
span { border-color: rgb(240,99,125); }
td.TdClassName
{
border-color: #F0637D;
}
.TagClassName
{
border-color: #F0637D;
}
</style>