Shades of Brilliant Rose #FF43A6
Tints of Brilliant Rose #FF43A6
RGB
CMYK
RGB Variations
Color information
#FF43A6 (or 0xFF43A6) is known color: Brilliant Rose. HEX triplet: FF, 43 and A6. RGB value is (255,67,166). Sum of RGB (Red+Green+Blue) = 255+67+166=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF43A6 is #00BC59. Grayscale: #868686. Windows color (decimal): -48218 or 10896383. OLE color: 10896383.
HSL color Cylindrical-coordinate representation of color #FF43A6: hue angle of 328.4º 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 #FF43A6 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 166 | - |
| CMYK | 0 | 0.74 | 0.35 | 0 |
| HSL | 328.4º | 1% | 0.63% | - |
| HSV(B) | 328.4º | 0.74% | 1% | - |
| XYZ | 50.13 | 28.03 | 38.84 | - |
| YUV | 134.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 166 | 0 | 0.74 | 0.35 | 0 | 328.4 | 1 | 0.63 |
| Hex | FF | 43 | A6 | 0 | 4A | 23 | 0 | 148 | 64 | 3F |
| Octal | 377 | 103 | 246 | 0 | 112 | 43 | 0 | 510 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10100110 | 0 | 1001010 | 100011 | 0 | 101001000 | 1100100 | 111111 |
Color Harmonies of #FF43A6
Complementary color
Monochromatic Colors of #FF43A6
Black with #FF43A6
Text Example
Text Example
White with #FF43A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43A6; }
p { color: rgb(255,67,166); }
H1.HeaderClassName
{
color: #FF43A6;
}
.AnyTagClassName
{
color: #FF43A6;
}
</style>
background-color css
<style>
a { background-color: #FF43A6; }
a { background-color: rgb(255,67,166); }
div.DivClassName
{
background-color: #FF43A6;
}
.BgClassName
{
background-color: #FF43A6;
}
</style>
border-color css
<style>
span { border-color: #FF43A6; }
span { border-color: rgb(255,67,166); }
td.TdClassName
{
border-color: #FF43A6;
}
.TagClassName
{
border-color: #FF43A6;
}
</style>