Shades of Razzle Dazzle Rose #FF42B7
Tints of Razzle Dazzle Rose #FF42B7
RGB
CMYK
RGB Variations
Color information
#FF42B7 (or 0xFF42B7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and B7. RGB value is (255,66,183). Sum of RGB (Red+Green+Blue) = 255+66+183=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42B7 is #00BD48. Grayscale: #878787. Windows color (decimal): -48457 or 12010239. OLE color: 12010239.
HSL color Cylindrical-coordinate representation of color #FF42B7: hue angle of 322.86º 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 #FF42B7 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 183 | - |
| CMYK | 0 | 0.74 | 0.28 | 0 |
| HSL | 322.86º | 1% | 0.63% | - |
| HSV(B) | 322.86º | 0.74% | 1% | - |
| XYZ | 51.74 | 28.58 | 47.59 | - |
| YUV | 135.85 | 154.62 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 183 | 0 | 0.74 | 0.28 | 0 | 322.86 | 1 | 0.63 |
| Hex | FF | 42 | B7 | 0 | 4A | 1C | 0 | 143 | 64 | 3F |
| Octal | 377 | 102 | 267 | 0 | 112 | 34 | 0 | 503 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10110111 | 0 | 1001010 | 11100 | 0 | 101000011 | 1100100 | 111111 |
Color Harmonies of #FF42B7
Complementary color
Monochromatic Colors of #FF42B7
Black with #FF42B7
Text Example
Text Example
White with #FF42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42B7; }
p { color: rgb(255,66,183); }
H1.HeaderClassName
{
color: #FF42B7;
}
.AnyTagClassName
{
color: #FF42B7;
}
</style>
background-color css
<style>
a { background-color: #FF42B7; }
a { background-color: rgb(255,66,183); }
div.DivClassName
{
background-color: #FF42B7;
}
.BgClassName
{
background-color: #FF42B7;
}
</style>
border-color css
<style>
span { border-color: #FF42B7; }
span { border-color: rgb(255,66,183); }
td.TdClassName
{
border-color: #FF42B7;
}
.TagClassName
{
border-color: #FF42B7;
}
</style>