Shades of Brink Pink #FC748A
Tints of Brink Pink #FC748A
RGB
CMYK
RGB Variations
Color information
#FC748A (or 0xFC748A) is known color: Brink Pink. HEX triplet: FC, 74 and 8A. RGB value is (252,116,138). Sum of RGB (Red+Green+Blue) = 252+116+138=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC748A is #038B75. Grayscale: #9F9F9F. Windows color (decimal): -232310 or 9073916. OLE color: 9073916.
HSL color Cylindrical-coordinate representation of color #FC748A: hue angle of 350.29º 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 #FC748A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 138 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.01 |
| HSL | 350.29º | 0.96% | 0.72% | - |
| HSV(B) | 350.29º | 0.54% | 0.99% | - |
| XYZ | 50.98 | 35.02 | 28.12 | - |
| YUV | 159.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 138 | 0 | 0.54 | 0.45 | 0.01 | 350.29 | 0.96 | 0.72 |
| Hex | FC | 74 | 8A | 0 | 36 | 2D | 1 | 15E | 60 | 48 |
| Octal | 374 | 164 | 212 | 0 | 66 | 55 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10001010 | 0 | 110110 | 101101 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC748A
Complementary color
Monochromatic Colors of #FC748A
Black with #FC748A
Text Example
Text Example
White with #FC748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC748A; }
p { color: rgb(252,116,138); }
H1.HeaderClassName
{
color: #FC748A;
}
.AnyTagClassName
{
color: #FC748A;
}
</style>
background-color css
<style>
a { background-color: #FC748A; }
a { background-color: rgb(252,116,138); }
div.DivClassName
{
background-color: #FC748A;
}
.BgClassName
{
background-color: #FC748A;
}
</style>
border-color css
<style>
span { border-color: #FC748A; }
span { border-color: rgb(252,116,138); }
td.TdClassName
{
border-color: #FC748A;
}
.TagClassName
{
border-color: #FC748A;
}
</style>