Shades of Brink Pink #FF6E7E
Tints of Brink Pink #FF6E7E
RGB
CMYK
RGB Variations
Color information
#FF6E7E (or 0xFF6E7E) is known color: Brink Pink. HEX triplet: FF, 6E and 7E. RGB value is (255,110,126). Sum of RGB (Red+Green+Blue) = 255+110+126=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7E is #009181. Grayscale: #9B9B9B. Windows color (decimal): -37250 or 8285951. OLE color: 8285951.
HSL color Cylindrical-coordinate representation of color #FF6E7E: hue angle of 353.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E7E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 110 | 126 | - |
CMYK | 0 | 0.57 | 0.51 | 0 |
HSL | 353.38º | 1% | 0.72% | - |
HSV(B) | 353.38º | 0.57% | 1% | - |
XYZ | 50.58 | 33.92 | 23.62 | - |
YUV | 155.18 | 111.54 | 199.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 110 | 126 | 0 | 0.57 | 0.51 | 0 | 353.38 | 1 | 0.72 |
Hex | FF | 6E | 7E | 0 | 39 | 33 | 0 | 161 | 64 | 48 |
Octal | 377 | 156 | 176 | 0 | 71 | 63 | 0 | 541 | 144 | 110 |
Binary | 11111111 | 1101110 | 1111110 | 0 | 111001 | 110011 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF6E7E
Complementary color
Monochromatic Colors of #FF6E7E
Black with #FF6E7E
Text Example
Text Example
White with #FF6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E7E; }
p { color: rgb(255,110,126); }
H1.HeaderClassName
{
color: #FF6E7E;
}
.AnyTagClassName
{
color: #FF6E7E;
}
</style>
background-color css
<style>
a { background-color: #FF6E7E; }
a { background-color: rgb(255,110,126); }
div.DivClassName
{
background-color: #FF6E7E;
}
.BgClassName
{
background-color: #FF6E7E;
}
</style>
border-color css
<style>
span { border-color: #FF6E7E; }
span { border-color: rgb(255,110,126); }
td.TdClassName
{
border-color: #FF6E7E;
}
.TagClassName
{
border-color: #FF6E7E;
}
</style>