Shades of Razzle Dazzle Rose #FE44BC
Tints of Razzle Dazzle Rose #FE44BC
RGB
CMYK
RGB Variations
Color information
#FE44BC (or 0xFE44BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and BC. RGB value is (254,68,188). Sum of RGB (Red+Green+Blue) = 254+68+188=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44BC is #01BB43. Grayscale: #898989. Windows color (decimal): -113476 or 12338430. OLE color: 12338430.
HSL color Cylindrical-coordinate representation of color #FE44BC: hue angle of 321.29º 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 #FE44BC is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 188 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.00 |
| HSL | 321.29º | 0.99% | 0.63% | - |
| HSV(B) | 321.29º | 0.73% | 1% | - |
| XYZ | 52.02 | 28.84 | 50.4 | - |
| YUV | 137.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 188 | 0 | 0.73 | 0.26 | 0.00 | 321.29 | 0.99 | 0.63 |
| Hex | FE | 44 | BC | 0 | 49 | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 104 | 274 | 0 | 111 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10111100 | 0 | 1001001 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE44BC
Complementary color
Monochromatic Colors of #FE44BC
Black with #FE44BC
Text Example
Text Example
White with #FE44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44BC; }
p { color: rgb(254,68,188); }
H1.HeaderClassName
{
color: #FE44BC;
}
.AnyTagClassName
{
color: #FE44BC;
}
</style>
background-color css
<style>
a { background-color: #FE44BC; }
a { background-color: rgb(254,68,188); }
div.DivClassName
{
background-color: #FE44BC;
}
.BgClassName
{
background-color: #FE44BC;
}
</style>
border-color css
<style>
span { border-color: #FE44BC; }
span { border-color: rgb(254,68,188); }
td.TdClassName
{
border-color: #FE44BC;
}
.TagClassName
{
border-color: #FE44BC;
}
</style>