Shades of Brilliant Rose #FF469F
Tints of Brilliant Rose #FF469F
RGB
CMYK
RGB Variations
Color information
#FF469F (or 0xFF469F) is known color: Brilliant Rose. HEX triplet: FF, 46 and 9F. RGB value is (255,70,159). Sum of RGB (Red+Green+Blue) = 255+70+159=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF469F is #00B960. Grayscale: #878787. Windows color (decimal): -47457 or 10438399. OLE color: 10438399.
HSL color Cylindrical-coordinate representation of color #FF469F: hue angle of 331.14º 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 #FF469F is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 159 | - |
| CMYK | 0 | 0.73 | 0.38 | 0 |
| HSL | 331.14º | 1% | 0.64% | - |
| HSV(B) | 331.14º | 0.73% | 1% | - |
| XYZ | 49.69 | 28.14 | 35.61 | - |
| YUV | 135.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 159 | 0 | 0.73 | 0.38 | 0 | 331.14 | 1 | 0.64 |
| Hex | FF | 46 | 9F | 0 | 49 | 26 | 0 | 14B | 64 | 40 |
| Octal | 377 | 106 | 237 | 0 | 111 | 46 | 0 | 513 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10011111 | 0 | 1001001 | 100110 | 0 | 101001011 | 1100100 | 1000000 |
Color Harmonies of #FF469F
Complementary color
Monochromatic Colors of #FF469F
Black with #FF469F
Text Example
Text Example
White with #FF469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF469F; }
p { color: rgb(255,70,159); }
H1.HeaderClassName
{
color: #FF469F;
}
.AnyTagClassName
{
color: #FF469F;
}
</style>
background-color css
<style>
a { background-color: #FF469F; }
a { background-color: rgb(255,70,159); }
div.DivClassName
{
background-color: #FF469F;
}
.BgClassName
{
background-color: #FF469F;
}
</style>
border-color css
<style>
span { border-color: #FF469F; }
span { border-color: rgb(255,70,159); }
td.TdClassName
{
border-color: #FF469F;
}
.TagClassName
{
border-color: #FF469F;
}
</style>