Shades of Brink Pink #F3577E
Tints of Brink Pink #F3577E
RGB
CMYK
RGB Variations
Color information
#F3577E (or 0xF3577E) is known color: Brink Pink. HEX triplet: F3, 57 and 7E. RGB value is (243,87,126). Sum of RGB (Red+Green+Blue) = 243+87+126=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3577E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3577E is #0CA881. Grayscale: #8A8A8A. Windows color (decimal): -829570 or 8280051. OLE color: 8280051.
HSL color Cylindrical-coordinate representation of color #F3577E: hue angle of 345º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3577E is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 126 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.05 |
| HSL | 345º | 0.87% | 0.65% | - |
| HSV(B) | 345º | 0.64% | 0.95% | - |
| XYZ | 44.14 | 27.38 | 22.7 | - |
| YUV | 138.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 126 | 0 | 0.64 | 0.48 | 0.05 | 345 | 0.87 | 0.65 |
| Hex | F3 | 57 | 7E | 0 | 40 | 30 | 5 | 159 | 57 | 41 |
| Octal | 363 | 127 | 176 | 0 | 100 | 60 | 5 | 531 | 127 | 101 |
| Binary | 11110011 | 1010111 | 1111110 | 0 | 1000000 | 110000 | 101 | 101011001 | 1010111 | 1000001 |
Color Harmonies of #F3577E
Complementary color
Monochromatic Colors of #F3577E
Black with #F3577E
Text Example
Text Example
White with #F3577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3577E; }
p { color: rgb(243,87,126); }
H1.HeaderClassName
{
color: #F3577E;
}
.AnyTagClassName
{
color: #F3577E;
}
</style>
background-color css
<style>
a { background-color: #F3577E; }
a { background-color: rgb(243,87,126); }
div.DivClassName
{
background-color: #F3577E;
}
.BgClassName
{
background-color: #F3577E;
}
</style>
border-color css
<style>
span { border-color: #F3577E; }
span { border-color: rgb(243,87,126); }
td.TdClassName
{
border-color: #F3577E;
}
.TagClassName
{
border-color: #F3577E;
}
</style>