Shades of Brilliant Rose #FF4AB3
Tints of Brilliant Rose #FF4AB3
RGB
CMYK
RGB Variations
Color information
#FF4AB3 (or 0xFF4AB3) is known color: Brilliant Rose. HEX triplet: FF, 4A and B3. RGB value is (255,74,179). Sum of RGB (Red+Green+Blue) = 255+74+179=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AB3 is #00B54C. Grayscale: #8B8B8B. Windows color (decimal): -46413 or 11750143. OLE color: 11750143.
HSL color Cylindrical-coordinate representation of color #FF4AB3: hue angle of 325.19º 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 #FF4AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 179 | - |
| CMYK | 0 | 0.71 | 0.30 | 0 |
| HSL | 325.19º | 1% | 0.65% | - |
| HSV(B) | 325.19º | 0.71% | 1% | - |
| XYZ | 51.83 | 29.41 | 45.59 | - |
| YUV | 140.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 179 | 0 | 0.71 | 0.30 | 0 | 325.19 | 1 | 0.65 |
| Hex | FF | 4A | B3 | 0 | 47 | 1E | 0 | 145 | 64 | 41 |
| Octal | 377 | 112 | 263 | 0 | 107 | 36 | 0 | 505 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10110011 | 0 | 1000111 | 11110 | 0 | 101000101 | 1100100 | 1000001 |
Color Harmonies of #FF4AB3
Complementary color
Monochromatic Colors of #FF4AB3
Black with #FF4AB3
Text Example
Text Example
White with #FF4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AB3; }
p { color: rgb(255,74,179); }
H1.HeaderClassName
{
color: #FF4AB3;
}
.AnyTagClassName
{
color: #FF4AB3;
}
</style>
background-color css
<style>
a { background-color: #FF4AB3; }
a { background-color: rgb(255,74,179); }
div.DivClassName
{
background-color: #FF4AB3;
}
.BgClassName
{
background-color: #FF4AB3;
}
</style>
border-color css
<style>
span { border-color: #FF4AB3; }
span { border-color: rgb(255,74,179); }
td.TdClassName
{
border-color: #FF4AB3;
}
.TagClassName
{
border-color: #FF4AB3;
}
</style>