Shades of Brink Pink #F3647D
Tints of Brink Pink #F3647D
RGB
CMYK
RGB Variations
Color information
#F3647D (or 0xF3647D) is known color: Brink Pink. HEX triplet: F3, 64 and 7D. RGB value is (243,100,125). Sum of RGB (Red+Green+Blue) = 243+100+125=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3647D is #0C9B82. Grayscale: #919191. Windows color (decimal): -826243 or 8217843. OLE color: 8217843.
HSL color Cylindrical-coordinate representation of color #F3647D: hue angle of 349.51º degrees, saturation: 0.86, 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 #F3647D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 125 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.05 |
| HSL | 349.51º | 0.86% | 0.67% | - |
| HSV(B) | 349.51º | 0.59% | 0.95% | - |
| XYZ | 45.22 | 29.65 | 22.74 | - |
| YUV | 145.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 125 | 0 | 0.59 | 0.49 | 0.05 | 349.51 | 0.86 | 0.67 |
| Hex | F3 | 64 | 7D | 0 | 3B | 31 | 5 | 15E | 56 | 43 |
| Octal | 363 | 144 | 175 | 0 | 73 | 61 | 5 | 536 | 126 | 103 |
| Binary | 11110011 | 1100100 | 1111101 | 0 | 111011 | 110001 | 101 | 101011110 | 1010110 | 1000011 |
Color Harmonies of #F3647D
Complementary color
Monochromatic Colors of #F3647D
Black with #F3647D
Text Example
Text Example
White with #F3647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3647D; }
p { color: rgb(243,100,125); }
H1.HeaderClassName
{
color: #F3647D;
}
.AnyTagClassName
{
color: #F3647D;
}
</style>
background-color css
<style>
a { background-color: #F3647D; }
a { background-color: rgb(243,100,125); }
div.DivClassName
{
background-color: #F3647D;
}
.BgClassName
{
background-color: #F3647D;
}
</style>
border-color css
<style>
span { border-color: #F3647D; }
span { border-color: rgb(243,100,125); }
td.TdClassName
{
border-color: #F3647D;
}
.TagClassName
{
border-color: #F3647D;
}
</style>