Shades of Brink Pink #F4667F
Tints of Brink Pink #F4667F
RGB
CMYK
RGB Variations
Color information
#F4667F (or 0xF4667F) is known color: Brink Pink. HEX triplet: F4, 66 and 7F. RGB value is (244,102,127). Sum of RGB (Red+Green+Blue) = 244+102+127=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4667F is #0B9980. Grayscale: #939393. Windows color (decimal): -760193 or 8349428. OLE color: 8349428.
HSL color Cylindrical-coordinate representation of color #F4667F: hue angle of 349.44º 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 #F4667F is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 127 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.04 |
| HSL | 349.44º | 0.87% | 0.68% | - |
| HSV(B) | 349.44º | 0.58% | 0.96% | - |
| XYZ | 45.89 | 30.27 | 23.5 | - |
| YUV | 147.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 127 | 0 | 0.58 | 0.48 | 0.04 | 349.44 | 0.87 | 0.68 |
| Hex | F4 | 66 | 7F | 0 | 3A | 30 | 4 | 15D | 57 | 44 |
| Octal | 364 | 146 | 177 | 0 | 72 | 60 | 4 | 535 | 127 | 104 |
| Binary | 11110100 | 1100110 | 1111111 | 0 | 111010 | 110000 | 100 | 101011101 | 1010111 | 1000100 |
Color Harmonies of #F4667F
Complementary color
Monochromatic Colors of #F4667F
Black with #F4667F
Text Example
Text Example
White with #F4667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4667F; }
p { color: rgb(244,102,127); }
H1.HeaderClassName
{
color: #F4667F;
}
.AnyTagClassName
{
color: #F4667F;
}
</style>
background-color css
<style>
a { background-color: #F4667F; }
a { background-color: rgb(244,102,127); }
div.DivClassName
{
background-color: #F4667F;
}
.BgClassName
{
background-color: #F4667F;
}
</style>
border-color css
<style>
span { border-color: #F4667F; }
span { border-color: rgb(244,102,127); }
td.TdClassName
{
border-color: #F4667F;
}
.TagClassName
{
border-color: #F4667F;
}
</style>