Shades of Brilliant Rose #FF4ABA
Tints of Brilliant Rose #FF4ABA
RGB
CMYK
RGB Variations
Color information
#FF4ABA (or 0xFF4ABA) is known color: Brilliant Rose. HEX triplet: FF, 4A and BA. RGB value is (255,74,186). Sum of RGB (Red+Green+Blue) = 255+74+186=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ABA is #00B545. Grayscale: #8C8C8C. Windows color (decimal): -46406 or 12208895. OLE color: 12208895.
HSL color Cylindrical-coordinate representation of color #FF4ABA: hue angle of 322.87º 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 #FF4ABA is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 186 | - |
| CMYK | 0 | 0.71 | 0.27 | 0 |
| HSL | 322.87º | 1% | 0.65% | - |
| HSV(B) | 322.87º | 0.71% | 1% | - |
| XYZ | 52.55 | 29.7 | 49.42 | - |
| YUV | 140.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 186 | 0 | 0.71 | 0.27 | 0 | 322.87 | 1 | 0.65 |
| Hex | FF | 4A | BA | 0 | 47 | 1B | 0 | 143 | 64 | 41 |
| Octal | 377 | 112 | 272 | 0 | 107 | 33 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10111010 | 0 | 1000111 | 11011 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4ABA
Complementary color
Monochromatic Colors of #FF4ABA
Black with #FF4ABA
Text Example
Text Example
White with #FF4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ABA; }
p { color: rgb(255,74,186); }
H1.HeaderClassName
{
color: #FF4ABA;
}
.AnyTagClassName
{
color: #FF4ABA;
}
</style>
background-color css
<style>
a { background-color: #FF4ABA; }
a { background-color: rgb(255,74,186); }
div.DivClassName
{
background-color: #FF4ABA;
}
.BgClassName
{
background-color: #FF4ABA;
}
</style>
border-color css
<style>
span { border-color: #FF4ABA; }
span { border-color: rgb(255,74,186); }
td.TdClassName
{
border-color: #FF4ABA;
}
.TagClassName
{
border-color: #FF4ABA;
}
</style>