Shades of Razzle Dazzle Rose #FE3CC2
Tints of Razzle Dazzle Rose #FE3CC2
RGB
CMYK
RGB Variations
Color information
#FE3CC2 (or 0xFE3CC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and C2. RGB value is (254,60,194). Sum of RGB (Red+Green+Blue) = 254+60+194=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CC2 is #01C33D. Grayscale: #848484. Windows color (decimal): -115518 or 12729598. OLE color: 12729598.
HSL color Cylindrical-coordinate representation of color #FE3CC2: hue angle of 318.56º 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 #FE3CC2 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 194 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.00 |
| HSL | 318.56º | 0.99% | 0.62% | - |
| HSV(B) | 318.56º | 0.76% | 1% | - |
| XYZ | 52.23 | 28.2 | 53.73 | - |
| YUV | 133.28 | 162.27 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 194 | 0 | 0.76 | 0.24 | 0.00 | 318.56 | 0.99 | 0.62 |
| Hex | FE | 3C | C2 | 0 | 4C | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 74 | 302 | 0 | 114 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111100 | 11000010 | 0 | 1001100 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3CC2
Complementary color
Monochromatic Colors of #FE3CC2
Black with #FE3CC2
Text Example
Text Example
White with #FE3CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CC2; }
p { color: rgb(254,60,194); }
H1.HeaderClassName
{
color: #FE3CC2;
}
.AnyTagClassName
{
color: #FE3CC2;
}
</style>
background-color css
<style>
a { background-color: #FE3CC2; }
a { background-color: rgb(254,60,194); }
div.DivClassName
{
background-color: #FE3CC2;
}
.BgClassName
{
background-color: #FE3CC2;
}
</style>
border-color css
<style>
span { border-color: #FE3CC2; }
span { border-color: rgb(254,60,194); }
td.TdClassName
{
border-color: #FE3CC2;
}
.TagClassName
{
border-color: #FE3CC2;
}
</style>