Shades of Brilliant Rose #FF4CAB
Tints of Brilliant Rose #FF4CAB
RGB
CMYK
RGB Variations
Color information
#FF4CAB (or 0xFF4CAB) is known color: Brilliant Rose. HEX triplet: FF, 4C and AB. RGB value is (255,76,171). Sum of RGB (Red+Green+Blue) = 255+76+171=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CAB is #00B354. Grayscale: #8C8C8C. Windows color (decimal): -45909 or 11226367. OLE color: 11226367.
HSL color Cylindrical-coordinate representation of color #FF4CAB: hue angle of 328.16º 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 #FF4CAB is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 171 | - |
| CMYK | 0 | 0.70 | 0.33 | 0 |
| HSL | 328.16º | 1% | 0.65% | - |
| HSV(B) | 328.16º | 0.7% | 1% | - |
| XYZ | 51.18 | 29.37 | 41.5 | - |
| YUV | 140.35 | 145.3 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 171 | 0 | 0.70 | 0.33 | 0 | 328.16 | 1 | 0.65 |
| Hex | FF | 4C | AB | 0 | 46 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 114 | 253 | 0 | 106 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10101011 | 0 | 1000110 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4CAB
Complementary color
Monochromatic Colors of #FF4CAB
Black with #FF4CAB
Text Example
Text Example
White with #FF4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CAB; }
p { color: rgb(255,76,171); }
H1.HeaderClassName
{
color: #FF4CAB;
}
.AnyTagClassName
{
color: #FF4CAB;
}
</style>
background-color css
<style>
a { background-color: #FF4CAB; }
a { background-color: rgb(255,76,171); }
div.DivClassName
{
background-color: #FF4CAB;
}
.BgClassName
{
background-color: #FF4CAB;
}
</style>
border-color css
<style>
span { border-color: #FF4CAB; }
span { border-color: rgb(255,76,171); }
td.TdClassName
{
border-color: #FF4CAB;
}
.TagClassName
{
border-color: #FF4CAB;
}
</style>