Shades of Brink Pink #F4647F
Tints of Brink Pink #F4647F
RGB
CMYK
RGB Variations
Color information
#F4647F (or 0xF4647F) is known color: Brink Pink. HEX triplet: F4, 64 and 7F. RGB value is (244,100,127). Sum of RGB (Red+Green+Blue) = 244+100+127=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4647F is #0B9B80. Grayscale: #929292. Windows color (decimal): -760705 or 8348916. OLE color: 8348916.
HSL color Cylindrical-coordinate representation of color #F4647F: hue angle of 348.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4647F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 127 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.04 |
| HSL | 348.75º | 0.87% | 0.67% | - |
| HSV(B) | 348.75º | 0.59% | 0.96% | - |
| XYZ | 45.7 | 29.88 | 23.44 | - |
| YUV | 146.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 127 | 0 | 0.59 | 0.48 | 0.04 | 348.75 | 0.87 | 0.67 |
| Hex | F4 | 64 | 7F | 0 | 3B | 30 | 4 | 15D | 57 | 43 |
| Octal | 364 | 144 | 177 | 0 | 73 | 60 | 4 | 535 | 127 | 103 |
| Binary | 11110100 | 1100100 | 1111111 | 0 | 111011 | 110000 | 100 | 101011101 | 1010111 | 1000011 |
Color Harmonies of #F4647F
Complementary color
Monochromatic Colors of #F4647F
Black with #F4647F
Text Example
Text Example
White with #F4647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4647F; }
p { color: rgb(244,100,127); }
H1.HeaderClassName
{
color: #F4647F;
}
.AnyTagClassName
{
color: #F4647F;
}
</style>
background-color css
<style>
a { background-color: #F4647F; }
a { background-color: rgb(244,100,127); }
div.DivClassName
{
background-color: #F4647F;
}
.BgClassName
{
background-color: #F4647F;
}
</style>
border-color css
<style>
span { border-color: #F4647F; }
span { border-color: rgb(244,100,127); }
td.TdClassName
{
border-color: #F4647F;
}
.TagClassName
{
border-color: #F4647F;
}
</style>