Shades of Razzle Dazzle Rose #FE3DDA
Tints of Razzle Dazzle Rose #FE3DDA
RGB
CMYK
RGB Variations
Color information
#FE3DDA (or 0xFE3DDA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and DA. RGB value is (254,61,218). Sum of RGB (Red+Green+Blue) = 254+61+218=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DDA is #01C225. Grayscale: #888888. Windows color (decimal): -115238 or 14302718. OLE color: 14302718.
HSL color Cylindrical-coordinate representation of color #FE3DDA: hue angle of 311.19º 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 #FE3DDA is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 218 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.00 |
| HSL | 311.19º | 0.99% | 0.62% | - |
| HSV(B) | 311.19º | 0.76% | 1% | - |
| XYZ | 55.2 | 29.47 | 69.11 | - |
| YUV | 136.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 218 | 0 | 0.76 | 0.14 | 0.00 | 311.19 | 0.99 | 0.62 |
| Hex | FE | 3D | DA | 0 | 4C | E | 0 | 137 | 63 | 3E |
| Octal | 376 | 75 | 332 | 0 | 114 | 16 | 0 | 467 | 143 | 76 |
| Binary | 11111110 | 111101 | 11011010 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100011 | 111110 |
Color Harmonies of #FE3DDA
Complementary color
Monochromatic Colors of #FE3DDA
Black with #FE3DDA
Text Example
Text Example
White with #FE3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DDA; }
p { color: rgb(254,61,218); }
H1.HeaderClassName
{
color: #FE3DDA;
}
.AnyTagClassName
{
color: #FE3DDA;
}
</style>
background-color css
<style>
a { background-color: #FE3DDA; }
a { background-color: rgb(254,61,218); }
div.DivClassName
{
background-color: #FE3DDA;
}
.BgClassName
{
background-color: #FE3DDA;
}
</style>
border-color css
<style>
span { border-color: #FE3DDA; }
span { border-color: rgb(254,61,218); }
td.TdClassName
{
border-color: #FE3DDA;
}
.TagClassName
{
border-color: #FE3DDA;
}
</style>