Shades of Razzle Dazzle Rose #FE44CF
Tints of Razzle Dazzle Rose #FE44CF
RGB
CMYK
RGB Variations
Color information
#FE44CF (or 0xFE44CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and CF. RGB value is (254,68,207). Sum of RGB (Red+Green+Blue) = 254+68+207=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44CF is #01BB30. Grayscale: #8B8B8B. Windows color (decimal): -113457 or 13583614. OLE color: 13583614.
HSL color Cylindrical-coordinate representation of color #FE44CF: hue angle of 315.16º 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 #FE44CF is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 207 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.00 |
| HSL | 315.16º | 0.99% | 0.63% | - |
| HSV(B) | 315.16º | 0.73% | 1% | - |
| XYZ | 54.2 | 29.71 | 61.91 | - |
| YUV | 139.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 207 | 0 | 0.73 | 0.19 | 0.00 | 315.16 | 0.99 | 0.63 |
| Hex | FE | 44 | CF | 0 | 49 | 13 | 0 | 13B | 63 | 3F |
| Octal | 376 | 104 | 317 | 0 | 111 | 23 | 0 | 473 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11001111 | 0 | 1001001 | 10011 | 0 | 100111011 | 1100011 | 111111 |
Color Harmonies of #FE44CF
Complementary color
Monochromatic Colors of #FE44CF
Black with #FE44CF
Text Example
Text Example
White with #FE44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44CF; }
p { color: rgb(254,68,207); }
H1.HeaderClassName
{
color: #FE44CF;
}
.AnyTagClassName
{
color: #FE44CF;
}
</style>
background-color css
<style>
a { background-color: #FE44CF; }
a { background-color: rgb(254,68,207); }
div.DivClassName
{
background-color: #FE44CF;
}
.BgClassName
{
background-color: #FE44CF;
}
</style>
border-color css
<style>
span { border-color: #FE44CF; }
span { border-color: rgb(254,68,207); }
td.TdClassName
{
border-color: #FE44CF;
}
.TagClassName
{
border-color: #FE44CF;
}
</style>