Shades of Brink Pink #FF6485
Tints of Brink Pink #FF6485
RGB
CMYK
RGB Variations
Color information
#FF6485 (or 0xFF6485) is known color: Brink Pink. HEX triplet: FF, 64 and 85. RGB value is (255,100,133). Sum of RGB (Red+Green+Blue) = 255+100+133=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6485 is #009B7A. Grayscale: #969696. Windows color (decimal): -39803 or 8742143. OLE color: 8742143.
HSL color Cylindrical-coordinate representation of color #FF6485: hue angle of 347.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6485 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 133 | - |
| CMYK | 0 | 0.61 | 0.48 | 0 |
| HSL | 347.23º | 1% | 0.7% | - |
| HSV(B) | 347.23º | 0.61% | 1% | - |
| XYZ | 50.03 | 32.07 | 25.74 | - |
| YUV | 150.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 133 | 0 | 0.61 | 0.48 | 0 | 347.23 | 1 | 0.7 |
| Hex | FF | 64 | 85 | 0 | 3D | 30 | 0 | 15B | 64 | 46 |
| Octal | 377 | 144 | 205 | 0 | 75 | 60 | 0 | 533 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10000101 | 0 | 111101 | 110000 | 0 | 101011011 | 1100100 | 1000110 |
Color Harmonies of #FF6485
Complementary color
Monochromatic Colors of #FF6485
Black with #FF6485
Text Example
Text Example
White with #FF6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6485; }
p { color: rgb(255,100,133); }
H1.HeaderClassName
{
color: #FF6485;
}
.AnyTagClassName
{
color: #FF6485;
}
</style>
background-color css
<style>
a { background-color: #FF6485; }
a { background-color: rgb(255,100,133); }
div.DivClassName
{
background-color: #FF6485;
}
.BgClassName
{
background-color: #FF6485;
}
</style>
border-color css
<style>
span { border-color: #FF6485; }
span { border-color: rgb(255,100,133); }
td.TdClassName
{
border-color: #FF6485;
}
.TagClassName
{
border-color: #FF6485;
}
</style>