Shades of Brink Pink #F36A7A
Tints of Brink Pink #F36A7A
RGB
CMYK
RGB Variations
Color information
#F36A7A (or 0xF36A7A) is known color: Brink Pink. HEX triplet: F3, 6A and 7A. RGB value is (243,106,122). Sum of RGB (Red+Green+Blue) = 243+106+122=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36A7A is #0C9585. Grayscale: #949494. Windows color (decimal): -824710 or 8022771. OLE color: 8022771.
HSL color Cylindrical-coordinate representation of color #F36A7A: hue angle of 352.99º 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 #F36A7A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 122 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.05 |
| HSL | 352.99º | 0.85% | 0.68% | - |
| HSV(B) | 352.99º | 0.56% | 0.95% | - |
| XYZ | 45.63 | 30.77 | 21.95 | - |
| YUV | 148.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 122 | 0 | 0.56 | 0.50 | 0.05 | 352.99 | 0.85 | 0.68 |
| Hex | F3 | 6A | 7A | 0 | 38 | 32 | 5 | 161 | 55 | 44 |
| Octal | 363 | 152 | 172 | 0 | 70 | 62 | 5 | 541 | 125 | 104 |
| Binary | 11110011 | 1101010 | 1111010 | 0 | 111000 | 110010 | 101 | 101100001 | 1010101 | 1000100 |
Color Harmonies of #F36A7A
Complementary color
Monochromatic Colors of #F36A7A
Black with #F36A7A
Text Example
Text Example
White with #F36A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A7A; }
p { color: rgb(243,106,122); }
H1.HeaderClassName
{
color: #F36A7A;
}
.AnyTagClassName
{
color: #F36A7A;
}
</style>
background-color css
<style>
a { background-color: #F36A7A; }
a { background-color: rgb(243,106,122); }
div.DivClassName
{
background-color: #F36A7A;
}
.BgClassName
{
background-color: #F36A7A;
}
</style>
border-color css
<style>
span { border-color: #F36A7A; }
span { border-color: rgb(243,106,122); }
td.TdClassName
{
border-color: #F36A7A;
}
.TagClassName
{
border-color: #F36A7A;
}
</style>