Shades of Razzle Dazzle Rose #FE3DD1
Tints of Razzle Dazzle Rose #FE3DD1
RGB
CMYK
RGB Variations
Color information
#FE3DD1 (or 0xFE3DD1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and D1. RGB value is (254,61,209). Sum of RGB (Red+Green+Blue) = 254+61+209=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DD1 is #01C22E. Grayscale: #878787. Windows color (decimal): -115247 or 13712894. OLE color: 13712894.
HSL color Cylindrical-coordinate representation of color #FE3DD1: hue angle of 313.99º 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 #FE3DD1 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 209 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.00 |
| HSL | 313.99º | 0.99% | 0.62% | - |
| HSV(B) | 313.99º | 0.76% | 1% | - |
| XYZ | 54.05 | 29.01 | 63.07 | - |
| YUV | 135.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 209 | 0 | 0.76 | 0.18 | 0.00 | 313.99 | 0.99 | 0.62 |
| Hex | FE | 3D | D1 | 0 | 4C | 12 | 0 | 13A | 63 | 3E |
| Octal | 376 | 75 | 321 | 0 | 114 | 22 | 0 | 472 | 143 | 76 |
| Binary | 11111110 | 111101 | 11010001 | 0 | 1001100 | 10010 | 0 | 100111010 | 1100011 | 111110 |
Color Harmonies of #FE3DD1
Complementary color
Monochromatic Colors of #FE3DD1
Black with #FE3DD1
Text Example
Text Example
White with #FE3DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DD1; }
p { color: rgb(254,61,209); }
H1.HeaderClassName
{
color: #FE3DD1;
}
.AnyTagClassName
{
color: #FE3DD1;
}
</style>
background-color css
<style>
a { background-color: #FE3DD1; }
a { background-color: rgb(254,61,209); }
div.DivClassName
{
background-color: #FE3DD1;
}
.BgClassName
{
background-color: #FE3DD1;
}
</style>
border-color css
<style>
span { border-color: #FE3DD1; }
span { border-color: rgb(254,61,209); }
td.TdClassName
{
border-color: #FE3DD1;
}
.TagClassName
{
border-color: #FE3DD1;
}
</style>