Shades of Brilliant Rose #FE629B
Tints of Brilliant Rose #FE629B
RGB
CMYK
RGB Variations
Color information
#FE629B (or 0xFE629B) is known color: Brilliant Rose. HEX triplet: FE, 62 and 9B. RGB value is (254,98,155). Sum of RGB (Red+Green+Blue) = 254+98+155=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE629B is #019D64. Grayscale: #979797. Windows color (decimal): -105829 or 10183422. OLE color: 10183422.
HSL color Cylindrical-coordinate representation of color #FE629B: hue angle of 338.08º 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 #FE629B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 155 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.00 |
| HSL | 338.08º | 0.99% | 0.69% | - |
| HSV(B) | 338.08º | 0.61% | 1% | - |
| XYZ | 51.16 | 32.17 | 34.52 | - |
| YUV | 151.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 155 | 0 | 0.61 | 0.39 | 0.00 | 338.08 | 0.99 | 0.69 |
| Hex | FE | 62 | 9B | 0 | 3D | 27 | 0 | 152 | 63 | 45 |
| Octal | 376 | 142 | 233 | 0 | 75 | 47 | 0 | 522 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10011011 | 0 | 111101 | 100111 | 0 | 101010010 | 1100011 | 1000101 |
Color Harmonies of #FE629B
Complementary color
Monochromatic Colors of #FE629B
Black with #FE629B
Text Example
Text Example
White with #FE629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE629B; }
p { color: rgb(254,98,155); }
H1.HeaderClassName
{
color: #FE629B;
}
.AnyTagClassName
{
color: #FE629B;
}
</style>
background-color css
<style>
a { background-color: #FE629B; }
a { background-color: rgb(254,98,155); }
div.DivClassName
{
background-color: #FE629B;
}
.BgClassName
{
background-color: #FE629B;
}
</style>
border-color css
<style>
span { border-color: #FE629B; }
span { border-color: rgb(254,98,155); }
td.TdClassName
{
border-color: #FE629B;
}
.TagClassName
{
border-color: #FE629B;
}
</style>