Shades of Razzle Dazzle Rose #FE4BCC
Tints of Razzle Dazzle Rose #FE4BCC
RGB
CMYK
RGB Variations
Color information
#FE4BCC (or 0xFE4BCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4B and CC. RGB value is (254,75,204). Sum of RGB (Red+Green+Blue) = 254+75+204=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BCC is #01B433. Grayscale: #8E8E8E. Windows color (decimal): -111668 or 13388798. OLE color: 13388798.
HSL color Cylindrical-coordinate representation of color #FE4BCC: hue angle of 316.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BCC is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 204 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.00 |
| HSL | 316.76º | 0.99% | 0.65% | - |
| HSV(B) | 316.76º | 0.7% | 1% | - |
| XYZ | 54.29 | 30.46 | 60.15 | - |
| YUV | 143.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 204 | 0 | 0.70 | 0.20 | 0.00 | 316.76 | 0.99 | 0.65 |
| Hex | FE | 4B | CC | 0 | 46 | 14 | 0 | 13D | 63 | 41 |
| Octal | 376 | 113 | 314 | 0 | 106 | 24 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11001100 | 0 | 1000110 | 10100 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4BCC
Complementary color
Monochromatic Colors of #FE4BCC
Black with #FE4BCC
Text Example
Text Example
White with #FE4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BCC; }
p { color: rgb(254,75,204); }
H1.HeaderClassName
{
color: #FE4BCC;
}
.AnyTagClassName
{
color: #FE4BCC;
}
</style>
background-color css
<style>
a { background-color: #FE4BCC; }
a { background-color: rgb(254,75,204); }
div.DivClassName
{
background-color: #FE4BCC;
}
.BgClassName
{
background-color: #FE4BCC;
}
</style>
border-color css
<style>
span { border-color: #FE4BCC; }
span { border-color: rgb(254,75,204); }
td.TdClassName
{
border-color: #FE4BCC;
}
.TagClassName
{
border-color: #FE4BCC;
}
</style>