Shades of Brink Pink #FF738C
Tints of Brink Pink #FF738C
RGB
CMYK
RGB Variations
Color information
#FF738C (or 0xFF738C) is known color: Brink Pink. HEX triplet: FF, 73 and 8C. RGB value is (255,115,140). Sum of RGB (Red+Green+Blue) = 255+115+140=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF738C is #008C73. Grayscale: #9F9F9F. Windows color (decimal): -35956 or 9204735. OLE color: 9204735.
HSL color Cylindrical-coordinate representation of color #FF738C: hue angle of 349.29º 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 #FF738C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 140 | - |
| CMYK | 0 | 0.55 | 0.45 | 0 |
| HSL | 349.29º | 1% | 0.73% | - |
| HSV(B) | 349.29º | 0.55% | 1% | - |
| XYZ | 52.1 | 35.41 | 28.9 | - |
| YUV | 159.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 140 | 0 | 0.55 | 0.45 | 0 | 349.29 | 1 | 0.73 |
| Hex | FF | 73 | 8C | 0 | 37 | 2D | 0 | 15D | 64 | 49 |
| Octal | 377 | 163 | 214 | 0 | 67 | 55 | 0 | 535 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10001100 | 0 | 110111 | 101101 | 0 | 101011101 | 1100100 | 1001001 |
Color Harmonies of #FF738C
Complementary color
Monochromatic Colors of #FF738C
Black with #FF738C
Text Example
Text Example
White with #FF738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF738C; }
p { color: rgb(255,115,140); }
H1.HeaderClassName
{
color: #FF738C;
}
.AnyTagClassName
{
color: #FF738C;
}
</style>
background-color css
<style>
a { background-color: #FF738C; }
a { background-color: rgb(255,115,140); }
div.DivClassName
{
background-color: #FF738C;
}
.BgClassName
{
background-color: #FF738C;
}
</style>
border-color css
<style>
span { border-color: #FF738C; }
span { border-color: rgb(255,115,140); }
td.TdClassName
{
border-color: #FF738C;
}
.TagClassName
{
border-color: #FF738C;
}
</style>