Shades of Brink Pink #FD6192
Tints of Brink Pink #FD6192
RGB
CMYK
RGB Variations
Color information
#FD6192 (or 0xFD6192) is known color: Brink Pink. HEX triplet: FD, 61 and 92. RGB value is (253,97,146). Sum of RGB (Red+Green+Blue) = 253+97+146=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6192 is #029E6D. Grayscale: #959595. Windows color (decimal): -171630 or 9593341. OLE color: 9593341.
HSL color Cylindrical-coordinate representation of color #FD6192: hue angle of 341.15º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD6192 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 146 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.01 |
| HSL | 341.15º | 0.98% | 0.69% | - |
| HSV(B) | 341.15º | 0.62% | 0.99% | - |
| XYZ | 49.97 | 31.51 | 30.64 | - |
| YUV | 149.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 146 | 0 | 0.62 | 0.42 | 0.01 | 341.15 | 0.98 | 0.69 |
| Hex | FD | 61 | 92 | 0 | 3E | 2A | 1 | 155 | 62 | 45 |
| Octal | 375 | 141 | 222 | 0 | 76 | 52 | 1 | 525 | 142 | 105 |
| Binary | 11111101 | 1100001 | 10010010 | 0 | 111110 | 101010 | 1 | 101010101 | 1100010 | 1000101 |
Color Harmonies of #FD6192
Complementary color
Monochromatic Colors of #FD6192
Black with #FD6192
Text Example
Text Example
White with #FD6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6192; }
p { color: rgb(253,97,146); }
H1.HeaderClassName
{
color: #FD6192;
}
.AnyTagClassName
{
color: #FD6192;
}
</style>
background-color css
<style>
a { background-color: #FD6192; }
a { background-color: rgb(253,97,146); }
div.DivClassName
{
background-color: #FD6192;
}
.BgClassName
{
background-color: #FD6192;
}
</style>
border-color css
<style>
span { border-color: #FD6192; }
span { border-color: rgb(253,97,146); }
td.TdClassName
{
border-color: #FD6192;
}
.TagClassName
{
border-color: #FD6192;
}
</style>