Shades of Brink Pink #F36A7D
Tints of Brink Pink #F36A7D
RGB
CMYK
RGB Variations
Color information
#F36A7D (or 0xF36A7D) is known color: Brink Pink. HEX triplet: F3, 6A and 7D. RGB value is (243,106,125). Sum of RGB (Red+Green+Blue) = 243+106+125=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36A7D is #0C9582. Grayscale: #959595. Windows color (decimal): -824707 or 8219379. OLE color: 8219379.
HSL color Cylindrical-coordinate representation of color #F36A7D: hue angle of 351.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36A7D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 125 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.05 |
| HSL | 351.68º | 0.85% | 0.68% | - |
| HSV(B) | 351.68º | 0.56% | 0.95% | - |
| XYZ | 45.82 | 30.84 | 22.94 | - |
| YUV | 149.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 125 | 0 | 0.56 | 0.49 | 0.05 | 351.68 | 0.85 | 0.68 |
| Hex | F3 | 6A | 7D | 0 | 38 | 31 | 5 | 160 | 55 | 44 |
| Octal | 363 | 152 | 175 | 0 | 70 | 61 | 5 | 540 | 125 | 104 |
| Binary | 11110011 | 1101010 | 1111101 | 0 | 111000 | 110001 | 101 | 101100000 | 1010101 | 1000100 |
Color Harmonies of #F36A7D
Complementary color
Monochromatic Colors of #F36A7D
Black with #F36A7D
Text Example
Text Example
White with #F36A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A7D; }
p { color: rgb(243,106,125); }
H1.HeaderClassName
{
color: #F36A7D;
}
.AnyTagClassName
{
color: #F36A7D;
}
</style>
background-color css
<style>
a { background-color: #F36A7D; }
a { background-color: rgb(243,106,125); }
div.DivClassName
{
background-color: #F36A7D;
}
.BgClassName
{
background-color: #F36A7D;
}
</style>
border-color css
<style>
span { border-color: #F36A7D; }
span { border-color: rgb(243,106,125); }
td.TdClassName
{
border-color: #F36A7D;
}
.TagClassName
{
border-color: #F36A7D;
}
</style>