Shades of Brilliant Rose #FF4AA4
Tints of Brilliant Rose #FF4AA4
RGB
CMYK
RGB Variations
Color information
#FF4AA4 (or 0xFF4AA4) is known color: Brilliant Rose. HEX triplet: FF, 4A and A4. RGB value is (255,74,164). Sum of RGB (Red+Green+Blue) = 255+74+164=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AA4 is #00B55B. Grayscale: #8A8A8A. Windows color (decimal): -46428 or 10767103. OLE color: 10767103.
HSL color Cylindrical-coordinate representation of color #FF4AA4: hue angle of 330.17º 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 #FF4AA4 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 164 | - |
| CMYK | 0 | 0.71 | 0.36 | 0 |
| HSL | 330.17º | 1% | 0.65% | - |
| HSV(B) | 330.17º | 0.71% | 1% | - |
| XYZ | 50.39 | 28.84 | 38.03 | - |
| YUV | 138.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 164 | 0 | 0.71 | 0.36 | 0 | 330.17 | 1 | 0.65 |
| Hex | FF | 4A | A4 | 0 | 47 | 24 | 0 | 14A | 64 | 41 |
| Octal | 377 | 112 | 244 | 0 | 107 | 44 | 0 | 512 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10100100 | 0 | 1000111 | 100100 | 0 | 101001010 | 1100100 | 1000001 |
Color Harmonies of #FF4AA4
Complementary color
Monochromatic Colors of #FF4AA4
Black with #FF4AA4
Text Example
Text Example
White with #FF4AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AA4; }
p { color: rgb(255,74,164); }
H1.HeaderClassName
{
color: #FF4AA4;
}
.AnyTagClassName
{
color: #FF4AA4;
}
</style>
background-color css
<style>
a { background-color: #FF4AA4; }
a { background-color: rgb(255,74,164); }
div.DivClassName
{
background-color: #FF4AA4;
}
.BgClassName
{
background-color: #FF4AA4;
}
</style>
border-color css
<style>
span { border-color: #FF4AA4; }
span { border-color: rgb(255,74,164); }
td.TdClassName
{
border-color: #FF4AA4;
}
.TagClassName
{
border-color: #FF4AA4;
}
</style>