Shades of Razzle Dazzle Rose #FE3CCA
Tints of Razzle Dazzle Rose #FE3CCA
RGB
CMYK
RGB Variations
Color information
#FE3CCA (or 0xFE3CCA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and CA. RGB value is (254,60,202). Sum of RGB (Red+Green+Blue) = 254+60+202=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CCA is #01C335. Grayscale: #858585. Windows color (decimal): -115510 or 13253886. OLE color: 13253886.
HSL color Cylindrical-coordinate representation of color #FE3CCA: hue angle of 316.08º 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 #FE3CCA is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 202 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.00 |
| HSL | 316.08º | 0.99% | 0.62% | - |
| HSV(B) | 316.08º | 0.76% | 1% | - |
| XYZ | 53.15 | 28.57 | 58.59 | - |
| YUV | 134.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 202 | 0 | 0.76 | 0.20 | 0.00 | 316.08 | 0.99 | 0.62 |
| Hex | FE | 3C | CA | 0 | 4C | 14 | 0 | 13C | 63 | 3E |
| Octal | 376 | 74 | 312 | 0 | 114 | 24 | 0 | 474 | 143 | 76 |
| Binary | 11111110 | 111100 | 11001010 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100011 | 111110 |
Color Harmonies of #FE3CCA
Complementary color
Monochromatic Colors of #FE3CCA
Black with #FE3CCA
Text Example
Text Example
White with #FE3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CCA; }
p { color: rgb(254,60,202); }
H1.HeaderClassName
{
color: #FE3CCA;
}
.AnyTagClassName
{
color: #FE3CCA;
}
</style>
background-color css
<style>
a { background-color: #FE3CCA; }
a { background-color: rgb(254,60,202); }
div.DivClassName
{
background-color: #FE3CCA;
}
.BgClassName
{
background-color: #FE3CCA;
}
</style>
border-color css
<style>
span { border-color: #FE3CCA; }
span { border-color: rgb(254,60,202); }
td.TdClassName
{
border-color: #FE3CCA;
}
.TagClassName
{
border-color: #FE3CCA;
}
</style>