Shades of Razzle Dazzle Rose #FE34DF
Tints of Razzle Dazzle Rose #FE34DF
RGB
CMYK
RGB Variations
Color information
#FE34DF (or 0xFE34DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and DF. RGB value is (254,52,223). Sum of RGB (Red+Green+Blue) = 254+52+223=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 52 (20.70% from 255 or 9.83% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34DF is #01CB20. Grayscale: #838383. Windows color (decimal): -117537 or 14628094. OLE color: 14628094.
HSL color Cylindrical-coordinate representation of color #FE34DF: hue angle of 309.21º 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 #FE34DF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 223 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.00 |
| HSL | 309.21º | 0.99% | 0.6% | - |
| HSV(B) | 309.21º | 0.8% | 1% | - |
| XYZ | 55.42 | 28.85 | 72.46 | - |
| YUV | 131.89 | 179.42 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 223 | 0 | 0.80 | 0.12 | 0.00 | 309.21 | 0.99 | 0.6 |
| Hex | FE | 34 | DF | 0 | 50 | C | 0 | 135 | 63 | 3C |
| Octal | 376 | 64 | 337 | 0 | 120 | 14 | 0 | 465 | 143 | 74 |
| Binary | 11111110 | 110100 | 11011111 | 0 | 1010000 | 1100 | 0 | 100110101 | 1100011 | 111100 |
Color Harmonies of #FE34DF
Complementary color
Monochromatic Colors of #FE34DF
Black with #FE34DF
Text Example
Text Example
White with #FE34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34DF; }
p { color: rgb(254,52,223); }
H1.HeaderClassName
{
color: #FE34DF;
}
.AnyTagClassName
{
color: #FE34DF;
}
</style>
background-color css
<style>
a { background-color: #FE34DF; }
a { background-color: rgb(254,52,223); }
div.DivClassName
{
background-color: #FE34DF;
}
.BgClassName
{
background-color: #FE34DF;
}
</style>
border-color css
<style>
span { border-color: #FE34DF; }
span { border-color: rgb(254,52,223); }
td.TdClassName
{
border-color: #FE34DF;
}
.TagClassName
{
border-color: #FE34DF;
}
</style>