Shades of Razzle Dazzle Rose #FE44C9
Tints of Razzle Dazzle Rose #FE44C9
RGB
CMYK
RGB Variations
Color information
#FE44C9 (or 0xFE44C9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and C9. RGB value is (254,68,201). Sum of RGB (Red+Green+Blue) = 254+68+201=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44C9 is #01BB36. Grayscale: #8A8A8A. Windows color (decimal): -113463 or 13190398. OLE color: 13190398.
HSL color Cylindrical-coordinate representation of color #FE44C9: hue angle of 317.1º 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 #FE44C9 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 201 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.00 |
| HSL | 317.1º | 0.99% | 0.63% | - |
| HSV(B) | 317.1º | 0.73% | 1% | - |
| XYZ | 53.48 | 29.42 | 58.12 | - |
| YUV | 138.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 201 | 0 | 0.73 | 0.21 | 0.00 | 317.1 | 0.99 | 0.63 |
| Hex | FE | 44 | C9 | 0 | 49 | 15 | 0 | 13D | 63 | 3F |
| Octal | 376 | 104 | 311 | 0 | 111 | 25 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11001001 | 0 | 1001001 | 10101 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE44C9
Complementary color
Monochromatic Colors of #FE44C9
Black with #FE44C9
Text Example
Text Example
White with #FE44C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44C9; }
p { color: rgb(254,68,201); }
H1.HeaderClassName
{
color: #FE44C9;
}
.AnyTagClassName
{
color: #FE44C9;
}
</style>
background-color css
<style>
a { background-color: #FE44C9; }
a { background-color: rgb(254,68,201); }
div.DivClassName
{
background-color: #FE44C9;
}
.BgClassName
{
background-color: #FE44C9;
}
</style>
border-color css
<style>
span { border-color: #FE44C9; }
span { border-color: rgb(254,68,201); }
td.TdClassName
{
border-color: #FE44C9;
}
.TagClassName
{
border-color: #FE44C9;
}
</style>