Shades of Brink Pink #FE707B
Tints of Brink Pink #FE707B
RGB
CMYK
RGB Variations
Color information
#FE707B (or 0xFE707B) is known color: Brink Pink. HEX triplet: FE, 70 and 7B. RGB value is (254,112,123). Sum of RGB (Red+Green+Blue) = 254+112+123=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707B is #018F84. Grayscale: #9B9B9B. Windows color (decimal): -102277 or 8089854. OLE color: 8089854.
HSL color Cylindrical-coordinate representation of color #FE707B: hue angle of 355.35º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE707B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 123 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.00 |
| HSL | 355.35º | 0.99% | 0.72% | - |
| HSV(B) | 355.35º | 0.56% | 1% | - |
| XYZ | 50.24 | 34.09 | 22.67 | - |
| YUV | 155.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 123 | 0 | 0.56 | 0.52 | 0.00 | 355.35 | 0.99 | 0.72 |
| Hex | FE | 70 | 7B | 0 | 38 | 34 | 0 | 163 | 63 | 48 |
| Octal | 376 | 160 | 173 | 0 | 70 | 64 | 0 | 543 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1111011 | 0 | 111000 | 110100 | 0 | 101100011 | 1100011 | 1001000 |
Color Harmonies of #FE707B
Complementary color
Monochromatic Colors of #FE707B
Black with #FE707B
Text Example
Text Example
White with #FE707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE707B; }
p { color: rgb(254,112,123); }
H1.HeaderClassName
{
color: #FE707B;
}
.AnyTagClassName
{
color: #FE707B;
}
</style>
background-color css
<style>
a { background-color: #FE707B; }
a { background-color: rgb(254,112,123); }
div.DivClassName
{
background-color: #FE707B;
}
.BgClassName
{
background-color: #FE707B;
}
</style>
border-color css
<style>
span { border-color: #FE707B; }
span { border-color: rgb(254,112,123); }
td.TdClassName
{
border-color: #FE707B;
}
.TagClassName
{
border-color: #FE707B;
}
</style>