Shades of Brink Pink #FF6795
Tints of Brink Pink #FF6795
RGB
CMYK
RGB Variations
Color information
#FF6795 (or 0xFF6795) is known color: Brink Pink. HEX triplet: FF, 67 and 95. RGB value is (255,103,149). Sum of RGB (Red+Green+Blue) = 255+103+149=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6795 is #00986A. Grayscale: #999999. Windows color (decimal): -39019 or 9791487. OLE color: 9791487.
HSL color Cylindrical-coordinate representation of color #FF6795: hue angle of 341.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6795 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 149 | - |
| CMYK | 0 | 0.60 | 0.42 | 0 |
| HSL | 341.84º | 1% | 0.7% | - |
| HSV(B) | 341.84º | 0.6% | 1% | - |
| XYZ | 51.52 | 33.13 | 32.11 | - |
| YUV | 153.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 149 | 0 | 0.60 | 0.42 | 0 | 341.84 | 1 | 0.7 |
| Hex | FF | 67 | 95 | 0 | 3C | 2A | 0 | 156 | 64 | 46 |
| Octal | 377 | 147 | 225 | 0 | 74 | 52 | 0 | 526 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10010101 | 0 | 111100 | 101010 | 0 | 101010110 | 1100100 | 1000110 |
Color Harmonies of #FF6795
Complementary color
Monochromatic Colors of #FF6795
Black with #FF6795
Text Example
Text Example
White with #FF6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6795; }
p { color: rgb(255,103,149); }
H1.HeaderClassName
{
color: #FF6795;
}
.AnyTagClassName
{
color: #FF6795;
}
</style>
background-color css
<style>
a { background-color: #FF6795; }
a { background-color: rgb(255,103,149); }
div.DivClassName
{
background-color: #FF6795;
}
.BgClassName
{
background-color: #FF6795;
}
</style>
border-color css
<style>
span { border-color: #FF6795; }
span { border-color: rgb(255,103,149); }
td.TdClassName
{
border-color: #FF6795;
}
.TagClassName
{
border-color: #FF6795;
}
</style>