Shades of Razzle Dazzle Rose #FF41DC
Tints of Razzle Dazzle Rose #FF41DC
RGB
CMYK
RGB Variations
Color information
#FF41DC (or 0xFF41DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and DC. RGB value is (255,65,220). Sum of RGB (Red+Green+Blue) = 255+65+220=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 65 (25.78% from 255 or 12.04% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41DC is #00BE23. Grayscale: #8B8B8B. Windows color (decimal): -48676 or 14434815. OLE color: 14434815.
HSL color Cylindrical-coordinate representation of color #FF41DC: hue angle of 311.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41DC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 220 | - |
| CMYK | 0 | 0.75 | 0.14 | 0 |
| HSL | 311.05º | 1% | 0.63% | - |
| HSV(B) | 311.05º | 0.75% | 1% | - |
| XYZ | 56.05 | 30.21 | 70.59 | - |
| YUV | 139.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 220 | 0 | 0.75 | 0.14 | 0 | 311.05 | 1 | 0.63 |
| Hex | FF | 41 | DC | 0 | 4B | E | 0 | 137 | 64 | 3F |
| Octal | 377 | 101 | 334 | 0 | 113 | 16 | 0 | 467 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11011100 | 0 | 1001011 | 1110 | 0 | 100110111 | 1100100 | 111111 |
Color Harmonies of #FF41DC
Complementary color
Monochromatic Colors of #FF41DC
Black with #FF41DC
Text Example
Text Example
White with #FF41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41DC; }
p { color: rgb(255,65,220); }
H1.HeaderClassName
{
color: #FF41DC;
}
.AnyTagClassName
{
color: #FF41DC;
}
</style>
background-color css
<style>
a { background-color: #FF41DC; }
a { background-color: rgb(255,65,220); }
div.DivClassName
{
background-color: #FF41DC;
}
.BgClassName
{
background-color: #FF41DC;
}
</style>
border-color css
<style>
span { border-color: #FF41DC; }
span { border-color: rgb(255,65,220); }
td.TdClassName
{
border-color: #FF41DC;
}
.TagClassName
{
border-color: #FF41DC;
}
</style>