Shades of Brink Pink #FF758A
Tints of Brink Pink #FF758A
RGB
CMYK
RGB Variations
Color information
#FF758A (or 0xFF758A) is known color: Brink Pink. HEX triplet: FF, 75 and 8A. RGB value is (255,117,138). Sum of RGB (Red+Green+Blue) = 255+117+138=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758A is #008A75. Grayscale: #A0A0A0. Windows color (decimal): -35446 or 9074175. OLE color: 9074175.
HSL color Cylindrical-coordinate representation of color #FF758A: hue angle of 350.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF758A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 138 | - |
| CMYK | 0 | 0.54 | 0.46 | 0 |
| HSL | 350.87º | 1% | 0.73% | - |
| HSV(B) | 350.87º | 0.54% | 1% | - |
| XYZ | 52.19 | 35.82 | 28.21 | - |
| YUV | 160.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 138 | 0 | 0.54 | 0.46 | 0 | 350.87 | 1 | 0.73 |
| Hex | FF | 75 | 8A | 0 | 36 | 2E | 0 | 15F | 64 | 49 |
| Octal | 377 | 165 | 212 | 0 | 66 | 56 | 0 | 537 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10001010 | 0 | 110110 | 101110 | 0 | 101011111 | 1100100 | 1001001 |
Color Harmonies of #FF758A
Complementary color
Monochromatic Colors of #FF758A
Black with #FF758A
Text Example
Text Example
White with #FF758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF758A; }
p { color: rgb(255,117,138); }
H1.HeaderClassName
{
color: #FF758A;
}
.AnyTagClassName
{
color: #FF758A;
}
</style>
background-color css
<style>
a { background-color: #FF758A; }
a { background-color: rgb(255,117,138); }
div.DivClassName
{
background-color: #FF758A;
}
.BgClassName
{
background-color: #FF758A;
}
</style>
border-color css
<style>
span { border-color: #FF758A; }
span { border-color: rgb(255,117,138); }
td.TdClassName
{
border-color: #FF758A;
}
.TagClassName
{
border-color: #FF758A;
}
</style>