Shades of Brink Pink #F4617E
Tints of Brink Pink #F4617E
RGB
CMYK
RGB Variations
Color information
#F4617E (or 0xF4617E) is known color: Brink Pink. HEX triplet: F4, 61 and 7E. RGB value is (244,97,126). Sum of RGB (Red+Green+Blue) = 244+97+126=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4617E is #0B9E81. Grayscale: #909090. Windows color (decimal): -761474 or 8282612. OLE color: 8282612.
HSL color Cylindrical-coordinate representation of color #F4617E: hue angle of 348.16º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F4617E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 97 | 126 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.04 |
| HSL | 348.16º | 0.87% | 0.67% | - |
| HSV(B) | 348.16º | 0.6% | 0.96% | - |
| XYZ | 45.35 | 29.29 | 23 | - |
| YUV | 144.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 97 | 126 | 0 | 0.60 | 0.48 | 0.04 | 348.16 | 0.87 | 0.67 |
| Hex | F4 | 61 | 7E | 0 | 3C | 30 | 4 | 15C | 57 | 43 |
| Octal | 364 | 141 | 176 | 0 | 74 | 60 | 4 | 534 | 127 | 103 |
| Binary | 11110100 | 1100001 | 1111110 | 0 | 111100 | 110000 | 100 | 101011100 | 1010111 | 1000011 |
Color Harmonies of #F4617E
Complementary color
Monochromatic Colors of #F4617E
Black with #F4617E
Text Example
Text Example
White with #F4617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4617E; }
p { color: rgb(244,97,126); }
H1.HeaderClassName
{
color: #F4617E;
}
.AnyTagClassName
{
color: #F4617E;
}
</style>
background-color css
<style>
a { background-color: #F4617E; }
a { background-color: rgb(244,97,126); }
div.DivClassName
{
background-color: #F4617E;
}
.BgClassName
{
background-color: #F4617E;
}
</style>
border-color css
<style>
span { border-color: #F4617E; }
span { border-color: rgb(244,97,126); }
td.TdClassName
{
border-color: #F4617E;
}
.TagClassName
{
border-color: #F4617E;
}
</style>