Shades of Brink Pink #FF6282
Tints of Brink Pink #FF6282
RGB
CMYK
RGB Variations
Color information
#FF6282 (or 0xFF6282) is known color: Brink Pink. HEX triplet: FF, 62 and 82. RGB value is (255,98,130). Sum of RGB (Red+Green+Blue) = 255+98+130=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6282 is #009D7D. Grayscale: #949494. Windows color (decimal): -40318 or 8545023. OLE color: 8545023.
HSL color Cylindrical-coordinate representation of color #FF6282: hue angle of 347.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6282 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 130 | - |
| CMYK | 0 | 0.62 | 0.49 | 0 |
| HSL | 347.77º | 1% | 0.69% | - |
| HSV(B) | 347.77º | 0.62% | 1% | - |
| XYZ | 49.64 | 31.61 | 24.6 | - |
| YUV | 148.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 130 | 0 | 0.62 | 0.49 | 0 | 347.77 | 1 | 0.69 |
| Hex | FF | 62 | 82 | 0 | 3E | 31 | 0 | 15C | 64 | 45 |
| Octal | 377 | 142 | 202 | 0 | 76 | 61 | 0 | 534 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10000010 | 0 | 111110 | 110001 | 0 | 101011100 | 1100100 | 1000101 |
Color Harmonies of #FF6282
Complementary color
Monochromatic Colors of #FF6282
Black with #FF6282
Text Example
Text Example
White with #FF6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6282; }
p { color: rgb(255,98,130); }
H1.HeaderClassName
{
color: #FF6282;
}
.AnyTagClassName
{
color: #FF6282;
}
</style>
background-color css
<style>
a { background-color: #FF6282; }
a { background-color: rgb(255,98,130); }
div.DivClassName
{
background-color: #FF6282;
}
.BgClassName
{
background-color: #FF6282;
}
</style>
border-color css
<style>
span { border-color: #FF6282; }
span { border-color: rgb(255,98,130); }
td.TdClassName
{
border-color: #FF6282;
}
.TagClassName
{
border-color: #FF6282;
}
</style>