Shades of Brink Pink #F2647F
Tints of Brink Pink #F2647F
RGB
CMYK
RGB Variations
Color information
#F2647F (or 0xF2647F) is known color: Brink Pink. HEX triplet: F2, 64 and 7F. RGB value is (242,100,127). Sum of RGB (Red+Green+Blue) = 242+100+127=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2647F is #0D9B80. Grayscale: #919191. Windows color (decimal): -891777 or 8348914. OLE color: 8348914.
HSL color Cylindrical-coordinate representation of color #F2647F: hue angle of 348.59º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2647F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 127 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.05 |
| HSL | 348.59º | 0.85% | 0.67% | - |
| HSV(B) | 348.59º | 0.59% | 0.95% | - |
| XYZ | 45.01 | 29.52 | 23.41 | - |
| YUV | 145.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 127 | 0 | 0.59 | 0.48 | 0.05 | 348.59 | 0.85 | 0.67 |
| Hex | F2 | 64 | 7F | 0 | 3B | 30 | 5 | 15D | 55 | 43 |
| Octal | 362 | 144 | 177 | 0 | 73 | 60 | 5 | 535 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1111111 | 0 | 111011 | 110000 | 101 | 101011101 | 1010101 | 1000011 |
Color Harmonies of #F2647F
Complementary color
Monochromatic Colors of #F2647F
Black with #F2647F
Text Example
Text Example
White with #F2647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2647F; }
p { color: rgb(242,100,127); }
H1.HeaderClassName
{
color: #F2647F;
}
.AnyTagClassName
{
color: #F2647F;
}
</style>
background-color css
<style>
a { background-color: #F2647F; }
a { background-color: rgb(242,100,127); }
div.DivClassName
{
background-color: #F2647F;
}
.BgClassName
{
background-color: #F2647F;
}
</style>
border-color css
<style>
span { border-color: #F2647F; }
span { border-color: rgb(242,100,127); }
td.TdClassName
{
border-color: #F2647F;
}
.TagClassName
{
border-color: #F2647F;
}
</style>