Shades of Brink Pink #FF6284
Tints of Brink Pink #FF6284
RGB
CMYK
RGB Variations
Color information
#FF6284 (or 0xFF6284) is known color: Brink Pink. HEX triplet: FF, 62 and 84. RGB value is (255,98,132). Sum of RGB (Red+Green+Blue) = 255+98+132=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6284 is #009D7B. Grayscale: #949494. Windows color (decimal): -40316 or 8676095. OLE color: 8676095.
HSL color Cylindrical-coordinate representation of color #FF6284: hue angle of 347.01º 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 #FF6284 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 132 | - |
| CMYK | 0 | 0.62 | 0.48 | 0 |
| HSL | 347.01º | 1% | 0.69% | - |
| HSV(B) | 347.01º | 0.62% | 1% | - |
| XYZ | 49.77 | 31.66 | 25.32 | - |
| YUV | 148.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 132 | 0 | 0.62 | 0.48 | 0 | 347.01 | 1 | 0.69 |
| Hex | FF | 62 | 84 | 0 | 3E | 30 | 0 | 15B | 64 | 45 |
| Octal | 377 | 142 | 204 | 0 | 76 | 60 | 0 | 533 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10000100 | 0 | 111110 | 110000 | 0 | 101011011 | 1100100 | 1000101 |
Color Harmonies of #FF6284
Complementary color
Monochromatic Colors of #FF6284
Black with #FF6284
Text Example
Text Example
White with #FF6284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6284; }
p { color: rgb(255,98,132); }
H1.HeaderClassName
{
color: #FF6284;
}
.AnyTagClassName
{
color: #FF6284;
}
</style>
background-color css
<style>
a { background-color: #FF6284; }
a { background-color: rgb(255,98,132); }
div.DivClassName
{
background-color: #FF6284;
}
.BgClassName
{
background-color: #FF6284;
}
</style>
border-color css
<style>
span { border-color: #FF6284; }
span { border-color: rgb(255,98,132); }
td.TdClassName
{
border-color: #FF6284;
}
.TagClassName
{
border-color: #FF6284;
}
</style>