Shades of Razzle Dazzle Rose #FF42BF
Tints of Razzle Dazzle Rose #FF42BF
RGB
CMYK
RGB Variations
Color information
#FF42BF (or 0xFF42BF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and BF. RGB value is (255,66,191). Sum of RGB (Red+Green+Blue) = 255+66+191=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42BF is #00BD40. Grayscale: #888888. Windows color (decimal): -48449 or 12534527. OLE color: 12534527.
HSL color Cylindrical-coordinate representation of color #FF42BF: hue angle of 320.32º 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 #FF42BF is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 191 | - |
| CMYK | 0 | 0.74 | 0.25 | 0 |
| HSL | 320.32º | 1% | 0.63% | - |
| HSV(B) | 320.32º | 0.74% | 1% | - |
| XYZ | 52.59 | 28.92 | 52.1 | - |
| YUV | 136.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 191 | 0 | 0.74 | 0.25 | 0 | 320.32 | 1 | 0.63 |
| Hex | FF | 42 | BF | 0 | 4A | 19 | 0 | 140 | 64 | 3F |
| Octal | 377 | 102 | 277 | 0 | 112 | 31 | 0 | 500 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10111111 | 0 | 1001010 | 11001 | 0 | 101000000 | 1100100 | 111111 |
Color Harmonies of #FF42BF
Complementary color
Monochromatic Colors of #FF42BF
Black with #FF42BF
Text Example
Text Example
White with #FF42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42BF; }
p { color: rgb(255,66,191); }
H1.HeaderClassName
{
color: #FF42BF;
}
.AnyTagClassName
{
color: #FF42BF;
}
</style>
background-color css
<style>
a { background-color: #FF42BF; }
a { background-color: rgb(255,66,191); }
div.DivClassName
{
background-color: #FF42BF;
}
.BgClassName
{
background-color: #FF42BF;
}
</style>
border-color css
<style>
span { border-color: #FF42BF; }
span { border-color: rgb(255,66,191); }
td.TdClassName
{
border-color: #FF42BF;
}
.TagClassName
{
border-color: #FF42BF;
}
</style>