Shades of Razzle Dazzle Rose #FE40D0
Tints of Razzle Dazzle Rose #FE40D0
RGB
CMYK
RGB Variations
Color information
#FE40D0 (or 0xFE40D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and D0. RGB value is (254,64,208). Sum of RGB (Red+Green+Blue) = 254+64+208=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40D0 is #01BF2F. Grayscale: #888888. Windows color (decimal): -114480 or 13648126. OLE color: 13648126.
HSL color Cylindrical-coordinate representation of color #FE40D0: hue angle of 314.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE40D0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 208 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.00 |
| HSL | 314.53º | 0.99% | 0.62% | - |
| HSV(B) | 314.53º | 0.75% | 1% | - |
| XYZ | 54.09 | 29.29 | 62.48 | - |
| YUV | 137.23 | 167.95 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 208 | 0 | 0.75 | 0.18 | 0.00 | 314.53 | 0.99 | 0.62 |
| Hex | FE | 40 | D0 | 0 | 4B | 12 | 0 | 13B | 63 | 3E |
| Octal | 376 | 100 | 320 | 0 | 113 | 22 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11010000 | 0 | 1001011 | 10010 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE40D0
Complementary color
Monochromatic Colors of #FE40D0
Black with #FE40D0
Text Example
Text Example
White with #FE40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40D0; }
p { color: rgb(254,64,208); }
H1.HeaderClassName
{
color: #FE40D0;
}
.AnyTagClassName
{
color: #FE40D0;
}
</style>
background-color css
<style>
a { background-color: #FE40D0; }
a { background-color: rgb(254,64,208); }
div.DivClassName
{
background-color: #FE40D0;
}
.BgClassName
{
background-color: #FE40D0;
}
</style>
border-color css
<style>
span { border-color: #FE40D0; }
span { border-color: rgb(254,64,208); }
td.TdClassName
{
border-color: #FE40D0;
}
.TagClassName
{
border-color: #FE40D0;
}
</style>