Shades of Brink Pink #F4667D
Tints of Brink Pink #F4667D
RGB
CMYK
RGB Variations
Color information
#F4667D (or 0xF4667D) is known color: Brink Pink. HEX triplet: F4, 66 and 7D. RGB value is (244,102,125). Sum of RGB (Red+Green+Blue) = 244+102+125=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4667D is #0B9982. Grayscale: #939393. Windows color (decimal): -760195 or 8218356. OLE color: 8218356.
HSL color Cylindrical-coordinate representation of color #F4667D: hue angle of 350.28º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4667D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 125 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.04 |
| HSL | 350.28º | 0.87% | 0.68% | - |
| HSV(B) | 350.28º | 0.58% | 0.96% | - |
| XYZ | 45.76 | 30.22 | 22.82 | - |
| YUV | 147.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 125 | 0 | 0.58 | 0.49 | 0.04 | 350.28 | 0.87 | 0.68 |
| Hex | F4 | 66 | 7D | 0 | 3A | 31 | 4 | 15E | 57 | 44 |
| Octal | 364 | 146 | 175 | 0 | 72 | 61 | 4 | 536 | 127 | 104 |
| Binary | 11110100 | 1100110 | 1111101 | 0 | 111010 | 110001 | 100 | 101011110 | 1010111 | 1000100 |
Color Harmonies of #F4667D
Complementary color
Monochromatic Colors of #F4667D
Black with #F4667D
Text Example
Text Example
White with #F4667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4667D; }
p { color: rgb(244,102,125); }
H1.HeaderClassName
{
color: #F4667D;
}
.AnyTagClassName
{
color: #F4667D;
}
</style>
background-color css
<style>
a { background-color: #F4667D; }
a { background-color: rgb(244,102,125); }
div.DivClassName
{
background-color: #F4667D;
}
.BgClassName
{
background-color: #F4667D;
}
</style>
border-color css
<style>
span { border-color: #F4667D; }
span { border-color: rgb(244,102,125); }
td.TdClassName
{
border-color: #F4667D;
}
.TagClassName
{
border-color: #F4667D;
}
</style>