Shades of Razzle Dazzle Rose #FE44BA
Tints of Razzle Dazzle Rose #FE44BA
RGB
CMYK
RGB Variations
Color information
#FE44BA (or 0xFE44BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and BA. RGB value is (254,68,186). Sum of RGB (Red+Green+Blue) = 254+68+186=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44BA is #01BB45. Grayscale: #888888. Windows color (decimal): -113478 or 12207358. OLE color: 12207358.
HSL color Cylindrical-coordinate representation of color #FE44BA: hue angle of 321.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44BA is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 186 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.00 |
| HSL | 321.94º | 0.99% | 0.63% | - |
| HSV(B) | 321.94º | 0.73% | 1% | - |
| XYZ | 51.8 | 28.75 | 49.27 | - |
| YUV | 137.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 186 | 0 | 0.73 | 0.27 | 0.00 | 321.94 | 0.99 | 0.63 |
| Hex | FE | 44 | BA | 0 | 49 | 1B | 0 | 142 | 63 | 3F |
| Octal | 376 | 104 | 272 | 0 | 111 | 33 | 0 | 502 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10111010 | 0 | 1001001 | 11011 | 0 | 101000010 | 1100011 | 111111 |
Color Harmonies of #FE44BA
Complementary color
Monochromatic Colors of #FE44BA
Black with #FE44BA
Text Example
Text Example
White with #FE44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44BA; }
p { color: rgb(254,68,186); }
H1.HeaderClassName
{
color: #FE44BA;
}
.AnyTagClassName
{
color: #FE44BA;
}
</style>
background-color css
<style>
a { background-color: #FE44BA; }
a { background-color: rgb(254,68,186); }
div.DivClassName
{
background-color: #FE44BA;
}
.BgClassName
{
background-color: #FE44BA;
}
</style>
border-color css
<style>
span { border-color: #FE44BA; }
span { border-color: rgb(254,68,186); }
td.TdClassName
{
border-color: #FE44BA;
}
.TagClassName
{
border-color: #FE44BA;
}
</style>