Shades of Razzle Dazzle Rose #FF42BA
Tints of Razzle Dazzle Rose #FF42BA
RGB
CMYK
RGB Variations
Color information
#FF42BA (or 0xFF42BA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and BA. RGB value is (255,66,186). Sum of RGB (Red+Green+Blue) = 255+66+186=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42BA is #00BD45. Grayscale: #878787. Windows color (decimal): -48454 or 12206847. OLE color: 12206847.
HSL color Cylindrical-coordinate representation of color #FF42BA: hue angle of 321.9º 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 #FF42BA is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 186 | - |
| CMYK | 0 | 0.74 | 0.27 | 0 |
| HSL | 321.9º | 1% | 0.63% | - |
| HSV(B) | 321.9º | 0.74% | 1% | - |
| XYZ | 52.05 | 28.7 | 49.25 | - |
| YUV | 136.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 186 | 0 | 0.74 | 0.27 | 0 | 321.9 | 1 | 0.63 |
| Hex | FF | 42 | BA | 0 | 4A | 1B | 0 | 142 | 64 | 3F |
| Octal | 377 | 102 | 272 | 0 | 112 | 33 | 0 | 502 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10111010 | 0 | 1001010 | 11011 | 0 | 101000010 | 1100100 | 111111 |
Color Harmonies of #FF42BA
Complementary color
Monochromatic Colors of #FF42BA
Black with #FF42BA
Text Example
Text Example
White with #FF42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42BA; }
p { color: rgb(255,66,186); }
H1.HeaderClassName
{
color: #FF42BA;
}
.AnyTagClassName
{
color: #FF42BA;
}
</style>
background-color css
<style>
a { background-color: #FF42BA; }
a { background-color: rgb(255,66,186); }
div.DivClassName
{
background-color: #FF42BA;
}
.BgClassName
{
background-color: #FF42BA;
}
</style>
border-color css
<style>
span { border-color: #FF42BA; }
span { border-color: rgb(255,66,186); }
td.TdClassName
{
border-color: #FF42BA;
}
.TagClassName
{
border-color: #FF42BA;
}
</style>