Shades of Razzle Dazzle Rose #FE3DDE
Tints of Razzle Dazzle Rose #FE3DDE
RGB
CMYK
RGB Variations
Color information
#FE3DDE (or 0xFE3DDE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and DE. RGB value is (254,61,222). Sum of RGB (Red+Green+Blue) = 254+61+222=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 61 (24.22% from 255 or 11.36% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DDE is #01C221. Grayscale: #888888. Windows color (decimal): -115234 or 14564862. OLE color: 14564862.
HSL color Cylindrical-coordinate representation of color #FE3DDE: hue angle of 309.95º 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 #FE3DDE is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 222 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.00 |
| HSL | 309.95º | 0.99% | 0.62% | - |
| HSV(B) | 309.95º | 0.76% | 1% | - |
| XYZ | 55.73 | 29.68 | 71.9 | - |
| YUV | 137.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 222 | 0 | 0.76 | 0.13 | 0.00 | 309.95 | 0.99 | 0.62 |
| Hex | FE | 3D | DE | 0 | 4C | D | 0 | 136 | 63 | 3E |
| Octal | 376 | 75 | 336 | 0 | 114 | 15 | 0 | 466 | 143 | 76 |
| Binary | 11111110 | 111101 | 11011110 | 0 | 1001100 | 1101 | 0 | 100110110 | 1100011 | 111110 |
Color Harmonies of #FE3DDE
Complementary color
Monochromatic Colors of #FE3DDE
Black with #FE3DDE
Text Example
Text Example
White with #FE3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DDE; }
p { color: rgb(254,61,222); }
H1.HeaderClassName
{
color: #FE3DDE;
}
.AnyTagClassName
{
color: #FE3DDE;
}
</style>
background-color css
<style>
a { background-color: #FE3DDE; }
a { background-color: rgb(254,61,222); }
div.DivClassName
{
background-color: #FE3DDE;
}
.BgClassName
{
background-color: #FE3DDE;
}
</style>
border-color css
<style>
span { border-color: #FE3DDE; }
span { border-color: rgb(254,61,222); }
td.TdClassName
{
border-color: #FE3DDE;
}
.TagClassName
{
border-color: #FE3DDE;
}
</style>