Shades of Brilliant Rose #FF4CAA
Tints of Brilliant Rose #FF4CAA
RGB
CMYK
RGB Variations
Color information
#FF4CAA (or 0xFF4CAA) is known color: Brilliant Rose. HEX triplet: FF, 4C and AA. RGB value is (255,76,170). Sum of RGB (Red+Green+Blue) = 255+76+170=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CAA is #00B355. Grayscale: #8C8C8C. Windows color (decimal): -45910 or 11160831. OLE color: 11160831.
HSL color Cylindrical-coordinate representation of color #FF4CAA: hue angle of 328.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CAA is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 170 | - |
| CMYK | 0 | 0.70 | 0.33 | 0 |
| HSL | 328.49º | 1% | 0.65% | - |
| HSV(B) | 328.49º | 0.7% | 1% | - |
| XYZ | 51.08 | 29.33 | 41 | - |
| YUV | 140.24 | 144.8 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 170 | 0 | 0.70 | 0.33 | 0 | 328.49 | 1 | 0.65 |
| Hex | FF | 4C | AA | 0 | 46 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 114 | 252 | 0 | 106 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10101010 | 0 | 1000110 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4CAA
Complementary color
Monochromatic Colors of #FF4CAA
Black with #FF4CAA
Text Example
Text Example
White with #FF4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CAA; }
p { color: rgb(255,76,170); }
H1.HeaderClassName
{
color: #FF4CAA;
}
.AnyTagClassName
{
color: #FF4CAA;
}
</style>
background-color css
<style>
a { background-color: #FF4CAA; }
a { background-color: rgb(255,76,170); }
div.DivClassName
{
background-color: #FF4CAA;
}
.BgClassName
{
background-color: #FF4CAA;
}
</style>
border-color css
<style>
span { border-color: #FF4CAA; }
span { border-color: rgb(255,76,170); }
td.TdClassName
{
border-color: #FF4CAA;
}
.TagClassName
{
border-color: #FF4CAA;
}
</style>