Shades of Razzle Dazzle Rose #FE44BD
Tints of Razzle Dazzle Rose #FE44BD
RGB
CMYK
RGB Variations
Color information
#FE44BD (or 0xFE44BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and BD. RGB value is (254,68,189). Sum of RGB (Red+Green+Blue) = 254+68+189=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44BD is #01BB42. Grayscale: #898989. Windows color (decimal): -113475 or 12403966. OLE color: 12403966.
HSL color Cylindrical-coordinate representation of color #FE44BD: hue angle of 320.97º 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 #FE44BD is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 189 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.00 |
| HSL | 320.97º | 0.99% | 0.63% | - |
| HSV(B) | 320.97º | 0.73% | 1% | - |
| XYZ | 52.13 | 28.88 | 50.97 | - |
| YUV | 137.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 189 | 0 | 0.73 | 0.26 | 0.00 | 320.97 | 0.99 | 0.63 |
| Hex | FE | 44 | BD | 0 | 49 | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 104 | 275 | 0 | 111 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10111101 | 0 | 1001001 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE44BD
Complementary color
Monochromatic Colors of #FE44BD
Black with #FE44BD
Text Example
Text Example
White with #FE44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44BD; }
p { color: rgb(254,68,189); }
H1.HeaderClassName
{
color: #FE44BD;
}
.AnyTagClassName
{
color: #FE44BD;
}
</style>
background-color css
<style>
a { background-color: #FE44BD; }
a { background-color: rgb(254,68,189); }
div.DivClassName
{
background-color: #FE44BD;
}
.BgClassName
{
background-color: #FE44BD;
}
</style>
border-color css
<style>
span { border-color: #FE44BD; }
span { border-color: rgb(254,68,189); }
td.TdClassName
{
border-color: #FE44BD;
}
.TagClassName
{
border-color: #FE44BD;
}
</style>