Shades of Brink Pink #FB6C7D
Tints of Brink Pink #FB6C7D
RGB
CMYK
RGB Variations
Color information
#FB6C7D (or 0xFB6C7D) is known color: Brink Pink. HEX triplet: FB, 6C and 7D. RGB value is (251,108,125). Sum of RGB (Red+Green+Blue) = 251+108+125=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C7D is #049382. Grayscale: #989898. Windows color (decimal): -299907 or 8219899. OLE color: 8219899.
HSL color Cylindrical-coordinate representation of color #FB6C7D: hue angle of 352.87º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6C7D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 125 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.02 |
| HSL | 352.87º | 0.95% | 0.7% | - |
| HSV(B) | 352.87º | 0.57% | 0.98% | - |
| XYZ | 48.85 | 32.72 | 23.14 | - |
| YUV | 152.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 125 | 0 | 0.57 | 0.50 | 0.02 | 352.87 | 0.95 | 0.7 |
| Hex | FB | 6C | 7D | 0 | 39 | 32 | 2 | 161 | 5F | 46 |
| Octal | 373 | 154 | 175 | 0 | 71 | 62 | 2 | 541 | 137 | 106 |
| Binary | 11111011 | 1101100 | 1111101 | 0 | 111001 | 110010 | 10 | 101100001 | 1011111 | 1000110 |
Color Harmonies of #FB6C7D
Complementary color
Monochromatic Colors of #FB6C7D
Black with #FB6C7D
Text Example
Text Example
White with #FB6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C7D; }
p { color: rgb(251,108,125); }
H1.HeaderClassName
{
color: #FB6C7D;
}
.AnyTagClassName
{
color: #FB6C7D;
}
</style>
background-color css
<style>
a { background-color: #FB6C7D; }
a { background-color: rgb(251,108,125); }
div.DivClassName
{
background-color: #FB6C7D;
}
.BgClassName
{
background-color: #FB6C7D;
}
</style>
border-color css
<style>
span { border-color: #FB6C7D; }
span { border-color: rgb(251,108,125); }
td.TdClassName
{
border-color: #FB6C7D;
}
.TagClassName
{
border-color: #FB6C7D;
}
</style>