Shades of Razzle Dazzle Rose #FE33CA
Tints of Razzle Dazzle Rose #FE33CA
RGB
CMYK
RGB Variations
Color information
#FE33CA (or 0xFE33CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and CA. RGB value is (254,51,202). Sum of RGB (Red+Green+Blue) = 254+51+202=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33CA is #01CC35. Grayscale: #808080. Windows color (decimal): -117814 or 13251582. OLE color: 13251582.
HSL color Cylindrical-coordinate representation of color #FE33CA: hue angle of 315.37º 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 #FE33CA is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 202 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.00 |
| HSL | 315.37º | 0.99% | 0.6% | - |
| HSV(B) | 315.37º | 0.8% | 1% | - |
| XYZ | 52.72 | 27.7 | 58.45 | - |
| YUV | 128.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 202 | 0 | 0.80 | 0.20 | 0.00 | 315.37 | 0.99 | 0.6 |
| Hex | FE | 33 | CA | 0 | 50 | 14 | 0 | 13B | 63 | 3C |
| Octal | 376 | 63 | 312 | 0 | 120 | 24 | 0 | 473 | 143 | 74 |
| Binary | 11111110 | 110011 | 11001010 | 0 | 1010000 | 10100 | 0 | 100111011 | 1100011 | 111100 |
Color Harmonies of #FE33CA
Complementary color
Monochromatic Colors of #FE33CA
Black with #FE33CA
Text Example
Text Example
White with #FE33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33CA; }
p { color: rgb(254,51,202); }
H1.HeaderClassName
{
color: #FE33CA;
}
.AnyTagClassName
{
color: #FE33CA;
}
</style>
background-color css
<style>
a { background-color: #FE33CA; }
a { background-color: rgb(254,51,202); }
div.DivClassName
{
background-color: #FE33CA;
}
.BgClassName
{
background-color: #FE33CA;
}
</style>
border-color css
<style>
span { border-color: #FE33CA; }
span { border-color: rgb(254,51,202); }
td.TdClassName
{
border-color: #FE33CA;
}
.TagClassName
{
border-color: #FE33CA;
}
</style>