Shades of Brilliant Rose #FF449F
Tints of Brilliant Rose #FF449F
RGB
CMYK
RGB Variations
Color information
#FF449F (or 0xFF449F) is known color: Brilliant Rose. HEX triplet: FF, 44 and 9F. RGB value is (255,68,159). Sum of RGB (Red+Green+Blue) = 255+68+159=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449F is #00BB60. Grayscale: #868686. Windows color (decimal): -47969 or 10437887. OLE color: 10437887.
HSL color Cylindrical-coordinate representation of color #FF449F: hue angle of 330.8º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF449F is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 159 | - |
| CMYK | 0 | 0.73 | 0.38 | 0 |
| HSL | 330.8º | 1% | 0.63% | - |
| HSV(B) | 330.8º | 0.73% | 1% | - |
| XYZ | 49.57 | 27.9 | 35.57 | - |
| YUV | 134.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 159 | 0 | 0.73 | 0.38 | 0 | 330.8 | 1 | 0.63 |
| Hex | FF | 44 | 9F | 0 | 49 | 26 | 0 | 14B | 64 | 3F |
| Octal | 377 | 104 | 237 | 0 | 111 | 46 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10011111 | 0 | 1001001 | 100110 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF449F
Complementary color
Monochromatic Colors of #FF449F
Black with #FF449F
Text Example
Text Example
White with #FF449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF449F; }
p { color: rgb(255,68,159); }
H1.HeaderClassName
{
color: #FF449F;
}
.AnyTagClassName
{
color: #FF449F;
}
</style>
background-color css
<style>
a { background-color: #FF449F; }
a { background-color: rgb(255,68,159); }
div.DivClassName
{
background-color: #FF449F;
}
.BgClassName
{
background-color: #FF449F;
}
</style>
border-color css
<style>
span { border-color: #FF449F; }
span { border-color: rgb(255,68,159); }
td.TdClassName
{
border-color: #FF449F;
}
.TagClassName
{
border-color: #FF449F;
}
</style>