Shades of Brink Pink #FF6193
Tints of Brink Pink #FF6193
RGB
CMYK
RGB Variations
Color information
#FF6193 (or 0xFF6193) is known color: Brink Pink. HEX triplet: FF, 61 and 93. RGB value is (255,97,147). Sum of RGB (Red+Green+Blue) = 255+97+147=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6193 is #009E6C. Grayscale: #959595. Windows color (decimal): -40557 or 9658879. OLE color: 9658879.
HSL color Cylindrical-coordinate representation of color #FF6193: hue angle of 341.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6193 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 147 | - |
| CMYK | 0 | 0.62 | 0.42 | 0 |
| HSL | 341.01º | 1% | 0.69% | - |
| HSV(B) | 341.01º | 0.62% | 1% | - |
| XYZ | 50.78 | 31.92 | 31.09 | - |
| YUV | 149.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 147 | 0 | 0.62 | 0.42 | 0 | 341.01 | 1 | 0.69 |
| Hex | FF | 61 | 93 | 0 | 3E | 2A | 0 | 155 | 64 | 45 |
| Octal | 377 | 141 | 223 | 0 | 76 | 52 | 0 | 525 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10010011 | 0 | 111110 | 101010 | 0 | 101010101 | 1100100 | 1000101 |
Color Harmonies of #FF6193
Complementary color
Monochromatic Colors of #FF6193
Black with #FF6193
Text Example
Text Example
White with #FF6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6193; }
p { color: rgb(255,97,147); }
H1.HeaderClassName
{
color: #FF6193;
}
.AnyTagClassName
{
color: #FF6193;
}
</style>
background-color css
<style>
a { background-color: #FF6193; }
a { background-color: rgb(255,97,147); }
div.DivClassName
{
background-color: #FF6193;
}
.BgClassName
{
background-color: #FF6193;
}
</style>
border-color css
<style>
span { border-color: #FF6193; }
span { border-color: rgb(255,97,147); }
td.TdClassName
{
border-color: #FF6193;
}
.TagClassName
{
border-color: #FF6193;
}
</style>