Shades of Brilliant Rose #FF469A
Tints of Brilliant Rose #FF469A
RGB
CMYK
RGB Variations
Color information
#FF469A (or 0xFF469A) is known color: Brilliant Rose. HEX triplet: FF, 46 and 9A. RGB value is (255,70,154). Sum of RGB (Red+Green+Blue) = 255+70+154=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF469A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF469A is #00B965. Grayscale: #868686. Windows color (decimal): -47462 or 10110719. OLE color: 10110719.
HSL color Cylindrical-coordinate representation of color #FF469A: hue angle of 332.76º 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 #FF469A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 154 | - |
| CMYK | 0 | 0.73 | 0.40 | 0 |
| HSL | 332.76º | 1% | 0.64% | - |
| HSV(B) | 332.76º | 0.73% | 1% | - |
| XYZ | 49.26 | 27.97 | 33.37 | - |
| YUV | 134.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 154 | 0 | 0.73 | 0.40 | 0 | 332.76 | 1 | 0.64 |
| Hex | FF | 46 | 9A | 0 | 49 | 28 | 0 | 14D | 64 | 40 |
| Octal | 377 | 106 | 232 | 0 | 111 | 50 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10011010 | 0 | 1001001 | 101000 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF469A
Complementary color
Monochromatic Colors of #FF469A
Black with #FF469A
Text Example
Text Example
White with #FF469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF469A; }
p { color: rgb(255,70,154); }
H1.HeaderClassName
{
color: #FF469A;
}
.AnyTagClassName
{
color: #FF469A;
}
</style>
background-color css
<style>
a { background-color: #FF469A; }
a { background-color: rgb(255,70,154); }
div.DivClassName
{
background-color: #FF469A;
}
.BgClassName
{
background-color: #FF469A;
}
</style>
border-color css
<style>
span { border-color: #FF469A; }
span { border-color: rgb(255,70,154); }
td.TdClassName
{
border-color: #FF469A;
}
.TagClassName
{
border-color: #FF469A;
}
</style>