Shades of Razzle Dazzle Rose #FE34F8
Tints of Razzle Dazzle Rose #FE34F8
RGB
CMYK
RGB Variations
Color information
#FE34F8 (or 0xFE34F8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and F8. RGB value is (254,52,248). Sum of RGB (Red+Green+Blue) = 254+52+248=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34F8 is #01CB07. Grayscale: #868686. Windows color (decimal): -117512 or 16266494. OLE color: 16266494.
HSL color Cylindrical-coordinate representation of color #FE34F8: hue angle of 301.78º 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 #FE34F8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 248 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.00 |
| HSL | 301.78º | 0.99% | 0.6% | - |
| HSV(B) | 301.78º | 0.8% | 1% | - |
| XYZ | 59.04 | 30.3 | 91.54 | - |
| YUV | 134.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 248 | 0 | 0.80 | 0.02 | 0.00 | 301.78 | 0.99 | 0.6 |
| Hex | FE | 34 | F8 | 0 | 50 | 2 | 0 | 12E | 63 | 3C |
| Octal | 376 | 64 | 370 | 0 | 120 | 2 | 0 | 456 | 143 | 74 |
| Binary | 11111110 | 110100 | 11111000 | 0 | 1010000 | 10 | 0 | 100101110 | 1100011 | 111100 |
Color Harmonies of #FE34F8
Complementary color
Monochromatic Colors of #FE34F8
Black with #FE34F8
Text Example
Text Example
White with #FE34F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34F8; }
p { color: rgb(254,52,248); }
H1.HeaderClassName
{
color: #FE34F8;
}
.AnyTagClassName
{
color: #FE34F8;
}
</style>
background-color css
<style>
a { background-color: #FE34F8; }
a { background-color: rgb(254,52,248); }
div.DivClassName
{
background-color: #FE34F8;
}
.BgClassName
{
background-color: #FE34F8;
}
</style>
border-color css
<style>
span { border-color: #FE34F8; }
span { border-color: rgb(254,52,248); }
td.TdClassName
{
border-color: #FE34F8;
}
.TagClassName
{
border-color: #FE34F8;
}
</style>