Shades of Razzle Dazzle Rose #FE2CC4
Tints of Razzle Dazzle Rose #FE2CC4
RGB
CMYK
RGB Variations
Color information
#FE2CC4 (or 0xFE2CC4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and C4. RGB value is (254,44,196). Sum of RGB (Red+Green+Blue) = 254+44+196=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CC4 is #01D33B. Grayscale: #7B7B7B. Windows color (decimal): -119612 or 12856574. OLE color: 12856574.
HSL color Cylindrical-coordinate representation of color #FE2CC4: hue angle of 316.57º 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 #FE2CC4 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 196 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.00 |
| HSL | 316.57º | 0.99% | 0.58% | - |
| HSV(B) | 316.57º | 0.83% | 1% | - |
| XYZ | 51.74 | 26.86 | 54.68 | - |
| YUV | 124.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 196 | 0 | 0.83 | 0.23 | 0.00 | 316.57 | 0.99 | 0.58 |
| Hex | FE | 2C | C4 | 0 | 53 | 17 | 0 | 13D | 63 | 3A |
| Octal | 376 | 54 | 304 | 0 | 123 | 27 | 0 | 475 | 143 | 72 |
| Binary | 11111110 | 101100 | 11000100 | 0 | 1010011 | 10111 | 0 | 100111101 | 1100011 | 111010 |
Color Harmonies of #FE2CC4
Complementary color
Monochromatic Colors of #FE2CC4
Black with #FE2CC4
Text Example
Text Example
White with #FE2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CC4; }
p { color: rgb(254,44,196); }
H1.HeaderClassName
{
color: #FE2CC4;
}
.AnyTagClassName
{
color: #FE2CC4;
}
</style>
background-color css
<style>
a { background-color: #FE2CC4; }
a { background-color: rgb(254,44,196); }
div.DivClassName
{
background-color: #FE2CC4;
}
.BgClassName
{
background-color: #FE2CC4;
}
</style>
border-color css
<style>
span { border-color: #FE2CC4; }
span { border-color: rgb(254,44,196); }
td.TdClassName
{
border-color: #FE2CC4;
}
.TagClassName
{
border-color: #FE2CC4;
}
</style>