Shades of Razzle Dazzle Rose #FE2CC3
Tints of Razzle Dazzle Rose #FE2CC3
RGB
CMYK
RGB Variations
Color information
#FE2CC3 (or 0xFE2CC3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and C3. RGB value is (254,44,195). Sum of RGB (Red+Green+Blue) = 254+44+195=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CC3 is #01D33C. Grayscale: #7B7B7B. Windows color (decimal): -119613 or 12791038. OLE color: 12791038.
HSL color Cylindrical-coordinate representation of color #FE2CC3: hue angle of 316.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CC3 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 195 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.00 |
| HSL | 316.86º | 0.99% | 0.58% | - |
| HSV(B) | 316.86º | 0.83% | 1% | - |
| XYZ | 51.62 | 26.81 | 54.08 | - |
| YUV | 124 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 195 | 0 | 0.83 | 0.23 | 0.00 | 316.86 | 0.99 | 0.58 |
| Hex | FE | 2C | C3 | 0 | 53 | 17 | 0 | 13D | 63 | 3A |
| Octal | 376 | 54 | 303 | 0 | 123 | 27 | 0 | 475 | 143 | 72 |
| Binary | 11111110 | 101100 | 11000011 | 0 | 1010011 | 10111 | 0 | 100111101 | 1100011 | 111010 |
Color Harmonies of #FE2CC3
Complementary color
Monochromatic Colors of #FE2CC3
Black with #FE2CC3
Text Example
Text Example
White with #FE2CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CC3; }
p { color: rgb(254,44,195); }
H1.HeaderClassName
{
color: #FE2CC3;
}
.AnyTagClassName
{
color: #FE2CC3;
}
</style>
background-color css
<style>
a { background-color: #FE2CC3; }
a { background-color: rgb(254,44,195); }
div.DivClassName
{
background-color: #FE2CC3;
}
.BgClassName
{
background-color: #FE2CC3;
}
</style>
border-color css
<style>
span { border-color: #FE2CC3; }
span { border-color: rgb(254,44,195); }
td.TdClassName
{
border-color: #FE2CC3;
}
.TagClassName
{
border-color: #FE2CC3;
}
</style>