Shades of Brink Pink #FF6382
Tints of Brink Pink #FF6382
RGB
CMYK
RGB Variations
Color information
#FF6382 (or 0xFF6382) is known color: Brink Pink. HEX triplet: FF, 63 and 82. RGB value is (255,99,130). Sum of RGB (Red+Green+Blue) = 255+99+130=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6382 is #009C7D. Grayscale: #959595. Windows color (decimal): -40062 or 8545279. OLE color: 8545279.
HSL color Cylindrical-coordinate representation of color #FF6382: hue angle of 348.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6382 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 130 | - |
| CMYK | 0 | 0.61 | 0.49 | 0 |
| HSL | 348.08º | 1% | 0.69% | - |
| HSV(B) | 348.08º | 0.61% | 1% | - |
| XYZ | 49.73 | 31.8 | 24.64 | - |
| YUV | 149.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 130 | 0 | 0.61 | 0.49 | 0 | 348.08 | 1 | 0.69 |
| Hex | FF | 63 | 82 | 0 | 3D | 31 | 0 | 15C | 64 | 45 |
| Octal | 377 | 143 | 202 | 0 | 75 | 61 | 0 | 534 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10000010 | 0 | 111101 | 110001 | 0 | 101011100 | 1100100 | 1000101 |
Color Harmonies of #FF6382
Complementary color
Monochromatic Colors of #FF6382
Black with #FF6382
Text Example
Text Example
White with #FF6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6382; }
p { color: rgb(255,99,130); }
H1.HeaderClassName
{
color: #FF6382;
}
.AnyTagClassName
{
color: #FF6382;
}
</style>
background-color css
<style>
a { background-color: #FF6382; }
a { background-color: rgb(255,99,130); }
div.DivClassName
{
background-color: #FF6382;
}
.BgClassName
{
background-color: #FF6382;
}
</style>
border-color css
<style>
span { border-color: #FF6382; }
span { border-color: rgb(255,99,130); }
td.TdClassName
{
border-color: #FF6382;
}
.TagClassName
{
border-color: #FF6382;
}
</style>