Shades of Brilliant Rose #FF459A
Tints of Brilliant Rose #FF459A
RGB
CMYK
RGB Variations
Color information
#FF459A (or 0xFF459A) is known color: Brilliant Rose. HEX triplet: FF, 45 and 9A. RGB value is (255,69,154). Sum of RGB (Red+Green+Blue) = 255+69+154=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF459A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF459A is #00BA65. Grayscale: #868686. Windows color (decimal): -47718 or 10110463. OLE color: 10110463.
HSL color Cylindrical-coordinate representation of color #FF459A: hue angle of 332.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF459A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 154 | - |
| CMYK | 0 | 0.73 | 0.40 | 0 |
| HSL | 332.58º | 1% | 0.64% | - |
| HSV(B) | 332.58º | 0.73% | 1% | - |
| XYZ | 49.2 | 27.85 | 33.35 | - |
| YUV | 134.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 154 | 0 | 0.73 | 0.40 | 0 | 332.58 | 1 | 0.64 |
| Hex | FF | 45 | 9A | 0 | 49 | 28 | 0 | 14D | 64 | 40 |
| Octal | 377 | 105 | 232 | 0 | 111 | 50 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10011010 | 0 | 1001001 | 101000 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF459A
Complementary color
Monochromatic Colors of #FF459A
Black with #FF459A
Text Example
Text Example
White with #FF459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF459A; }
p { color: rgb(255,69,154); }
H1.HeaderClassName
{
color: #FF459A;
}
.AnyTagClassName
{
color: #FF459A;
}
</style>
background-color css
<style>
a { background-color: #FF459A; }
a { background-color: rgb(255,69,154); }
div.DivClassName
{
background-color: #FF459A;
}
.BgClassName
{
background-color: #FF459A;
}
</style>
border-color css
<style>
span { border-color: #FF459A; }
span { border-color: rgb(255,69,154); }
td.TdClassName
{
border-color: #FF459A;
}
.TagClassName
{
border-color: #FF459A;
}
</style>