Shades of Brink Pink #FE707D
Tints of Brink Pink #FE707D
RGB
CMYK
RGB Variations
Color information
#FE707D (or 0xFE707D) is known color: Brink Pink. HEX triplet: FE, 70 and 7D. RGB value is (254,112,125). Sum of RGB (Red+Green+Blue) = 254+112+125=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707D is #018F82. Grayscale: #9C9C9C. Windows color (decimal): -102275 or 8220926. OLE color: 8220926.
HSL color Cylindrical-coordinate representation of color #FE707D: hue angle of 354.51º 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 #FE707D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 125 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.00 |
| HSL | 354.51º | 0.99% | 0.72% | - |
| HSV(B) | 354.51º | 0.56% | 1% | - |
| XYZ | 50.37 | 34.14 | 23.34 | - |
| YUV | 155.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 125 | 0 | 0.56 | 0.51 | 0.00 | 354.51 | 0.99 | 0.72 |
| Hex | FE | 70 | 7D | 0 | 38 | 33 | 0 | 163 | 63 | 48 |
| Octal | 376 | 160 | 175 | 0 | 70 | 63 | 0 | 543 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1111101 | 0 | 111000 | 110011 | 0 | 101100011 | 1100011 | 1001000 |
Color Harmonies of #FE707D
Complementary color
Monochromatic Colors of #FE707D
Black with #FE707D
Text Example
Text Example
White with #FE707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE707D; }
p { color: rgb(254,112,125); }
H1.HeaderClassName
{
color: #FE707D;
}
.AnyTagClassName
{
color: #FE707D;
}
</style>
background-color css
<style>
a { background-color: #FE707D; }
a { background-color: rgb(254,112,125); }
div.DivClassName
{
background-color: #FE707D;
}
.BgClassName
{
background-color: #FE707D;
}
</style>
border-color css
<style>
span { border-color: #FE707D; }
span { border-color: rgb(254,112,125); }
td.TdClassName
{
border-color: #FE707D;
}
.TagClassName
{
border-color: #FE707D;
}
</style>