Shades of Brilliant Rose #FE619A
Tints of Brilliant Rose #FE619A
RGB
CMYK
RGB Variations
Color information
#FE619A (or 0xFE619A) is known color: Brilliant Rose. HEX triplet: FE, 61 and 9A. RGB value is (254,97,154). Sum of RGB (Red+Green+Blue) = 254+97+154=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE619A is #019E65. Grayscale: #969696. Windows color (decimal): -106086 or 10117630. OLE color: 10117630.
HSL color Cylindrical-coordinate representation of color #FE619A: hue angle of 338.22º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE619A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 154 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.00 |
| HSL | 338.22º | 0.99% | 0.69% | - |
| HSV(B) | 338.22º | 0.62% | 1% | - |
| XYZ | 50.98 | 31.95 | 34.05 | - |
| YUV | 150.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 154 | 0 | 0.62 | 0.39 | 0.00 | 338.22 | 0.99 | 0.69 |
| Hex | FE | 61 | 9A | 0 | 3E | 27 | 0 | 152 | 63 | 45 |
| Octal | 376 | 141 | 232 | 0 | 76 | 47 | 0 | 522 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10011010 | 0 | 111110 | 100111 | 0 | 101010010 | 1100011 | 1000101 |
Color Harmonies of #FE619A
Complementary color
Monochromatic Colors of #FE619A
Black with #FE619A
Text Example
Text Example
White with #FE619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE619A; }
p { color: rgb(254,97,154); }
H1.HeaderClassName
{
color: #FE619A;
}
.AnyTagClassName
{
color: #FE619A;
}
</style>
background-color css
<style>
a { background-color: #FE619A; }
a { background-color: rgb(254,97,154); }
div.DivClassName
{
background-color: #FE619A;
}
.BgClassName
{
background-color: #FE619A;
}
</style>
border-color css
<style>
span { border-color: #FE619A; }
span { border-color: rgb(254,97,154); }
td.TdClassName
{
border-color: #FE619A;
}
.TagClassName
{
border-color: #FE619A;
}
</style>