Shades of Razzle Dazzle Rose #FE34B7
Tints of Razzle Dazzle Rose #FE34B7
RGB
CMYK
RGB Variations
Color information
#FE34B7 (or 0xFE34B7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and B7. RGB value is (254,52,183). Sum of RGB (Red+Green+Blue) = 254+52+183=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34B7 is #01CB48. Grayscale: #7F7F7F. Windows color (decimal): -117577 or 12006654. OLE color: 12006654.
HSL color Cylindrical-coordinate representation of color #FE34B7: hue angle of 321.09º 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 #FE34B7 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 183 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.00 |
| HSL | 321.09º | 0.99% | 0.6% | - |
| HSV(B) | 321.09º | 0.8% | 1% | - |
| XYZ | 50.65 | 26.95 | 47.33 | - |
| YUV | 127.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 183 | 0 | 0.80 | 0.28 | 0.00 | 321.09 | 0.99 | 0.6 |
| Hex | FE | 34 | B7 | 0 | 50 | 1C | 0 | 141 | 63 | 3C |
| Octal | 376 | 64 | 267 | 0 | 120 | 34 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110100 | 10110111 | 0 | 1010000 | 11100 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE34B7
Complementary color
Monochromatic Colors of #FE34B7
Black with #FE34B7
Text Example
Text Example
White with #FE34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34B7; }
p { color: rgb(254,52,183); }
H1.HeaderClassName
{
color: #FE34B7;
}
.AnyTagClassName
{
color: #FE34B7;
}
</style>
background-color css
<style>
a { background-color: #FE34B7; }
a { background-color: rgb(254,52,183); }
div.DivClassName
{
background-color: #FE34B7;
}
.BgClassName
{
background-color: #FE34B7;
}
</style>
border-color css
<style>
span { border-color: #FE34B7; }
span { border-color: rgb(254,52,183); }
td.TdClassName
{
border-color: #FE34B7;
}
.TagClassName
{
border-color: #FE34B7;
}
</style>