Shades of Brink Pink #F4607C
Tints of Brink Pink #F4607C
RGB
CMYK
RGB Variations
Color information
#F4607C (or 0xF4607C) is known color: Brink Pink. HEX triplet: F4, 60 and 7C. RGB value is (244,96,124). Sum of RGB (Red+Green+Blue) = 244+96+124=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F4607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4607C is #0B9F83. Grayscale: #8F8F8F. Windows color (decimal): -761732 or 8151284. OLE color: 8151284.
HSL color Cylindrical-coordinate representation of color #F4607C: hue angle of 348.65º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4607C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 124 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.04 |
| HSL | 348.65º | 0.87% | 0.67% | - |
| HSV(B) | 348.65º | 0.61% | 0.96% | - |
| XYZ | 45.13 | 29.05 | 22.3 | - |
| YUV | 143.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 124 | 0 | 0.61 | 0.49 | 0.04 | 348.65 | 0.87 | 0.67 |
| Hex | F4 | 60 | 7C | 0 | 3D | 31 | 4 | 15D | 57 | 43 |
| Octal | 364 | 140 | 174 | 0 | 75 | 61 | 4 | 535 | 127 | 103 |
| Binary | 11110100 | 1100000 | 1111100 | 0 | 111101 | 110001 | 100 | 101011101 | 1010111 | 1000011 |
Color Harmonies of #F4607C
Complementary color
Monochromatic Colors of #F4607C
Black with #F4607C
Text Example
Text Example
White with #F4607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4607C; }
p { color: rgb(244,96,124); }
H1.HeaderClassName
{
color: #F4607C;
}
.AnyTagClassName
{
color: #F4607C;
}
</style>
background-color css
<style>
a { background-color: #F4607C; }
a { background-color: rgb(244,96,124); }
div.DivClassName
{
background-color: #F4607C;
}
.BgClassName
{
background-color: #F4607C;
}
</style>
border-color css
<style>
span { border-color: #F4607C; }
span { border-color: rgb(244,96,124); }
td.TdClassName
{
border-color: #F4607C;
}
.TagClassName
{
border-color: #F4607C;
}
</style>