Shades of Brink Pink #FF6393
Tints of Brink Pink #FF6393
RGB
CMYK
RGB Variations
Color information
#FF6393 (or 0xFF6393) is known color: Brink Pink. HEX triplet: FF, 63 and 93. RGB value is (255,99,147). Sum of RGB (Red+Green+Blue) = 255+99+147=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6393 is #009C6C. Grayscale: #979797. Windows color (decimal): -40045 or 9659391. OLE color: 9659391.
HSL color Cylindrical-coordinate representation of color #FF6393: hue angle of 341.54º 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 #FF6393 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 147 | - |
| CMYK | 0 | 0.61 | 0.42 | 0 |
| HSL | 341.54º | 1% | 0.69% | - |
| HSV(B) | 341.54º | 0.61% | 1% | - |
| XYZ | 50.97 | 32.29 | 31.15 | - |
| YUV | 151.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 147 | 0 | 0.61 | 0.42 | 0 | 341.54 | 1 | 0.69 |
| Hex | FF | 63 | 93 | 0 | 3D | 2A | 0 | 156 | 64 | 45 |
| Octal | 377 | 143 | 223 | 0 | 75 | 52 | 0 | 526 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10010011 | 0 | 111101 | 101010 | 0 | 101010110 | 1100100 | 1000101 |
Color Harmonies of #FF6393
Complementary color
Monochromatic Colors of #FF6393
Black with #FF6393
Text Example
Text Example
White with #FF6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6393; }
p { color: rgb(255,99,147); }
H1.HeaderClassName
{
color: #FF6393;
}
.AnyTagClassName
{
color: #FF6393;
}
</style>
background-color css
<style>
a { background-color: #FF6393; }
a { background-color: rgb(255,99,147); }
div.DivClassName
{
background-color: #FF6393;
}
.BgClassName
{
background-color: #FF6393;
}
</style>
border-color css
<style>
span { border-color: #FF6393; }
span { border-color: rgb(255,99,147); }
td.TdClassName
{
border-color: #FF6393;
}
.TagClassName
{
border-color: #FF6393;
}
</style>