Shades of Razzle Dazzle Rose #FF42EE
Tints of Razzle Dazzle Rose #FF42EE
RGB
CMYK
RGB Variations
Color information
#FF42EE (or 0xFF42EE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and EE. RGB value is (255,66,238). Sum of RGB (Red+Green+Blue) = 255+66+238=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42EE is #00BD11. Grayscale: #8D8D8D. Windows color (decimal): -48402 or 15614719. OLE color: 15614719.
HSL color Cylindrical-coordinate representation of color #FF42EE: hue angle of 305.4º 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 #FF42EE is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 238 | - |
| CMYK | 0 | 0.74 | 0.07 | 0 |
| HSL | 305.4º | 1% | 0.63% | - |
| HSV(B) | 305.4º | 0.74% | 1% | - |
| XYZ | 58.62 | 31.33 | 83.85 | - |
| YUV | 142.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 238 | 0 | 0.74 | 0.07 | 0 | 305.4 | 1 | 0.63 |
| Hex | FF | 42 | EE | 0 | 4A | 7 | 0 | 131 | 64 | 3F |
| Octal | 377 | 102 | 356 | 0 | 112 | 7 | 0 | 461 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11101110 | 0 | 1001010 | 111 | 0 | 100110001 | 1100100 | 111111 |
Color Harmonies of #FF42EE
Complementary color
Monochromatic Colors of #FF42EE
Black with #FF42EE
Text Example
Text Example
White with #FF42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42EE; }
p { color: rgb(255,66,238); }
H1.HeaderClassName
{
color: #FF42EE;
}
.AnyTagClassName
{
color: #FF42EE;
}
</style>
background-color css
<style>
a { background-color: #FF42EE; }
a { background-color: rgb(255,66,238); }
div.DivClassName
{
background-color: #FF42EE;
}
.BgClassName
{
background-color: #FF42EE;
}
</style>
border-color css
<style>
span { border-color: #FF42EE; }
span { border-color: rgb(255,66,238); }
td.TdClassName
{
border-color: #FF42EE;
}
.TagClassName
{
border-color: #FF42EE;
}
</style>