Shades of Brink Pink #FF6383
Tints of Brink Pink #FF6383
RGB
CMYK
RGB Variations
Color information
#FF6383 (or 0xFF6383) is known color: Brink Pink. HEX triplet: FF, 63 and 83. RGB value is (255,99,131). Sum of RGB (Red+Green+Blue) = 255+99+131=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6383 is #009C7C. Grayscale: #959595. Windows color (decimal): -40061 or 8610815. OLE color: 8610815.
HSL color Cylindrical-coordinate representation of color #FF6383: hue angle of 347.69º 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 #FF6383 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 131 | - |
| CMYK | 0 | 0.61 | 0.49 | 0 |
| HSL | 347.69º | 1% | 0.69% | - |
| HSV(B) | 347.69º | 0.61% | 1% | - |
| XYZ | 49.8 | 31.82 | 24.99 | - |
| YUV | 149.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 131 | 0 | 0.61 | 0.49 | 0 | 347.69 | 1 | 0.69 |
| Hex | FF | 63 | 83 | 0 | 3D | 31 | 0 | 15C | 64 | 45 |
| Octal | 377 | 143 | 203 | 0 | 75 | 61 | 0 | 534 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10000011 | 0 | 111101 | 110001 | 0 | 101011100 | 1100100 | 1000101 |
Color Harmonies of #FF6383
Complementary color
Monochromatic Colors of #FF6383
Black with #FF6383
Text Example
Text Example
White with #FF6383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6383; }
p { color: rgb(255,99,131); }
H1.HeaderClassName
{
color: #FF6383;
}
.AnyTagClassName
{
color: #FF6383;
}
</style>
background-color css
<style>
a { background-color: #FF6383; }
a { background-color: rgb(255,99,131); }
div.DivClassName
{
background-color: #FF6383;
}
.BgClassName
{
background-color: #FF6383;
}
</style>
border-color css
<style>
span { border-color: #FF6383; }
span { border-color: rgb(255,99,131); }
td.TdClassName
{
border-color: #FF6383;
}
.TagClassName
{
border-color: #FF6383;
}
</style>