Shades of Brink Pink #F3577D
Tints of Brink Pink #F3577D
RGB
CMYK
RGB Variations
Color information
#F3577D (or 0xF3577D) is known color: Brink Pink. HEX triplet: F3, 57 and 7D. RGB value is (243,87,125). Sum of RGB (Red+Green+Blue) = 243+87+125=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3577D is #0CA882. Grayscale: #898989. Windows color (decimal): -829571 or 8214515. OLE color: 8214515.
HSL color Cylindrical-coordinate representation of color #F3577D: hue angle of 345.38º 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 #F3577D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 125 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.05 |
| HSL | 345.38º | 0.87% | 0.65% | - |
| HSV(B) | 345.38º | 0.64% | 0.95% | - |
| XYZ | 44.07 | 27.35 | 22.36 | - |
| YUV | 137.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 125 | 0 | 0.64 | 0.49 | 0.05 | 345.38 | 0.87 | 0.65 |
| Hex | F3 | 57 | 7D | 0 | 40 | 31 | 5 | 159 | 57 | 41 |
| Octal | 363 | 127 | 175 | 0 | 100 | 61 | 5 | 531 | 127 | 101 |
| Binary | 11110011 | 1010111 | 1111101 | 0 | 1000000 | 110001 | 101 | 101011001 | 1010111 | 1000001 |
Color Harmonies of #F3577D
Complementary color
Monochromatic Colors of #F3577D
Black with #F3577D
Text Example
Text Example
White with #F3577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3577D; }
p { color: rgb(243,87,125); }
H1.HeaderClassName
{
color: #F3577D;
}
.AnyTagClassName
{
color: #F3577D;
}
</style>
background-color css
<style>
a { background-color: #F3577D; }
a { background-color: rgb(243,87,125); }
div.DivClassName
{
background-color: #F3577D;
}
.BgClassName
{
background-color: #F3577D;
}
</style>
border-color css
<style>
span { border-color: #F3577D; }
span { border-color: rgb(243,87,125); }
td.TdClassName
{
border-color: #F3577D;
}
.TagClassName
{
border-color: #F3577D;
}
</style>