Shades of Brink Pink #FD628B
Tints of Brink Pink #FD628B
RGB
CMYK
RGB Variations
Color information
#FD628B (or 0xFD628B) is known color: Brink Pink. HEX triplet: FD, 62 and 8B. RGB value is (253,98,139). Sum of RGB (Red+Green+Blue) = 253+98+139=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD628B is #029D74. Grayscale: #959595. Windows color (decimal): -171381 or 9134845. OLE color: 9134845.
HSL color Cylindrical-coordinate representation of color #FD628B: hue angle of 344.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD628B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 98 | 139 | - |
CMYK | 0 | 0.61 | 0.45 | 0.01 |
HSL | 344.13º | 0.97% | 0.69% | - |
HSV(B) | 344.13º | 0.61% | 0.99% | - |
XYZ | 49.54 | 31.48 | 27.89 | - |
YUV | 149.02 | 122.35 | 202.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 98 | 139 | 0 | 0.61 | 0.45 | 0.01 | 344.13 | 0.97 | 0.69 |
Hex | FD | 62 | 8B | 0 | 3D | 2D | 1 | 158 | 61 | 45 |
Octal | 375 | 142 | 213 | 0 | 75 | 55 | 1 | 530 | 141 | 105 |
Binary | 11111101 | 1100010 | 10001011 | 0 | 111101 | 101101 | 1 | 101011000 | 1100001 | 1000101 |
Color Harmonies of #FD628B
Complementary color
Monochromatic Colors of #FD628B
Black with #FD628B
Text Example
Text Example
White with #FD628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD628B; }
p { color: rgb(253,98,139); }
H1.HeaderClassName
{
color: #FD628B;
}
.AnyTagClassName
{
color: #FD628B;
}
</style>
background-color css
<style>
a { background-color: #FD628B; }
a { background-color: rgb(253,98,139); }
div.DivClassName
{
background-color: #FD628B;
}
.BgClassName
{
background-color: #FD628B;
}
</style>
border-color css
<style>
span { border-color: #FD628B; }
span { border-color: rgb(253,98,139); }
td.TdClassName
{
border-color: #FD628B;
}
.TagClassName
{
border-color: #FD628B;
}
</style>