Shades of Brilliant Rose #FF42AC
Tints of Brilliant Rose #FF42AC
RGB
CMYK
RGB Variations
Color information
#FF42AC (or 0xFF42AC) is known color: Brilliant Rose. HEX triplet: FF, 42 and AC. RGB value is (255,66,172). Sum of RGB (Red+Green+Blue) = 255+66+172=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF42AC is #00BD53. Grayscale: #868686. Windows color (decimal): -48468 or 11289343. OLE color: 11289343.
HSL color Cylindrical-coordinate representation of color #FF42AC: hue angle of 326.35º 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 #FF42AC is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 172 | - |
| CMYK | 0 | 0.74 | 0.33 | 0 |
| HSL | 326.35º | 1% | 0.63% | - |
| HSV(B) | 326.35º | 0.74% | 1% | - |
| XYZ | 50.63 | 28.13 | 41.79 | - |
| YUV | 134.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 172 | 0 | 0.74 | 0.33 | 0 | 326.35 | 1 | 0.63 |
| Hex | FF | 42 | AC | 0 | 4A | 21 | 0 | 146 | 64 | 3F |
| Octal | 377 | 102 | 254 | 0 | 112 | 41 | 0 | 506 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10101100 | 0 | 1001010 | 100001 | 0 | 101000110 | 1100100 | 111111 |
Color Harmonies of #FF42AC
Complementary color
Monochromatic Colors of #FF42AC
Black with #FF42AC
Text Example
Text Example
White with #FF42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42AC; }
p { color: rgb(255,66,172); }
H1.HeaderClassName
{
color: #FF42AC;
}
.AnyTagClassName
{
color: #FF42AC;
}
</style>
background-color css
<style>
a { background-color: #FF42AC; }
a { background-color: rgb(255,66,172); }
div.DivClassName
{
background-color: #FF42AC;
}
.BgClassName
{
background-color: #FF42AC;
}
</style>
border-color css
<style>
span { border-color: #FF42AC; }
span { border-color: rgb(255,66,172); }
td.TdClassName
{
border-color: #FF42AC;
}
.TagClassName
{
border-color: #FF42AC;
}
</style>