Shades of Razzle Dazzle Rose #FF41B9
Tints of Razzle Dazzle Rose #FF41B9
RGB
CMYK
RGB Variations
Color information
#FF41B9 (or 0xFF41B9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and B9. RGB value is (255,65,185). Sum of RGB (Red+Green+Blue) = 255+65+185=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41B9 is #00BE46. Grayscale: #878787. Windows color (decimal): -48711 or 12141055. OLE color: 12141055.
HSL color Cylindrical-coordinate representation of color #FF41B9: hue angle of 322.11º 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 #FF41B9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 185 | - |
| CMYK | 0 | 0.75 | 0.27 | 0 |
| HSL | 322.11º | 1% | 0.63% | - |
| HSV(B) | 322.11º | 0.75% | 1% | - |
| XYZ | 51.89 | 28.54 | 48.67 | - |
| YUV | 135.49 | 155.95 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 185 | 0 | 0.75 | 0.27 | 0 | 322.11 | 1 | 0.63 |
| Hex | FF | 41 | B9 | 0 | 4B | 1B | 0 | 142 | 64 | 3F |
| Octal | 377 | 101 | 271 | 0 | 113 | 33 | 0 | 502 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10111001 | 0 | 1001011 | 11011 | 0 | 101000010 | 1100100 | 111111 |
Color Harmonies of #FF41B9
Complementary color
Monochromatic Colors of #FF41B9
Black with #FF41B9
Text Example
Text Example
White with #FF41B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41B9; }
p { color: rgb(255,65,185); }
H1.HeaderClassName
{
color: #FF41B9;
}
.AnyTagClassName
{
color: #FF41B9;
}
</style>
background-color css
<style>
a { background-color: #FF41B9; }
a { background-color: rgb(255,65,185); }
div.DivClassName
{
background-color: #FF41B9;
}
.BgClassName
{
background-color: #FF41B9;
}
</style>
border-color css
<style>
span { border-color: #FF41B9; }
span { border-color: rgb(255,65,185); }
td.TdClassName
{
border-color: #FF41B9;
}
.TagClassName
{
border-color: #FF41B9;
}
</style>