Shades of Razzle Dazzle Rose #FE40CD
Tints of Razzle Dazzle Rose #FE40CD
RGB
CMYK
RGB Variations
Color information
#FE40CD (or 0xFE40CD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and CD. RGB value is (254,64,205). Sum of RGB (Red+Green+Blue) = 254+64+205=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40CD is #01BF32. Grayscale: #888888. Windows color (decimal): -114483 or 13451518. OLE color: 13451518.
HSL color Cylindrical-coordinate representation of color #FE40CD: hue angle of 315.47º 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 #FE40CD is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 205 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.00 |
| HSL | 315.47º | 0.99% | 0.62% | - |
| HSV(B) | 315.47º | 0.75% | 1% | - |
| XYZ | 53.73 | 29.15 | 60.55 | - |
| YUV | 136.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 205 | 0 | 0.75 | 0.19 | 0.00 | 315.47 | 0.99 | 0.62 |
| Hex | FE | 40 | CD | 0 | 4B | 13 | 0 | 13B | 63 | 3E |
| Octal | 376 | 100 | 315 | 0 | 113 | 23 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11001101 | 0 | 1001011 | 10011 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE40CD
Complementary color
Monochromatic Colors of #FE40CD
Black with #FE40CD
Text Example
Text Example
White with #FE40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40CD; }
p { color: rgb(254,64,205); }
H1.HeaderClassName
{
color: #FE40CD;
}
.AnyTagClassName
{
color: #FE40CD;
}
</style>
background-color css
<style>
a { background-color: #FE40CD; }
a { background-color: rgb(254,64,205); }
div.DivClassName
{
background-color: #FE40CD;
}
.BgClassName
{
background-color: #FE40CD;
}
</style>
border-color css
<style>
span { border-color: #FE40CD; }
span { border-color: rgb(254,64,205); }
td.TdClassName
{
border-color: #FE40CD;
}
.TagClassName
{
border-color: #FE40CD;
}
</style>