Shades of Razzle Dazzle Rose #FF41D0
Tints of Razzle Dazzle Rose #FF41D0
RGB
CMYK
RGB Variations
Color information
#FF41D0 (or 0xFF41D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and D0. RGB value is (255,65,208). Sum of RGB (Red+Green+Blue) = 255+65+208=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41D0 is #00BE2F. Grayscale: #898989. Windows color (decimal): -48688 or 13648383. OLE color: 13648383.
HSL color Cylindrical-coordinate representation of color #FF41D0: hue angle of 314.84º 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 #FF41D0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 208 | - |
| CMYK | 0 | 0.75 | 0.18 | 0 |
| HSL | 314.84º | 1% | 0.63% | - |
| HSV(B) | 314.84º | 0.75% | 1% | - |
| XYZ | 54.52 | 29.59 | 62.51 | - |
| YUV | 138.11 | 167.45 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 208 | 0 | 0.75 | 0.18 | 0 | 314.84 | 1 | 0.63 |
| Hex | FF | 41 | D0 | 0 | 4B | 12 | 0 | 13B | 64 | 3F |
| Octal | 377 | 101 | 320 | 0 | 113 | 22 | 0 | 473 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11010000 | 0 | 1001011 | 10010 | 0 | 100111011 | 1100100 | 111111 |
Color Harmonies of #FF41D0
Complementary color
Monochromatic Colors of #FF41D0
Black with #FF41D0
Text Example
Text Example
White with #FF41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41D0; }
p { color: rgb(255,65,208); }
H1.HeaderClassName
{
color: #FF41D0;
}
.AnyTagClassName
{
color: #FF41D0;
}
</style>
background-color css
<style>
a { background-color: #FF41D0; }
a { background-color: rgb(255,65,208); }
div.DivClassName
{
background-color: #FF41D0;
}
.BgClassName
{
background-color: #FF41D0;
}
</style>
border-color css
<style>
span { border-color: #FF41D0; }
span { border-color: rgb(255,65,208); }
td.TdClassName
{
border-color: #FF41D0;
}
.TagClassName
{
border-color: #FF41D0;
}
</style>