Shades of Razzle Dazzle Rose #FF41BB
Tints of Razzle Dazzle Rose #FF41BB
RGB
CMYK
RGB Variations
Color information
#FF41BB (or 0xFF41BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and BB. RGB value is (255,65,187). Sum of RGB (Red+Green+Blue) = 255+65+187=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41BB is #00BE44. Grayscale: #878787. Windows color (decimal): -48709 or 12272127. OLE color: 12272127.
HSL color Cylindrical-coordinate representation of color #FF41BB: hue angle of 321.47º 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 #FF41BB is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 187 | - |
| CMYK | 0 | 0.75 | 0.27 | 0 |
| HSL | 321.47º | 1% | 0.63% | - |
| HSV(B) | 321.47º | 0.75% | 1% | - |
| XYZ | 52.1 | 28.63 | 49.79 | - |
| YUV | 135.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 187 | 0 | 0.75 | 0.27 | 0 | 321.47 | 1 | 0.63 |
| Hex | FF | 41 | BB | 0 | 4B | 1B | 0 | 141 | 64 | 3F |
| Octal | 377 | 101 | 273 | 0 | 113 | 33 | 0 | 501 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10111011 | 0 | 1001011 | 11011 | 0 | 101000001 | 1100100 | 111111 |
Color Harmonies of #FF41BB
Complementary color
Monochromatic Colors of #FF41BB
Black with #FF41BB
Text Example
Text Example
White with #FF41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41BB; }
p { color: rgb(255,65,187); }
H1.HeaderClassName
{
color: #FF41BB;
}
.AnyTagClassName
{
color: #FF41BB;
}
</style>
background-color css
<style>
a { background-color: #FF41BB; }
a { background-color: rgb(255,65,187); }
div.DivClassName
{
background-color: #FF41BB;
}
.BgClassName
{
background-color: #FF41BB;
}
</style>
border-color css
<style>
span { border-color: #FF41BB; }
span { border-color: rgb(255,65,187); }
td.TdClassName
{
border-color: #FF41BB;
}
.TagClassName
{
border-color: #FF41BB;
}
</style>