Shades of Brilliant Rose #FF4AB2
Tints of Brilliant Rose #FF4AB2
RGB
CMYK
RGB Variations
Color information
#FF4AB2 (or 0xFF4AB2) is known color: Brilliant Rose. HEX triplet: FF, 4A and B2. RGB value is (255,74,178). Sum of RGB (Red+Green+Blue) = 255+74+178=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AB2 is #00B54D. Grayscale: #8B8B8B. Windows color (decimal): -46414 or 11684607. OLE color: 11684607.
HSL color Cylindrical-coordinate representation of color #FF4AB2: hue angle of 325.52º 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 #FF4AB2 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 178 | - |
| CMYK | 0 | 0.71 | 0.30 | 0 |
| HSL | 325.52º | 1% | 0.65% | - |
| HSV(B) | 325.52º | 0.71% | 1% | - |
| XYZ | 51.72 | 29.37 | 45.06 | - |
| YUV | 139.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 178 | 0 | 0.71 | 0.30 | 0 | 325.52 | 1 | 0.65 |
| Hex | FF | 4A | B2 | 0 | 47 | 1E | 0 | 146 | 64 | 41 |
| Octal | 377 | 112 | 262 | 0 | 107 | 36 | 0 | 506 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10110010 | 0 | 1000111 | 11110 | 0 | 101000110 | 1100100 | 1000001 |
Color Harmonies of #FF4AB2
Complementary color
Monochromatic Colors of #FF4AB2
Black with #FF4AB2
Text Example
Text Example
White with #FF4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AB2; }
p { color: rgb(255,74,178); }
H1.HeaderClassName
{
color: #FF4AB2;
}
.AnyTagClassName
{
color: #FF4AB2;
}
</style>
background-color css
<style>
a { background-color: #FF4AB2; }
a { background-color: rgb(255,74,178); }
div.DivClassName
{
background-color: #FF4AB2;
}
.BgClassName
{
background-color: #FF4AB2;
}
</style>
border-color css
<style>
span { border-color: #FF4AB2; }
span { border-color: rgb(255,74,178); }
td.TdClassName
{
border-color: #FF4AB2;
}
.TagClassName
{
border-color: #FF4AB2;
}
</style>