Shades of Brilliant Rose #FF4AA6
Tints of Brilliant Rose #FF4AA6
RGB
CMYK
RGB Variations
Color information
#FF4AA6 (or 0xFF4AA6) is known color: Brilliant Rose. HEX triplet: FF, 4A and A6. RGB value is (255,74,166). Sum of RGB (Red+Green+Blue) = 255+74+166=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AA6 is #00B559. Grayscale: #8A8A8A. Windows color (decimal): -46426 or 10898175. OLE color: 10898175.
HSL color Cylindrical-coordinate representation of color #FF4AA6: hue angle of 329.5º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4AA6 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 166 | - |
| CMYK | 0 | 0.71 | 0.35 | 0 |
| HSL | 329.5º | 1% | 0.65% | - |
| HSV(B) | 329.5º | 0.71% | 1% | - |
| XYZ | 50.57 | 28.91 | 38.99 | - |
| YUV | 138.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 166 | 0 | 0.71 | 0.35 | 0 | 329.5 | 1 | 0.65 |
| Hex | FF | 4A | A6 | 0 | 47 | 23 | 0 | 14A | 64 | 41 |
| Octal | 377 | 112 | 246 | 0 | 107 | 43 | 0 | 512 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10100110 | 0 | 1000111 | 100011 | 0 | 101001010 | 1100100 | 1000001 |
Color Harmonies of #FF4AA6
Complementary color
Monochromatic Colors of #FF4AA6
Black with #FF4AA6
Text Example
Text Example
White with #FF4AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AA6; }
p { color: rgb(255,74,166); }
H1.HeaderClassName
{
color: #FF4AA6;
}
.AnyTagClassName
{
color: #FF4AA6;
}
</style>
background-color css
<style>
a { background-color: #FF4AA6; }
a { background-color: rgb(255,74,166); }
div.DivClassName
{
background-color: #FF4AA6;
}
.BgClassName
{
background-color: #FF4AA6;
}
</style>
border-color css
<style>
span { border-color: #FF4AA6; }
span { border-color: rgb(255,74,166); }
td.TdClassName
{
border-color: #FF4AA6;
}
.TagClassName
{
border-color: #FF4AA6;
}
</style>