Shades of Razzle Dazzle Rose #FE44C8
Tints of Razzle Dazzle Rose #FE44C8
RGB
CMYK
RGB Variations
Color information
#FE44C8 (or 0xFE44C8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and C8. RGB value is (254,68,200). Sum of RGB (Red+Green+Blue) = 254+68+200=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44C8 is #01BB37. Grayscale: #8A8A8A. Windows color (decimal): -113464 or 13124862. OLE color: 13124862.
HSL color Cylindrical-coordinate representation of color #FE44C8: hue angle of 317.42º 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 #FE44C8 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 200 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.00 |
| HSL | 317.42º | 0.99% | 0.63% | - |
| HSV(B) | 317.42º | 0.73% | 1% | - |
| XYZ | 53.37 | 29.38 | 57.5 | - |
| YUV | 138.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 200 | 0 | 0.73 | 0.21 | 0.00 | 317.42 | 0.99 | 0.63 |
| Hex | FE | 44 | C8 | 0 | 49 | 15 | 0 | 13D | 63 | 3F |
| Octal | 376 | 104 | 310 | 0 | 111 | 25 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11001000 | 0 | 1001001 | 10101 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE44C8
Complementary color
Monochromatic Colors of #FE44C8
Black with #FE44C8
Text Example
Text Example
White with #FE44C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44C8; }
p { color: rgb(254,68,200); }
H1.HeaderClassName
{
color: #FE44C8;
}
.AnyTagClassName
{
color: #FE44C8;
}
</style>
background-color css
<style>
a { background-color: #FE44C8; }
a { background-color: rgb(254,68,200); }
div.DivClassName
{
background-color: #FE44C8;
}
.BgClassName
{
background-color: #FE44C8;
}
</style>
border-color css
<style>
span { border-color: #FE44C8; }
span { border-color: rgb(254,68,200); }
td.TdClassName
{
border-color: #FE44C8;
}
.TagClassName
{
border-color: #FE44C8;
}
</style>