Shades of Brink Pink #FE637D
Tints of Brink Pink #FE637D
RGB
CMYK
RGB Variations
Color information
#FE637D (or 0xFE637D) is known color: Brink Pink. HEX triplet: FE, 63 and 7D. RGB value is (254,99,125). Sum of RGB (Red+Green+Blue) = 254+99+125=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE637D is #019C82. Grayscale: #949494. Windows color (decimal): -105603 or 8217598. OLE color: 8217598.
HSL color Cylindrical-coordinate representation of color #FE637D: hue angle of 349.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE637D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 125 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.00 |
| HSL | 349.94º | 0.99% | 0.69% | - |
| HSV(B) | 349.94º | 0.61% | 1% | - |
| XYZ | 49.04 | 31.48 | 22.89 | - |
| YUV | 148.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 125 | 0 | 0.61 | 0.51 | 0.00 | 349.94 | 0.99 | 0.69 |
| Hex | FE | 63 | 7D | 0 | 3D | 33 | 0 | 15E | 63 | 45 |
| Octal | 376 | 143 | 175 | 0 | 75 | 63 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1111101 | 0 | 111101 | 110011 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE637D
Complementary color
Monochromatic Colors of #FE637D
Black with #FE637D
Text Example
Text Example
White with #FE637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE637D; }
p { color: rgb(254,99,125); }
H1.HeaderClassName
{
color: #FE637D;
}
.AnyTagClassName
{
color: #FE637D;
}
</style>
background-color css
<style>
a { background-color: #FE637D; }
a { background-color: rgb(254,99,125); }
div.DivClassName
{
background-color: #FE637D;
}
.BgClassName
{
background-color: #FE637D;
}
</style>
border-color css
<style>
span { border-color: #FE637D; }
span { border-color: rgb(254,99,125); }
td.TdClassName
{
border-color: #FE637D;
}
.TagClassName
{
border-color: #FE637D;
}
</style>