Shades of Razzle Dazzle Rose #FE32C3
Tints of Razzle Dazzle Rose #FE32C3
RGB
CMYK
RGB Variations
Color information
#FE32C3 (or 0xFE32C3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and C3. RGB value is (254,50,195). Sum of RGB (Red+Green+Blue) = 254+50+195=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32C3 is #01CD3C. Grayscale: #7F7F7F. Windows color (decimal): -118077 or 12792574. OLE color: 12792574.
HSL color Cylindrical-coordinate representation of color #FE32C3: hue angle of 317.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32C3 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 195 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.00 |
| HSL | 317.35º | 0.99% | 0.6% | - |
| HSV(B) | 317.35º | 0.8% | 1% | - |
| XYZ | 51.86 | 27.29 | 54.16 | - |
| YUV | 127.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 195 | 0 | 0.80 | 0.23 | 0.00 | 317.35 | 0.99 | 0.6 |
| Hex | FE | 32 | C3 | 0 | 50 | 17 | 0 | 13D | 63 | 3C |
| Octal | 376 | 62 | 303 | 0 | 120 | 27 | 0 | 475 | 143 | 74 |
| Binary | 11111110 | 110010 | 11000011 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100011 | 111100 |
Color Harmonies of #FE32C3
Complementary color
Monochromatic Colors of #FE32C3
Black with #FE32C3
Text Example
Text Example
White with #FE32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32C3; }
p { color: rgb(254,50,195); }
H1.HeaderClassName
{
color: #FE32C3;
}
.AnyTagClassName
{
color: #FE32C3;
}
</style>
background-color css
<style>
a { background-color: #FE32C3; }
a { background-color: rgb(254,50,195); }
div.DivClassName
{
background-color: #FE32C3;
}
.BgClassName
{
background-color: #FE32C3;
}
</style>
border-color css
<style>
span { border-color: #FE32C3; }
span { border-color: rgb(254,50,195); }
td.TdClassName
{
border-color: #FE32C3;
}
.TagClassName
{
border-color: #FE32C3;
}
</style>