Shades of Brink Pink #FF6394
Tints of Brink Pink #FF6394
RGB
CMYK
RGB Variations
Color information
#FF6394 (or 0xFF6394) is known color: Brink Pink. HEX triplet: FF, 63 and 94. RGB value is (255,99,148). Sum of RGB (Red+Green+Blue) = 255+99+148=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6394 is #009C6B. Grayscale: #979797. Windows color (decimal): -40044 or 9724927. OLE color: 9724927.
HSL color Cylindrical-coordinate representation of color #FF6394: hue angle of 341.15º 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 #FF6394 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 148 | - |
| CMYK | 0 | 0.61 | 0.42 | 0 |
| HSL | 341.15º | 1% | 0.69% | - |
| HSV(B) | 341.15º | 0.61% | 1% | - |
| XYZ | 51.05 | 32.32 | 31.57 | - |
| YUV | 151.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 148 | 0 | 0.61 | 0.42 | 0 | 341.15 | 1 | 0.69 |
| Hex | FF | 63 | 94 | 0 | 3D | 2A | 0 | 155 | 64 | 45 |
| Octal | 377 | 143 | 224 | 0 | 75 | 52 | 0 | 525 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10010100 | 0 | 111101 | 101010 | 0 | 101010101 | 1100100 | 1000101 |
Color Harmonies of #FF6394
Complementary color
Monochromatic Colors of #FF6394
Black with #FF6394
Text Example
Text Example
White with #FF6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6394; }
p { color: rgb(255,99,148); }
H1.HeaderClassName
{
color: #FF6394;
}
.AnyTagClassName
{
color: #FF6394;
}
</style>
background-color css
<style>
a { background-color: #FF6394; }
a { background-color: rgb(255,99,148); }
div.DivClassName
{
background-color: #FF6394;
}
.BgClassName
{
background-color: #FF6394;
}
</style>
border-color css
<style>
span { border-color: #FF6394; }
span { border-color: rgb(255,99,148); }
td.TdClassName
{
border-color: #FF6394;
}
.TagClassName
{
border-color: #FF6394;
}
</style>