Shades of Razzle Dazzle Rose #FE34E6
Tints of Razzle Dazzle Rose #FE34E6
RGB
CMYK
RGB Variations
Color information
#FE34E6 (or 0xFE34E6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and E6. RGB value is (254,52,230). Sum of RGB (Red+Green+Blue) = 254+52+230=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 52 (20.70% from 255 or 9.70% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34E6 is #01CB19. Grayscale: #848484. Windows color (decimal): -117530 or 15086846. OLE color: 15086846.
HSL color Cylindrical-coordinate representation of color #FE34E6: hue angle of 307.13º 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 #FE34E6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 230 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.00 |
| HSL | 307.13º | 0.99% | 0.6% | - |
| HSV(B) | 307.13º | 0.8% | 1% | - |
| XYZ | 56.38 | 29.24 | 77.54 | - |
| YUV | 132.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 230 | 0 | 0.80 | 0.09 | 0.00 | 307.13 | 0.99 | 0.6 |
| Hex | FE | 34 | E6 | 0 | 50 | 9 | 0 | 133 | 63 | 3C |
| Octal | 376 | 64 | 346 | 0 | 120 | 11 | 0 | 463 | 143 | 74 |
| Binary | 11111110 | 110100 | 11100110 | 0 | 1010000 | 1001 | 0 | 100110011 | 1100011 | 111100 |
Color Harmonies of #FE34E6
Complementary color
Monochromatic Colors of #FE34E6
Black with #FE34E6
Text Example
Text Example
White with #FE34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34E6; }
p { color: rgb(254,52,230); }
H1.HeaderClassName
{
color: #FE34E6;
}
.AnyTagClassName
{
color: #FE34E6;
}
</style>
background-color css
<style>
a { background-color: #FE34E6; }
a { background-color: rgb(254,52,230); }
div.DivClassName
{
background-color: #FE34E6;
}
.BgClassName
{
background-color: #FE34E6;
}
</style>
border-color css
<style>
span { border-color: #FE34E6; }
span { border-color: rgb(254,52,230); }
td.TdClassName
{
border-color: #FE34E6;
}
.TagClassName
{
border-color: #FE34E6;
}
</style>