Shades of Brink Pink #FE6283
Tints of Brink Pink #FE6283
RGB
CMYK
RGB Variations
Color information
#FE6283 (or 0xFE6283) is known color: Brink Pink. HEX triplet: FE, 62 and 83. RGB value is (254,98,131). Sum of RGB (Red+Green+Blue) = 254+98+131=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6283 is #019D7C. Grayscale: #949494. Windows color (decimal): -105853 or 8610558. OLE color: 8610558.
HSL color Cylindrical-coordinate representation of color #FE6283: hue angle of 347.31º 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 #FE6283 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 131 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.00 |
| HSL | 347.31º | 0.99% | 0.69% | - |
| HSV(B) | 347.31º | 0.61% | 1% | - |
| XYZ | 49.34 | 31.44 | 24.94 | - |
| YUV | 148.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 131 | 0 | 0.61 | 0.48 | 0.00 | 347.31 | 0.99 | 0.69 |
| Hex | FE | 62 | 83 | 0 | 3D | 30 | 0 | 15B | 63 | 45 |
| Octal | 376 | 142 | 203 | 0 | 75 | 60 | 0 | 533 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10000011 | 0 | 111101 | 110000 | 0 | 101011011 | 1100011 | 1000101 |
Color Harmonies of #FE6283
Complementary color
Monochromatic Colors of #FE6283
Black with #FE6283
Text Example
Text Example
White with #FE6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6283; }
p { color: rgb(254,98,131); }
H1.HeaderClassName
{
color: #FE6283;
}
.AnyTagClassName
{
color: #FE6283;
}
</style>
background-color css
<style>
a { background-color: #FE6283; }
a { background-color: rgb(254,98,131); }
div.DivClassName
{
background-color: #FE6283;
}
.BgClassName
{
background-color: #FE6283;
}
</style>
border-color css
<style>
span { border-color: #FE6283; }
span { border-color: rgb(254,98,131); }
td.TdClassName
{
border-color: #FE6283;
}
.TagClassName
{
border-color: #FE6283;
}
</style>