Shades of Brink Pink #F0627A
Tints of Brink Pink #F0627A
RGB
CMYK
RGB Variations
Color information
#F0627A (or 0xF0627A) is known color: Brink Pink. HEX triplet: F0, 62 and 7A. RGB value is (240,98,122). Sum of RGB (Red+Green+Blue) = 240+98+122=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0627A is #0F9D85. Grayscale: #8F8F8F. Windows color (decimal): -1023366 or 8020720. OLE color: 8020720.
HSL color Cylindrical-coordinate representation of color #F0627A: hue angle of 349.86º degrees, saturation: 0.83, 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 #F0627A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 122 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.06 |
| HSL | 349.86º | 0.83% | 0.66% | - |
| HSV(B) | 349.86º | 0.59% | 0.94% | - |
| XYZ | 43.82 | 28.67 | 21.64 | - |
| YUV | 143.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 122 | 0 | 0.59 | 0.49 | 0.06 | 349.86 | 0.83 | 0.66 |
| Hex | F0 | 62 | 7A | 0 | 3B | 31 | 6 | 15E | 53 | 42 |
| Octal | 360 | 142 | 172 | 0 | 73 | 61 | 6 | 536 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1111010 | 0 | 111011 | 110001 | 110 | 101011110 | 1010011 | 1000010 |
Color Harmonies of #F0627A
Complementary color
Monochromatic Colors of #F0627A
Black with #F0627A
Text Example
Text Example
White with #F0627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0627A; }
p { color: rgb(240,98,122); }
H1.HeaderClassName
{
color: #F0627A;
}
.AnyTagClassName
{
color: #F0627A;
}
</style>
background-color css
<style>
a { background-color: #F0627A; }
a { background-color: rgb(240,98,122); }
div.DivClassName
{
background-color: #F0627A;
}
.BgClassName
{
background-color: #F0627A;
}
</style>
border-color css
<style>
span { border-color: #F0627A; }
span { border-color: rgb(240,98,122); }
td.TdClassName
{
border-color: #F0627A;
}
.TagClassName
{
border-color: #F0627A;
}
</style>