Shades of Brilliant Rose #FF4AB1
Tints of Brilliant Rose #FF4AB1
RGB
CMYK
RGB Variations
Color information
#FF4AB1 (or 0xFF4AB1) is known color: Brilliant Rose. HEX triplet: FF, 4A and B1. RGB value is (255,74,177). Sum of RGB (Red+Green+Blue) = 255+74+177=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AB1 is #00B54E. Grayscale: #8B8B8B. Windows color (decimal): -46415 or 11619071. OLE color: 11619071.
HSL color Cylindrical-coordinate representation of color #FF4AB1: hue angle of 325.86º 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 #FF4AB1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 177 | - |
| CMYK | 0 | 0.71 | 0.31 | 0 |
| HSL | 325.86º | 1% | 0.65% | - |
| HSV(B) | 325.86º | 0.71% | 1% | - |
| XYZ | 51.62 | 29.33 | 44.54 | - |
| YUV | 139.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 177 | 0 | 0.71 | 0.31 | 0 | 325.86 | 1 | 0.65 |
| Hex | FF | 4A | B1 | 0 | 47 | 1F | 0 | 146 | 64 | 41 |
| Octal | 377 | 112 | 261 | 0 | 107 | 37 | 0 | 506 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10110001 | 0 | 1000111 | 11111 | 0 | 101000110 | 1100100 | 1000001 |
Color Harmonies of #FF4AB1
Complementary color
Monochromatic Colors of #FF4AB1
Black with #FF4AB1
Text Example
Text Example
White with #FF4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AB1; }
p { color: rgb(255,74,177); }
H1.HeaderClassName
{
color: #FF4AB1;
}
.AnyTagClassName
{
color: #FF4AB1;
}
</style>
background-color css
<style>
a { background-color: #FF4AB1; }
a { background-color: rgb(255,74,177); }
div.DivClassName
{
background-color: #FF4AB1;
}
.BgClassName
{
background-color: #FF4AB1;
}
</style>
border-color css
<style>
span { border-color: #FF4AB1; }
span { border-color: rgb(255,74,177); }
td.TdClassName
{
border-color: #FF4AB1;
}
.TagClassName
{
border-color: #FF4AB1;
}
</style>