Shades of Razzle Dazzle Rose #FE44B9
Tints of Razzle Dazzle Rose #FE44B9
RGB
CMYK
RGB Variations
Color information
#FE44B9 (or 0xFE44B9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and B9. RGB value is (254,68,185). Sum of RGB (Red+Green+Blue) = 254+68+185=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44B9 is #01BB46. Grayscale: #888888. Windows color (decimal): -113479 or 12141822. OLE color: 12141822.
HSL color Cylindrical-coordinate representation of color #FE44B9: hue angle of 322.26º 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 #FE44B9 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 185 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.00 |
| HSL | 322.26º | 0.99% | 0.63% | - |
| HSV(B) | 322.26º | 0.73% | 1% | - |
| XYZ | 51.7 | 28.71 | 48.72 | - |
| YUV | 136.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 185 | 0 | 0.73 | 0.27 | 0.00 | 322.26 | 0.99 | 0.63 |
| Hex | FE | 44 | B9 | 0 | 49 | 1B | 0 | 142 | 63 | 3F |
| Octal | 376 | 104 | 271 | 0 | 111 | 33 | 0 | 502 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10111001 | 0 | 1001001 | 11011 | 0 | 101000010 | 1100011 | 111111 |
Color Harmonies of #FE44B9
Complementary color
Monochromatic Colors of #FE44B9
Black with #FE44B9
Text Example
Text Example
White with #FE44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44B9; }
p { color: rgb(254,68,185); }
H1.HeaderClassName
{
color: #FE44B9;
}
.AnyTagClassName
{
color: #FE44B9;
}
</style>
background-color css
<style>
a { background-color: #FE44B9; }
a { background-color: rgb(254,68,185); }
div.DivClassName
{
background-color: #FE44B9;
}
.BgClassName
{
background-color: #FE44B9;
}
</style>
border-color css
<style>
span { border-color: #FE44B9; }
span { border-color: rgb(254,68,185); }
td.TdClassName
{
border-color: #FE44B9;
}
.TagClassName
{
border-color: #FE44B9;
}
</style>