Shades of Razzle Dazzle Rose #FE3FE3
Tints of Razzle Dazzle Rose #FE3FE3
RGB
CMYK
RGB Variations
Color information
#FE3FE3 (or 0xFE3FE3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and E3. RGB value is (254,63,227). Sum of RGB (Red+Green+Blue) = 254+63+227=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 63 (25% from 255 or 11.58% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FE3 is #01C01C. Grayscale: #8A8A8A. Windows color (decimal): -114717 or 14893054. OLE color: 14893054.
HSL color Cylindrical-coordinate representation of color #FE3FE3: hue angle of 308.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FE3 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 227 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.00 |
| HSL | 308.48º | 0.99% | 0.62% | - |
| HSV(B) | 308.48º | 0.75% | 1% | - |
| XYZ | 56.52 | 30.17 | 75.52 | - |
| YUV | 138.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 227 | 0 | 0.75 | 0.11 | 0.00 | 308.48 | 0.99 | 0.62 |
| Hex | FE | 3F | E3 | 0 | 4B | B | 0 | 134 | 63 | 3E |
| Octal | 376 | 77 | 343 | 0 | 113 | 13 | 0 | 464 | 143 | 76 |
| Binary | 11111110 | 111111 | 11100011 | 0 | 1001011 | 1011 | 0 | 100110100 | 1100011 | 111110 |
Color Harmonies of #FE3FE3
Complementary color
Monochromatic Colors of #FE3FE3
Black with #FE3FE3
Text Example
Text Example
White with #FE3FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FE3; }
p { color: rgb(254,63,227); }
H1.HeaderClassName
{
color: #FE3FE3;
}
.AnyTagClassName
{
color: #FE3FE3;
}
</style>
background-color css
<style>
a { background-color: #FE3FE3; }
a { background-color: rgb(254,63,227); }
div.DivClassName
{
background-color: #FE3FE3;
}
.BgClassName
{
background-color: #FE3FE3;
}
</style>
border-color css
<style>
span { border-color: #FE3FE3; }
span { border-color: rgb(254,63,227); }
td.TdClassName
{
border-color: #FE3FE3;
}
.TagClassName
{
border-color: #FE3FE3;
}
</style>