Shades of Brilliant Rose #FF4FA9
Tints of Brilliant Rose #FF4FA9
RGB
CMYK
RGB Variations
Color information
#FF4FA9 (or 0xFF4FA9) is known color: Brilliant Rose. HEX triplet: FF, 4F and A9. RGB value is (255,79,169). Sum of RGB (Red+Green+Blue) = 255+79+169=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FA9 is #00B056. Grayscale: #8D8D8D. Windows color (decimal): -45143 or 11096063. OLE color: 11096063.
HSL color Cylindrical-coordinate representation of color #FF4FA9: hue angle of 329.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FA9 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 169 | - |
| CMYK | 0 | 0.69 | 0.34 | 0 |
| HSL | 329.32º | 1% | 0.65% | - |
| HSV(B) | 329.32º | 0.69% | 1% | - |
| XYZ | 51.2 | 29.72 | 40.57 | - |
| YUV | 141.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 169 | 0 | 0.69 | 0.34 | 0 | 329.32 | 1 | 0.65 |
| Hex | FF | 4F | A9 | 0 | 45 | 22 | 0 | 149 | 64 | 41 |
| Octal | 377 | 117 | 251 | 0 | 105 | 42 | 0 | 511 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10101001 | 0 | 1000101 | 100010 | 0 | 101001001 | 1100100 | 1000001 |
Color Harmonies of #FF4FA9
Complementary color
Monochromatic Colors of #FF4FA9
Black with #FF4FA9
Text Example
Text Example
White with #FF4FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FA9; }
p { color: rgb(255,79,169); }
H1.HeaderClassName
{
color: #FF4FA9;
}
.AnyTagClassName
{
color: #FF4FA9;
}
</style>
background-color css
<style>
a { background-color: #FF4FA9; }
a { background-color: rgb(255,79,169); }
div.DivClassName
{
background-color: #FF4FA9;
}
.BgClassName
{
background-color: #FF4FA9;
}
</style>
border-color css
<style>
span { border-color: #FF4FA9; }
span { border-color: rgb(255,79,169); }
td.TdClassName
{
border-color: #FF4FA9;
}
.TagClassName
{
border-color: #FF4FA9;
}
</style>