Shades of Razzle Dazzle Rose #FE34CA
Tints of Razzle Dazzle Rose #FE34CA
RGB
CMYK
RGB Variations
Color information
#FE34CA (or 0xFE34CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and CA. RGB value is (254,52,202). Sum of RGB (Red+Green+Blue) = 254+52+202=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34CA is #01CB35. Grayscale: #818181. Windows color (decimal): -117558 or 13251838. OLE color: 13251838.
HSL color Cylindrical-coordinate representation of color #FE34CA: hue angle of 315.45º 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 #FE34CA is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 202 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.00 |
| HSL | 315.45º | 0.99% | 0.6% | - |
| HSV(B) | 315.45º | 0.8% | 1% | - |
| XYZ | 52.76 | 27.79 | 58.46 | - |
| YUV | 129.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 202 | 0 | 0.80 | 0.20 | 0.00 | 315.45 | 0.99 | 0.6 |
| Hex | FE | 34 | CA | 0 | 50 | 14 | 0 | 13B | 63 | 3C |
| Octal | 376 | 64 | 312 | 0 | 120 | 24 | 0 | 473 | 143 | 74 |
| Binary | 11111110 | 110100 | 11001010 | 0 | 1010000 | 10100 | 0 | 100111011 | 1100011 | 111100 |
Color Harmonies of #FE34CA
Complementary color
Monochromatic Colors of #FE34CA
Black with #FE34CA
Text Example
Text Example
White with #FE34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34CA; }
p { color: rgb(254,52,202); }
H1.HeaderClassName
{
color: #FE34CA;
}
.AnyTagClassName
{
color: #FE34CA;
}
</style>
background-color css
<style>
a { background-color: #FE34CA; }
a { background-color: rgb(254,52,202); }
div.DivClassName
{
background-color: #FE34CA;
}
.BgClassName
{
background-color: #FE34CA;
}
</style>
border-color css
<style>
span { border-color: #FE34CA; }
span { border-color: rgb(254,52,202); }
td.TdClassName
{
border-color: #FE34CA;
}
.TagClassName
{
border-color: #FE34CA;
}
</style>