Shades of Brink Pink #FF738A
Tints of Brink Pink #FF738A
RGB
CMYK
RGB Variations
Color information
#FF738A (or 0xFF738A) is known color: Brink Pink. HEX triplet: FF, 73 and 8A. RGB value is (255,115,138). Sum of RGB (Red+Green+Blue) = 255+115+138=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF738A is #008C75. Grayscale: #9F9F9F. Windows color (decimal): -35958 or 9073663. OLE color: 9073663.
HSL color Cylindrical-coordinate representation of color #FF738A: hue angle of 350.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF738A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 138 | - |
| CMYK | 0 | 0.55 | 0.46 | 0 |
| HSL | 350.14º | 1% | 0.73% | - |
| HSV(B) | 350.14º | 0.55% | 1% | - |
| XYZ | 51.96 | 35.36 | 28.13 | - |
| YUV | 159.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 138 | 0 | 0.55 | 0.46 | 0 | 350.14 | 1 | 0.73 |
| Hex | FF | 73 | 8A | 0 | 37 | 2E | 0 | 15E | 64 | 49 |
| Octal | 377 | 163 | 212 | 0 | 67 | 56 | 0 | 536 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10001010 | 0 | 110111 | 101110 | 0 | 101011110 | 1100100 | 1001001 |
Color Harmonies of #FF738A
Complementary color
Monochromatic Colors of #FF738A
Black with #FF738A
Text Example
Text Example
White with #FF738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF738A; }
p { color: rgb(255,115,138); }
H1.HeaderClassName
{
color: #FF738A;
}
.AnyTagClassName
{
color: #FF738A;
}
</style>
background-color css
<style>
a { background-color: #FF738A; }
a { background-color: rgb(255,115,138); }
div.DivClassName
{
background-color: #FF738A;
}
.BgClassName
{
background-color: #FF738A;
}
</style>
border-color css
<style>
span { border-color: #FF738A; }
span { border-color: rgb(255,115,138); }
td.TdClassName
{
border-color: #FF738A;
}
.TagClassName
{
border-color: #FF738A;
}
</style>