Shades of Razzle Dazzle Rose #FE45BC
Tints of Razzle Dazzle Rose #FE45BC
RGB
CMYK
RGB Variations
Color information
#FE45BC (or 0xFE45BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 45 and BC. RGB value is (254,69,188). Sum of RGB (Red+Green+Blue) = 254+69+188=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45BC is #01BA43. Grayscale: #898989. Windows color (decimal): -113220 or 12338686. OLE color: 12338686.
HSL color Cylindrical-coordinate representation of color #FE45BC: hue angle of 321.41º 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 #FE45BC is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 188 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.00 |
| HSL | 321.41º | 0.99% | 0.63% | - |
| HSV(B) | 321.41º | 0.73% | 1% | - |
| XYZ | 52.08 | 28.96 | 50.42 | - |
| YUV | 137.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 188 | 0 | 0.73 | 0.26 | 0.00 | 321.41 | 0.99 | 0.63 |
| Hex | FE | 45 | BC | 0 | 49 | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 105 | 274 | 0 | 111 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10111100 | 0 | 1001001 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE45BC
Complementary color
Monochromatic Colors of #FE45BC
Black with #FE45BC
Text Example
Text Example
White with #FE45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45BC; }
p { color: rgb(254,69,188); }
H1.HeaderClassName
{
color: #FE45BC;
}
.AnyTagClassName
{
color: #FE45BC;
}
</style>
background-color css
<style>
a { background-color: #FE45BC; }
a { background-color: rgb(254,69,188); }
div.DivClassName
{
background-color: #FE45BC;
}
.BgClassName
{
background-color: #FE45BC;
}
</style>
border-color css
<style>
span { border-color: #FE45BC; }
span { border-color: rgb(254,69,188); }
td.TdClassName
{
border-color: #FE45BC;
}
.TagClassName
{
border-color: #FE45BC;
}
</style>