Shades of Razzle Dazzle Rose #FE30F0
Tints of Razzle Dazzle Rose #FE30F0
RGB
CMYK
RGB Variations
Color information
#FE30F0 (or 0xFE30F0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and F0. RGB value is (254,48,240). Sum of RGB (Red+Green+Blue) = 254+48+240=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE30F0 is #01CF0F. Grayscale: #828282. Windows color (decimal): -118544 or 15741182. OLE color: 15741182.
HSL color Cylindrical-coordinate representation of color #FE30F0: hue angle of 304.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE30F0 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 240 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.00 |
| HSL | 304.08º | 0.99% | 0.59% | - |
| HSV(B) | 304.08º | 0.81% | 1% | - |
| XYZ | 57.66 | 29.48 | 85.09 | - |
| YUV | 131.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 240 | 0 | 0.81 | 0.06 | 0.00 | 304.08 | 0.99 | 0.59 |
| Hex | FE | 30 | F0 | 0 | 51 | 6 | 0 | 130 | 63 | 3B |
| Octal | 376 | 60 | 360 | 0 | 121 | 6 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 110000 | 11110000 | 0 | 1010001 | 110 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE30F0
Complementary color
Monochromatic Colors of #FE30F0
Black with #FE30F0
Text Example
Text Example
White with #FE30F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30F0; }
p { color: rgb(254,48,240); }
H1.HeaderClassName
{
color: #FE30F0;
}
.AnyTagClassName
{
color: #FE30F0;
}
</style>
background-color css
<style>
a { background-color: #FE30F0; }
a { background-color: rgb(254,48,240); }
div.DivClassName
{
background-color: #FE30F0;
}
.BgClassName
{
background-color: #FE30F0;
}
</style>
border-color css
<style>
span { border-color: #FE30F0; }
span { border-color: rgb(254,48,240); }
td.TdClassName
{
border-color: #FE30F0;
}
.TagClassName
{
border-color: #FE30F0;
}
</style>