Shades of Brink Pink #FE6288
Tints of Brink Pink #FE6288
RGB
CMYK
RGB Variations
Color information
#FE6288 (or 0xFE6288) is known color: Brink Pink. HEX triplet: FE, 62 and 88. RGB value is (254,98,136). Sum of RGB (Red+Green+Blue) = 254+98+136=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6288 is #019D77. Grayscale: #949494. Windows color (decimal): -105848 or 8938238. OLE color: 8938238.
HSL color Cylindrical-coordinate representation of color #FE6288: hue angle of 345.38º 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 #FE6288 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 136 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.00 |
| HSL | 345.38º | 0.99% | 0.69% | - |
| HSV(B) | 345.38º | 0.61% | 1% | - |
| XYZ | 49.68 | 31.58 | 26.77 | - |
| YUV | 148.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 136 | 0 | 0.61 | 0.46 | 0.00 | 345.38 | 0.99 | 0.69 |
| Hex | FE | 62 | 88 | 0 | 3D | 2E | 0 | 159 | 63 | 45 |
| Octal | 376 | 142 | 210 | 0 | 75 | 56 | 0 | 531 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10001000 | 0 | 111101 | 101110 | 0 | 101011001 | 1100011 | 1000101 |
Color Harmonies of #FE6288
Complementary color
Monochromatic Colors of #FE6288
Black with #FE6288
Text Example
Text Example
White with #FE6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6288; }
p { color: rgb(254,98,136); }
H1.HeaderClassName
{
color: #FE6288;
}
.AnyTagClassName
{
color: #FE6288;
}
</style>
background-color css
<style>
a { background-color: #FE6288; }
a { background-color: rgb(254,98,136); }
div.DivClassName
{
background-color: #FE6288;
}
.BgClassName
{
background-color: #FE6288;
}
</style>
border-color css
<style>
span { border-color: #FE6288; }
span { border-color: rgb(254,98,136); }
td.TdClassName
{
border-color: #FE6288;
}
.TagClassName
{
border-color: #FE6288;
}
</style>