Shades of Razzle Dazzle Rose #FE3BDA
Tints of Razzle Dazzle Rose #FE3BDA
RGB
CMYK
RGB Variations
Color information
#FE3BDA (or 0xFE3BDA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and DA. RGB value is (254,59,218). Sum of RGB (Red+Green+Blue) = 254+59+218=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BDA is #01C425. Grayscale: #868686. Windows color (decimal): -115750 or 14302206. OLE color: 14302206.
HSL color Cylindrical-coordinate representation of color #FE3BDA: hue angle of 311.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BDA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 218 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.00 |
| HSL | 311.08º | 0.99% | 0.61% | - |
| HSV(B) | 311.08º | 0.77% | 1% | - |
| XYZ | 55.09 | 29.26 | 69.07 | - |
| YUV | 135.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 218 | 0 | 0.77 | 0.14 | 0.00 | 311.08 | 0.99 | 0.61 |
| Hex | FE | 3B | DA | 0 | 4D | E | 0 | 137 | 63 | 3D |
| Octal | 376 | 73 | 332 | 0 | 115 | 16 | 0 | 467 | 143 | 75 |
| Binary | 11111110 | 111011 | 11011010 | 0 | 1001101 | 1110 | 0 | 100110111 | 1100011 | 111101 |
Color Harmonies of #FE3BDA
Complementary color
Monochromatic Colors of #FE3BDA
Black with #FE3BDA
Text Example
Text Example
White with #FE3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BDA; }
p { color: rgb(254,59,218); }
H1.HeaderClassName
{
color: #FE3BDA;
}
.AnyTagClassName
{
color: #FE3BDA;
}
</style>
background-color css
<style>
a { background-color: #FE3BDA; }
a { background-color: rgb(254,59,218); }
div.DivClassName
{
background-color: #FE3BDA;
}
.BgClassName
{
background-color: #FE3BDA;
}
</style>
border-color css
<style>
span { border-color: #FE3BDA; }
span { border-color: rgb(254,59,218); }
td.TdClassName
{
border-color: #FE3BDA;
}
.TagClassName
{
border-color: #FE3BDA;
}
</style>