Shades of Razzle Dazzle Rose #FF42BC
Tints of Razzle Dazzle Rose #FF42BC
RGB
CMYK
RGB Variations
Color information
#FF42BC (or 0xFF42BC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and BC. RGB value is (255,66,188). Sum of RGB (Red+Green+Blue) = 255+66+188=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42BC is #00BD43. Grayscale: #888888. Windows color (decimal): -48452 or 12337919. OLE color: 12337919.
HSL color Cylindrical-coordinate representation of color #FF42BC: hue angle of 321.27º 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 #FF42BC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 188 | - |
| CMYK | 0 | 0.74 | 0.26 | 0 |
| HSL | 321.27º | 1% | 0.63% | - |
| HSV(B) | 321.27º | 0.74% | 1% | - |
| XYZ | 52.27 | 28.79 | 50.38 | - |
| YUV | 136.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 188 | 0 | 0.74 | 0.26 | 0 | 321.27 | 1 | 0.63 |
| Hex | FF | 42 | BC | 0 | 4A | 1A | 0 | 141 | 64 | 3F |
| Octal | 377 | 102 | 274 | 0 | 112 | 32 | 0 | 501 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10111100 | 0 | 1001010 | 11010 | 0 | 101000001 | 1100100 | 111111 |
Color Harmonies of #FF42BC
Complementary color
Monochromatic Colors of #FF42BC
Black with #FF42BC
Text Example
Text Example
White with #FF42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42BC; }
p { color: rgb(255,66,188); }
H1.HeaderClassName
{
color: #FF42BC;
}
.AnyTagClassName
{
color: #FF42BC;
}
</style>
background-color css
<style>
a { background-color: #FF42BC; }
a { background-color: rgb(255,66,188); }
div.DivClassName
{
background-color: #FF42BC;
}
.BgClassName
{
background-color: #FF42BC;
}
</style>
border-color css
<style>
span { border-color: #FF42BC; }
span { border-color: rgb(255,66,188); }
td.TdClassName
{
border-color: #FF42BC;
}
.TagClassName
{
border-color: #FF42BC;
}
</style>