Shades of Razzle Dazzle Rose #FE3DDF
Tints of Razzle Dazzle Rose #FE3DDF
RGB
CMYK
RGB Variations
Color information
#FE3DDF (or 0xFE3DDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and DF. RGB value is (254,61,223). Sum of RGB (Red+Green+Blue) = 254+61+223=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 61 (24.22% from 255 or 11.34% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DDF is #01C220. Grayscale: #888888. Windows color (decimal): -115233 or 14630398. OLE color: 14630398.
HSL color Cylindrical-coordinate representation of color #FE3DDF: hue angle of 309.64º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DDF is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 223 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.00 |
| HSL | 309.64º | 0.99% | 0.62% | - |
| HSV(B) | 309.64º | 0.76% | 1% | - |
| XYZ | 55.86 | 29.74 | 72.61 | - |
| YUV | 137.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 223 | 0 | 0.76 | 0.12 | 0.00 | 309.64 | 0.99 | 0.62 |
| Hex | FE | 3D | DF | 0 | 4C | C | 0 | 136 | 63 | 3E |
| Octal | 376 | 75 | 337 | 0 | 114 | 14 | 0 | 466 | 143 | 76 |
| Binary | 11111110 | 111101 | 11011111 | 0 | 1001100 | 1100 | 0 | 100110110 | 1100011 | 111110 |
Color Harmonies of #FE3DDF
Complementary color
Monochromatic Colors of #FE3DDF
Black with #FE3DDF
Text Example
Text Example
White with #FE3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DDF; }
p { color: rgb(254,61,223); }
H1.HeaderClassName
{
color: #FE3DDF;
}
.AnyTagClassName
{
color: #FE3DDF;
}
</style>
background-color css
<style>
a { background-color: #FE3DDF; }
a { background-color: rgb(254,61,223); }
div.DivClassName
{
background-color: #FE3DDF;
}
.BgClassName
{
background-color: #FE3DDF;
}
</style>
border-color css
<style>
span { border-color: #FE3DDF; }
span { border-color: rgb(254,61,223); }
td.TdClassName
{
border-color: #FE3DDF;
}
.TagClassName
{
border-color: #FE3DDF;
}
</style>