Shades of Brink Pink #FE637E
Tints of Brink Pink #FE637E
RGB
CMYK
RGB Variations
Color information
#FE637E (or 0xFE637E) is known color: Brink Pink. HEX triplet: FE, 63 and 7E. RGB value is (254,99,126). Sum of RGB (Red+Green+Blue) = 254+99+126=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE637E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE637E is #019C81. Grayscale: #949494. Windows color (decimal): -105602 or 8283134. OLE color: 8283134.
HSL color Cylindrical-coordinate representation of color #FE637E: hue angle of 349.55º 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 #FE637E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 126 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.00 |
| HSL | 349.55º | 0.99% | 0.69% | - |
| HSV(B) | 349.55º | 0.61% | 1% | - |
| XYZ | 49.1 | 31.5 | 23.23 | - |
| YUV | 148.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 126 | 0 | 0.61 | 0.50 | 0.00 | 349.55 | 0.99 | 0.69 |
| Hex | FE | 63 | 7E | 0 | 3D | 32 | 0 | 15E | 63 | 45 |
| Octal | 376 | 143 | 176 | 0 | 75 | 62 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1111110 | 0 | 111101 | 110010 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE637E
Complementary color
Monochromatic Colors of #FE637E
Black with #FE637E
Text Example
Text Example
White with #FE637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE637E; }
p { color: rgb(254,99,126); }
H1.HeaderClassName
{
color: #FE637E;
}
.AnyTagClassName
{
color: #FE637E;
}
</style>
background-color css
<style>
a { background-color: #FE637E; }
a { background-color: rgb(254,99,126); }
div.DivClassName
{
background-color: #FE637E;
}
.BgClassName
{
background-color: #FE637E;
}
</style>
border-color css
<style>
span { border-color: #FE637E; }
span { border-color: rgb(254,99,126); }
td.TdClassName
{
border-color: #FE637E;
}
.TagClassName
{
border-color: #FE637E;
}
</style>