Shades of Brink Pink #FF6A93
Tints of Brink Pink #FF6A93
RGB
CMYK
RGB Variations
Color information
#FF6A93 (or 0xFF6A93) is known color: Brink Pink. HEX triplet: FF, 6A and 93. RGB value is (255,106,147). Sum of RGB (Red+Green+Blue) = 255+106+147=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A93 is #00956C. Grayscale: #9B9B9B. Windows color (decimal): -38253 or 9661183. OLE color: 9661183.
HSL color Cylindrical-coordinate representation of color #FF6A93: hue angle of 343.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6A93 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 147 | - |
| CMYK | 0 | 0.58 | 0.42 | 0 |
| HSL | 343.49º | 1% | 0.71% | - |
| HSV(B) | 343.49º | 0.58% | 1% | - |
| XYZ | 51.66 | 33.67 | 31.38 | - |
| YUV | 155.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 147 | 0 | 0.58 | 0.42 | 0 | 343.49 | 1 | 0.71 |
| Hex | FF | 6A | 93 | 0 | 3A | 2A | 0 | 157 | 64 | 47 |
| Octal | 377 | 152 | 223 | 0 | 72 | 52 | 0 | 527 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10010011 | 0 | 111010 | 101010 | 0 | 101010111 | 1100100 | 1000111 |
Color Harmonies of #FF6A93
Complementary color
Monochromatic Colors of #FF6A93
Black with #FF6A93
Text Example
Text Example
White with #FF6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A93; }
p { color: rgb(255,106,147); }
H1.HeaderClassName
{
color: #FF6A93;
}
.AnyTagClassName
{
color: #FF6A93;
}
</style>
background-color css
<style>
a { background-color: #FF6A93; }
a { background-color: rgb(255,106,147); }
div.DivClassName
{
background-color: #FF6A93;
}
.BgClassName
{
background-color: #FF6A93;
}
</style>
border-color css
<style>
span { border-color: #FF6A93; }
span { border-color: rgb(255,106,147); }
td.TdClassName
{
border-color: #FF6A93;
}
.TagClassName
{
border-color: #FF6A93;
}
</style>