Shades of Brilliant Rose #FF42B0
Tints of Brilliant Rose #FF42B0
RGB
CMYK
RGB Variations
Color information
#FF42B0 (or 0xFF42B0) is known color: Brilliant Rose. HEX triplet: FF, 42 and B0. RGB value is (255,66,176). Sum of RGB (Red+Green+Blue) = 255+66+176=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF42B0 is #00BD4F. Grayscale: #868686. Windows color (decimal): -48464 or 11551487. OLE color: 11551487.
HSL color Cylindrical-coordinate representation of color #FF42B0: hue angle of 325.08º 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 #FF42B0 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 176 | - |
| CMYK | 0 | 0.74 | 0.31 | 0 |
| HSL | 325.08º | 1% | 0.63% | - |
| HSV(B) | 325.08º | 0.74% | 1% | - |
| XYZ | 51.02 | 28.29 | 43.85 | - |
| YUV | 135.05 | 151.12 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 176 | 0 | 0.74 | 0.31 | 0 | 325.08 | 1 | 0.63 |
| Hex | FF | 42 | B0 | 0 | 4A | 1F | 0 | 145 | 64 | 3F |
| Octal | 377 | 102 | 260 | 0 | 112 | 37 | 0 | 505 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10110000 | 0 | 1001010 | 11111 | 0 | 101000101 | 1100100 | 111111 |
Color Harmonies of #FF42B0
Complementary color
Monochromatic Colors of #FF42B0
Black with #FF42B0
Text Example
Text Example
White with #FF42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42B0; }
p { color: rgb(255,66,176); }
H1.HeaderClassName
{
color: #FF42B0;
}
.AnyTagClassName
{
color: #FF42B0;
}
</style>
background-color css
<style>
a { background-color: #FF42B0; }
a { background-color: rgb(255,66,176); }
div.DivClassName
{
background-color: #FF42B0;
}
.BgClassName
{
background-color: #FF42B0;
}
</style>
border-color css
<style>
span { border-color: #FF42B0; }
span { border-color: rgb(255,66,176); }
td.TdClassName
{
border-color: #FF42B0;
}
.TagClassName
{
border-color: #FF42B0;
}
</style>