Shades of Razzle Dazzle Rose #FE33FA
Tints of Razzle Dazzle Rose #FE33FA
RGB
CMYK
RGB Variations
Color information
#FE33FA (or 0xFE33FA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and FA. RGB value is (254,51,250). Sum of RGB (Red+Green+Blue) = 254+51+250=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 51 (20.31% from 255 or 9.19% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33FA is #01CC05. Grayscale: #858585. Windows color (decimal): -117766 or 16397310. OLE color: 16397310.
HSL color Cylindrical-coordinate representation of color #FE33FA: hue angle of 301.18º 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 #FE33FA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 250 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.00 |
| HSL | 301.18º | 0.99% | 0.6% | - |
| HSV(B) | 301.18º | 0.8% | 1% | - |
| XYZ | 59.31 | 30.34 | 93.17 | - |
| YUV | 134.38 | 193.25 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 250 | 0 | 0.80 | 0.02 | 0.00 | 301.18 | 0.99 | 0.6 |
| Hex | FE | 33 | FA | 0 | 50 | 2 | 0 | 12D | 63 | 3C |
| Octal | 376 | 63 | 372 | 0 | 120 | 2 | 0 | 455 | 143 | 74 |
| Binary | 11111110 | 110011 | 11111010 | 0 | 1010000 | 10 | 0 | 100101101 | 1100011 | 111100 |
Color Harmonies of #FE33FA
Complementary color
Monochromatic Colors of #FE33FA
Black with #FE33FA
Text Example
Text Example
White with #FE33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33FA; }
p { color: rgb(254,51,250); }
H1.HeaderClassName
{
color: #FE33FA;
}
.AnyTagClassName
{
color: #FE33FA;
}
</style>
background-color css
<style>
a { background-color: #FE33FA; }
a { background-color: rgb(254,51,250); }
div.DivClassName
{
background-color: #FE33FA;
}
.BgClassName
{
background-color: #FE33FA;
}
</style>
border-color css
<style>
span { border-color: #FE33FA; }
span { border-color: rgb(254,51,250); }
td.TdClassName
{
border-color: #FE33FA;
}
.TagClassName
{
border-color: #FE33FA;
}
</style>