Shades of Razzle Dazzle Rose #FE34D4
Tints of Razzle Dazzle Rose #FE34D4
RGB
CMYK
RGB Variations
Color information
#FE34D4 (or 0xFE34D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and D4. RGB value is (254,52,212). Sum of RGB (Red+Green+Blue) = 254+52+212=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34D4 is #01CB2B. Grayscale: #828282. Windows color (decimal): -117548 or 13907198. OLE color: 13907198.
HSL color Cylindrical-coordinate representation of color #FE34D4: hue angle of 312.48º 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 #FE34D4 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 212 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.00 |
| HSL | 312.48º | 0.99% | 0.6% | - |
| HSV(B) | 312.48º | 0.8% | 1% | - |
| XYZ | 53.98 | 28.28 | 64.9 | - |
| YUV | 130.64 | 173.92 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 212 | 0 | 0.80 | 0.17 | 0.00 | 312.48 | 0.99 | 0.6 |
| Hex | FE | 34 | D4 | 0 | 50 | 11 | 0 | 138 | 63 | 3C |
| Octal | 376 | 64 | 324 | 0 | 120 | 21 | 0 | 470 | 143 | 74 |
| Binary | 11111110 | 110100 | 11010100 | 0 | 1010000 | 10001 | 0 | 100111000 | 1100011 | 111100 |
Color Harmonies of #FE34D4
Complementary color
Monochromatic Colors of #FE34D4
Black with #FE34D4
Text Example
Text Example
White with #FE34D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34D4; }
p { color: rgb(254,52,212); }
H1.HeaderClassName
{
color: #FE34D4;
}
.AnyTagClassName
{
color: #FE34D4;
}
</style>
background-color css
<style>
a { background-color: #FE34D4; }
a { background-color: rgb(254,52,212); }
div.DivClassName
{
background-color: #FE34D4;
}
.BgClassName
{
background-color: #FE34D4;
}
</style>
border-color css
<style>
span { border-color: #FE34D4; }
span { border-color: rgb(254,52,212); }
td.TdClassName
{
border-color: #FE34D4;
}
.TagClassName
{
border-color: #FE34D4;
}
</style>