Shades of Brink Pink #FF6380
Tints of Brink Pink #FF6380
RGB
CMYK
RGB Variations
Color information
#FF6380 (or 0xFF6380) is known color: Brink Pink. HEX triplet: FF, 63 and 80. RGB value is (255,99,128). Sum of RGB (Red+Green+Blue) = 255+99+128=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6380 is #009C7F. Grayscale: #949494. Windows color (decimal): -40064 or 8414207. OLE color: 8414207.
HSL color Cylindrical-coordinate representation of color #FF6380: hue angle of 348.85º 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 #FF6380 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 128 | - |
| CMYK | 0 | 0.61 | 0.50 | 0 |
| HSL | 348.85º | 1% | 0.69% | - |
| HSV(B) | 348.85º | 0.61% | 1% | - |
| XYZ | 49.6 | 31.74 | 23.93 | - |
| YUV | 148.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 128 | 0 | 0.61 | 0.50 | 0 | 348.85 | 1 | 0.69 |
| Hex | FF | 63 | 80 | 0 | 3D | 32 | 0 | 15D | 64 | 45 |
| Octal | 377 | 143 | 200 | 0 | 75 | 62 | 0 | 535 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10000000 | 0 | 111101 | 110010 | 0 | 101011101 | 1100100 | 1000101 |
Color Harmonies of #FF6380
Complementary color
Monochromatic Colors of #FF6380
Black with #FF6380
Text Example
Text Example
White with #FF6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6380; }
p { color: rgb(255,99,128); }
H1.HeaderClassName
{
color: #FF6380;
}
.AnyTagClassName
{
color: #FF6380;
}
</style>
background-color css
<style>
a { background-color: #FF6380; }
a { background-color: rgb(255,99,128); }
div.DivClassName
{
background-color: #FF6380;
}
.BgClassName
{
background-color: #FF6380;
}
</style>
border-color css
<style>
span { border-color: #FF6380; }
span { border-color: rgb(255,99,128); }
td.TdClassName
{
border-color: #FF6380;
}
.TagClassName
{
border-color: #FF6380;
}
</style>