Shades of Razzle Dazzle Rose #FF44B9
Tints of Razzle Dazzle Rose #FF44B9
RGB
CMYK
RGB Variations
Color information
#FF44B9 (or 0xFF44B9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 44 and B9. RGB value is (255,68,185). Sum of RGB (Red+Green+Blue) = 255+68+185=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF44B9 is #00BB46. Grayscale: #888888. Windows color (decimal): -47943 or 12141823. OLE color: 12141823.
HSL color Cylindrical-coordinate representation of color #FF44B9: hue angle of 322.46º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44B9 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 185 | - |
| CMYK | 0 | 0.73 | 0.27 | 0 |
| HSL | 322.46º | 1% | 0.63% | - |
| HSV(B) | 322.46º | 0.73% | 1% | - |
| XYZ | 52.06 | 28.9 | 48.73 | - |
| YUV | 137.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 185 | 0 | 0.73 | 0.27 | 0 | 322.46 | 1 | 0.63 |
| Hex | FF | 44 | B9 | 0 | 49 | 1B | 0 | 142 | 64 | 3F |
| Octal | 377 | 104 | 271 | 0 | 111 | 33 | 0 | 502 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10111001 | 0 | 1001001 | 11011 | 0 | 101000010 | 1100100 | 111111 |
Color Harmonies of #FF44B9
Complementary color
Monochromatic Colors of #FF44B9
Black with #FF44B9
Text Example
Text Example
White with #FF44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44B9; }
p { color: rgb(255,68,185); }
H1.HeaderClassName
{
color: #FF44B9;
}
.AnyTagClassName
{
color: #FF44B9;
}
</style>
background-color css
<style>
a { background-color: #FF44B9; }
a { background-color: rgb(255,68,185); }
div.DivClassName
{
background-color: #FF44B9;
}
.BgClassName
{
background-color: #FF44B9;
}
</style>
border-color css
<style>
span { border-color: #FF44B9; }
span { border-color: rgb(255,68,185); }
td.TdClassName
{
border-color: #FF44B9;
}
.TagClassName
{
border-color: #FF44B9;
}
</style>