Shades of Razzle Dazzle Rose #FE3FDD
Tints of Razzle Dazzle Rose #FE3FDD
RGB
CMYK
RGB Variations
Color information
#FE3FDD (or 0xFE3FDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and DD. RGB value is (254,63,221). Sum of RGB (Red+Green+Blue) = 254+63+221=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FDD is #01C022. Grayscale: #898989. Windows color (decimal): -114723 or 14499838. OLE color: 14499838.
HSL color Cylindrical-coordinate representation of color #FE3FDD: hue angle of 310.37º 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 #FE3FDD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 221 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.00 |
| HSL | 310.37º | 0.99% | 0.62% | - |
| HSV(B) | 310.37º | 0.75% | 1% | - |
| XYZ | 55.7 | 29.85 | 71.23 | - |
| YUV | 138.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 221 | 0 | 0.75 | 0.13 | 0.00 | 310.37 | 0.99 | 0.62 |
| Hex | FE | 3F | DD | 0 | 4B | D | 0 | 136 | 63 | 3E |
| Octal | 376 | 77 | 335 | 0 | 113 | 15 | 0 | 466 | 143 | 76 |
| Binary | 11111110 | 111111 | 11011101 | 0 | 1001011 | 1101 | 0 | 100110110 | 1100011 | 111110 |
Color Harmonies of #FE3FDD
Complementary color
Monochromatic Colors of #FE3FDD
Black with #FE3FDD
Text Example
Text Example
White with #FE3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FDD; }
p { color: rgb(254,63,221); }
H1.HeaderClassName
{
color: #FE3FDD;
}
.AnyTagClassName
{
color: #FE3FDD;
}
</style>
background-color css
<style>
a { background-color: #FE3FDD; }
a { background-color: rgb(254,63,221); }
div.DivClassName
{
background-color: #FE3FDD;
}
.BgClassName
{
background-color: #FE3FDD;
}
</style>
border-color css
<style>
span { border-color: #FE3FDD; }
span { border-color: rgb(254,63,221); }
td.TdClassName
{
border-color: #FE3FDD;
}
.TagClassName
{
border-color: #FE3FDD;
}
</style>