Shades of Brink Pink #FB668F
Tints of Brink Pink #FB668F
RGB
CMYK
RGB Variations
Color information
#FB668F (or 0xFB668F) is known color: Brink Pink. HEX triplet: FB, 66 and 8F. RGB value is (251,102,143). Sum of RGB (Red+Green+Blue) = 251+102+143=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB668F is #049970. Grayscale: #979797. Windows color (decimal): -301425 or 9398011. OLE color: 9398011.
HSL color Cylindrical-coordinate representation of color #FB668F: hue angle of 343.49º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB668F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 143 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.02 |
| HSL | 343.49º | 0.95% | 0.69% | - |
| HSV(B) | 343.49º | 0.59% | 0.98% | - |
| XYZ | 49.49 | 32 | 29.55 | - |
| YUV | 151.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 143 | 0 | 0.59 | 0.43 | 0.02 | 343.49 | 0.95 | 0.69 |
| Hex | FB | 66 | 8F | 0 | 3B | 2B | 2 | 157 | 5F | 45 |
| Octal | 373 | 146 | 217 | 0 | 73 | 53 | 2 | 527 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10001111 | 0 | 111011 | 101011 | 10 | 101010111 | 1011111 | 1000101 |
Color Harmonies of #FB668F
Complementary color
Monochromatic Colors of #FB668F
Black with #FB668F
Text Example
Text Example
White with #FB668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB668F; }
p { color: rgb(251,102,143); }
H1.HeaderClassName
{
color: #FB668F;
}
.AnyTagClassName
{
color: #FB668F;
}
</style>
background-color css
<style>
a { background-color: #FB668F; }
a { background-color: rgb(251,102,143); }
div.DivClassName
{
background-color: #FB668F;
}
.BgClassName
{
background-color: #FB668F;
}
</style>
border-color css
<style>
span { border-color: #FB668F; }
span { border-color: rgb(251,102,143); }
td.TdClassName
{
border-color: #FB668F;
}
.TagClassName
{
border-color: #FB668F;
}
</style>