Shades of Razzle Dazzle Rose #FE44CA
Tints of Razzle Dazzle Rose #FE44CA
RGB
CMYK
RGB Variations
Color information
#FE44CA (or 0xFE44CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and CA. RGB value is (254,68,202). Sum of RGB (Red+Green+Blue) = 254+68+202=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44CA is #01BB35. Grayscale: #8A8A8A. Windows color (decimal): -113462 or 13255934. OLE color: 13255934.
HSL color Cylindrical-coordinate representation of color #FE44CA: hue angle of 316.77º 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 #FE44CA is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 202 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.00 |
| HSL | 316.77º | 0.99% | 0.63% | - |
| HSV(B) | 316.77º | 0.73% | 1% | - |
| XYZ | 53.6 | 29.47 | 58.74 | - |
| YUV | 138.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 202 | 0 | 0.73 | 0.20 | 0.00 | 316.77 | 0.99 | 0.63 |
| Hex | FE | 44 | CA | 0 | 49 | 14 | 0 | 13D | 63 | 3F |
| Octal | 376 | 104 | 312 | 0 | 111 | 24 | 0 | 475 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11001010 | 0 | 1001001 | 10100 | 0 | 100111101 | 1100011 | 111111 |
Color Harmonies of #FE44CA
Complementary color
Monochromatic Colors of #FE44CA
Black with #FE44CA
Text Example
Text Example
White with #FE44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44CA; }
p { color: rgb(254,68,202); }
H1.HeaderClassName
{
color: #FE44CA;
}
.AnyTagClassName
{
color: #FE44CA;
}
</style>
background-color css
<style>
a { background-color: #FE44CA; }
a { background-color: rgb(254,68,202); }
div.DivClassName
{
background-color: #FE44CA;
}
.BgClassName
{
background-color: #FE44CA;
}
</style>
border-color css
<style>
span { border-color: #FE44CA; }
span { border-color: rgb(254,68,202); }
td.TdClassName
{
border-color: #FE44CA;
}
.TagClassName
{
border-color: #FE44CA;
}
</style>