Shades of Brink Pink #FB738A
Tints of Brink Pink #FB738A
RGB
CMYK
RGB Variations
Color information
#FB738A (or 0xFB738A) is known color: Brink Pink. HEX triplet: FB, 73 and 8A. RGB value is (251,115,138). Sum of RGB (Red+Green+Blue) = 251+115+138=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB738A is #048C75. Grayscale: #9E9E9E. Windows color (decimal): -298102 or 9073659. OLE color: 9073659.
HSL color Cylindrical-coordinate representation of color #FB738A: hue angle of 349.85º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB738A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 138 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.02 |
| HSL | 349.85º | 0.94% | 0.72% | - |
| HSV(B) | 349.85º | 0.54% | 0.98% | - |
| XYZ | 50.5 | 34.61 | 28.06 | - |
| YUV | 158.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 138 | 0 | 0.54 | 0.45 | 0.02 | 349.85 | 0.94 | 0.72 |
| Hex | FB | 73 | 8A | 0 | 36 | 2D | 2 | 15E | 5E | 48 |
| Octal | 373 | 163 | 212 | 0 | 66 | 55 | 2 | 536 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10001010 | 0 | 110110 | 101101 | 10 | 101011110 | 1011110 | 1001000 |
Color Harmonies of #FB738A
Complementary color
Monochromatic Colors of #FB738A
Black with #FB738A
Text Example
Text Example
White with #FB738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB738A; }
p { color: rgb(251,115,138); }
H1.HeaderClassName
{
color: #FB738A;
}
.AnyTagClassName
{
color: #FB738A;
}
</style>
background-color css
<style>
a { background-color: #FB738A; }
a { background-color: rgb(251,115,138); }
div.DivClassName
{
background-color: #FB738A;
}
.BgClassName
{
background-color: #FB738A;
}
</style>
border-color css
<style>
span { border-color: #FB738A; }
span { border-color: rgb(251,115,138); }
td.TdClassName
{
border-color: #FB738A;
}
.TagClassName
{
border-color: #FB738A;
}
</style>