Shades of Razzle Dazzle Rose #FF42BB
Tints of Razzle Dazzle Rose #FF42BB
RGB
CMYK
RGB Variations
Color information
#FF42BB (or 0xFF42BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and BB. RGB value is (255,66,187). Sum of RGB (Red+Green+Blue) = 255+66+187=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42BB is #00BD44. Grayscale: #888888. Windows color (decimal): -48453 or 12272383. OLE color: 12272383.
HSL color Cylindrical-coordinate representation of color #FF42BB: hue angle of 321.59º 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 #FF42BB is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 187 | - |
| CMYK | 0 | 0.74 | 0.27 | 0 |
| HSL | 321.59º | 1% | 0.63% | - |
| HSV(B) | 321.59º | 0.74% | 1% | - |
| XYZ | 52.16 | 28.74 | 49.81 | - |
| YUV | 136.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 187 | 0 | 0.74 | 0.27 | 0 | 321.59 | 1 | 0.63 |
| Hex | FF | 42 | BB | 0 | 4A | 1B | 0 | 142 | 64 | 3F |
| Octal | 377 | 102 | 273 | 0 | 112 | 33 | 0 | 502 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10111011 | 0 | 1001010 | 11011 | 0 | 101000010 | 1100100 | 111111 |
Color Harmonies of #FF42BB
Complementary color
Monochromatic Colors of #FF42BB
Black with #FF42BB
Text Example
Text Example
White with #FF42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42BB; }
p { color: rgb(255,66,187); }
H1.HeaderClassName
{
color: #FF42BB;
}
.AnyTagClassName
{
color: #FF42BB;
}
</style>
background-color css
<style>
a { background-color: #FF42BB; }
a { background-color: rgb(255,66,187); }
div.DivClassName
{
background-color: #FF42BB;
}
.BgClassName
{
background-color: #FF42BB;
}
</style>
border-color css
<style>
span { border-color: #FF42BB; }
span { border-color: rgb(255,66,187); }
td.TdClassName
{
border-color: #FF42BB;
}
.TagClassName
{
border-color: #FF42BB;
}
</style>