Shades of Razzle Dazzle Rose #FE33CF
Tints of Razzle Dazzle Rose #FE33CF
RGB
CMYK
RGB Variations
Color information
#FE33CF (or 0xFE33CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and CF. RGB value is (254,51,207). Sum of RGB (Red+Green+Blue) = 254+51+207=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33CF is #01CC30. Grayscale: #818181. Windows color (decimal): -117809 or 13579262. OLE color: 13579262.
HSL color Cylindrical-coordinate representation of color #FE33CF: hue angle of 313.89º 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 #FE33CF is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 207 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.00 |
| HSL | 313.89º | 0.99% | 0.6% | - |
| HSV(B) | 313.89º | 0.8% | 1% | - |
| XYZ | 53.32 | 27.94 | 61.61 | - |
| YUV | 129.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 207 | 0 | 0.80 | 0.19 | 0.00 | 313.89 | 0.99 | 0.6 |
| Hex | FE | 33 | CF | 0 | 50 | 13 | 0 | 13A | 63 | 3C |
| Octal | 376 | 63 | 317 | 0 | 120 | 23 | 0 | 472 | 143 | 74 |
| Binary | 11111110 | 110011 | 11001111 | 0 | 1010000 | 10011 | 0 | 100111010 | 1100011 | 111100 |
Color Harmonies of #FE33CF
Complementary color
Monochromatic Colors of #FE33CF
Black with #FE33CF
Text Example
Text Example
White with #FE33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33CF; }
p { color: rgb(254,51,207); }
H1.HeaderClassName
{
color: #FE33CF;
}
.AnyTagClassName
{
color: #FE33CF;
}
</style>
background-color css
<style>
a { background-color: #FE33CF; }
a { background-color: rgb(254,51,207); }
div.DivClassName
{
background-color: #FE33CF;
}
.BgClassName
{
background-color: #FE33CF;
}
</style>
border-color css
<style>
span { border-color: #FE33CF; }
span { border-color: rgb(254,51,207); }
td.TdClassName
{
border-color: #FE33CF;
}
.TagClassName
{
border-color: #FE33CF;
}
</style>