Shades of Brilliant Rose #FF43AA
Tints of Brilliant Rose #FF43AA
RGB
CMYK
RGB Variations
Color information
#FF43AA (or 0xFF43AA) is known color: Brilliant Rose. HEX triplet: FF, 43 and AA. RGB value is (255,67,170). Sum of RGB (Red+Green+Blue) = 255+67+170=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF43AA is #00BC55. Grayscale: #868686. Windows color (decimal): -48214 or 11158527. OLE color: 11158527.
HSL color Cylindrical-coordinate representation of color #FF43AA: hue angle of 327.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF43AA is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 170 | - |
| CMYK | 0 | 0.74 | 0.33 | 0 |
| HSL | 327.13º | 1% | 0.63% | - |
| HSV(B) | 327.13º | 0.74% | 1% | - |
| XYZ | 50.5 | 28.18 | 40.81 | - |
| YUV | 134.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 170 | 0 | 0.74 | 0.33 | 0 | 327.13 | 1 | 0.63 |
| Hex | FF | 43 | AA | 0 | 4A | 21 | 0 | 147 | 64 | 3F |
| Octal | 377 | 103 | 252 | 0 | 112 | 41 | 0 | 507 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10101010 | 0 | 1001010 | 100001 | 0 | 101000111 | 1100100 | 111111 |
Color Harmonies of #FF43AA
Complementary color
Monochromatic Colors of #FF43AA
Black with #FF43AA
Text Example
Text Example
White with #FF43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43AA; }
p { color: rgb(255,67,170); }
H1.HeaderClassName
{
color: #FF43AA;
}
.AnyTagClassName
{
color: #FF43AA;
}
</style>
background-color css
<style>
a { background-color: #FF43AA; }
a { background-color: rgb(255,67,170); }
div.DivClassName
{
background-color: #FF43AA;
}
.BgClassName
{
background-color: #FF43AA;
}
</style>
border-color css
<style>
span { border-color: #FF43AA; }
span { border-color: rgb(255,67,170); }
td.TdClassName
{
border-color: #FF43AA;
}
.TagClassName
{
border-color: #FF43AA;
}
</style>