Shades of Razzle Dazzle Rose #FE3CCC
Tints of Razzle Dazzle Rose #FE3CCC
RGB
CMYK
RGB Variations
Color information
#FE3CCC (or 0xFE3CCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and CC. RGB value is (254,60,204). Sum of RGB (Red+Green+Blue) = 254+60+204=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CCC is #01C333. Grayscale: #868686. Windows color (decimal): -115508 or 13384958. OLE color: 13384958.
HSL color Cylindrical-coordinate representation of color #FE3CCC: hue angle of 315.46º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CCC is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 204 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.00 |
| HSL | 315.46º | 0.99% | 0.62% | - |
| HSV(B) | 315.46º | 0.76% | 1% | - |
| XYZ | 53.39 | 28.66 | 59.85 | - |
| YUV | 134.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 204 | 0 | 0.76 | 0.20 | 0.00 | 315.46 | 0.99 | 0.62 |
| Hex | FE | 3C | CC | 0 | 4C | 14 | 0 | 13B | 63 | 3E |
| Octal | 376 | 74 | 314 | 0 | 114 | 24 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 111100 | 11001100 | 0 | 1001100 | 10100 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE3CCC
Complementary color
Monochromatic Colors of #FE3CCC
Black with #FE3CCC
Text Example
Text Example
White with #FE3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CCC; }
p { color: rgb(254,60,204); }
H1.HeaderClassName
{
color: #FE3CCC;
}
.AnyTagClassName
{
color: #FE3CCC;
}
</style>
background-color css
<style>
a { background-color: #FE3CCC; }
a { background-color: rgb(254,60,204); }
div.DivClassName
{
background-color: #FE3CCC;
}
.BgClassName
{
background-color: #FE3CCC;
}
</style>
border-color css
<style>
span { border-color: #FE3CCC; }
span { border-color: rgb(254,60,204); }
td.TdClassName
{
border-color: #FE3CCC;
}
.TagClassName
{
border-color: #FE3CCC;
}
</style>