Shades of Brink Pink #FC738A
Tints of Brink Pink #FC738A
RGB
CMYK
RGB Variations
Color information
#FC738A (or 0xFC738A) is known color: Brink Pink. HEX triplet: FC, 73 and 8A. RGB value is (252,115,138). Sum of RGB (Red+Green+Blue) = 252+115+138=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738A is #038C75. Grayscale: #9E9E9E. Windows color (decimal): -232566 or 9073660. OLE color: 9073660.
HSL color Cylindrical-coordinate representation of color #FC738A: hue angle of 349.93º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC738A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 138 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.01 |
| HSL | 349.93º | 0.96% | 0.72% | - |
| HSV(B) | 349.93º | 0.54% | 0.99% | - |
| XYZ | 50.86 | 34.79 | 28.08 | - |
| YUV | 158.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 138 | 0 | 0.54 | 0.45 | 0.01 | 349.93 | 0.96 | 0.72 |
| Hex | FC | 73 | 8A | 0 | 36 | 2D | 1 | 15E | 60 | 48 |
| Octal | 374 | 163 | 212 | 0 | 66 | 55 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10001010 | 0 | 110110 | 101101 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC738A
Complementary color
Monochromatic Colors of #FC738A
Black with #FC738A
Text Example
Text Example
White with #FC738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC738A; }
p { color: rgb(252,115,138); }
H1.HeaderClassName
{
color: #FC738A;
}
.AnyTagClassName
{
color: #FC738A;
}
</style>
background-color css
<style>
a { background-color: #FC738A; }
a { background-color: rgb(252,115,138); }
div.DivClassName
{
background-color: #FC738A;
}
.BgClassName
{
background-color: #FC738A;
}
</style>
border-color css
<style>
span { border-color: #FC738A; }
span { border-color: rgb(252,115,138); }
td.TdClassName
{
border-color: #FC738A;
}
.TagClassName
{
border-color: #FC738A;
}
</style>