Shades of Razzle Dazzle Rose #FE38DC
Tints of Razzle Dazzle Rose #FE38DC
RGB
CMYK
RGB Variations
Color information
#FE38DC (or 0xFE38DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and DC. RGB value is (254,56,220). Sum of RGB (Red+Green+Blue) = 254+56+220=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38DC is #01C723. Grayscale: #858585. Windows color (decimal): -116516 or 14432510. OLE color: 14432510.
HSL color Cylindrical-coordinate representation of color #FE38DC: hue angle of 310.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38DC is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 220 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.00 |
| HSL | 310.3º | 0.99% | 0.61% | - |
| HSV(B) | 310.3º | 0.78% | 1% | - |
| XYZ | 55.21 | 29.07 | 70.41 | - |
| YUV | 133.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 220 | 0 | 0.78 | 0.13 | 0.00 | 310.3 | 0.99 | 0.61 |
| Hex | FE | 38 | DC | 0 | 4E | D | 0 | 136 | 63 | 3D |
| Octal | 376 | 70 | 334 | 0 | 116 | 15 | 0 | 466 | 143 | 75 |
| Binary | 11111110 | 111000 | 11011100 | 0 | 1001110 | 1101 | 0 | 100110110 | 1100011 | 111101 |
Color Harmonies of #FE38DC
Complementary color
Monochromatic Colors of #FE38DC
Black with #FE38DC
Text Example
Text Example
White with #FE38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38DC; }
p { color: rgb(254,56,220); }
H1.HeaderClassName
{
color: #FE38DC;
}
.AnyTagClassName
{
color: #FE38DC;
}
</style>
background-color css
<style>
a { background-color: #FE38DC; }
a { background-color: rgb(254,56,220); }
div.DivClassName
{
background-color: #FE38DC;
}
.BgClassName
{
background-color: #FE38DC;
}
</style>
border-color css
<style>
span { border-color: #FE38DC; }
span { border-color: rgb(254,56,220); }
td.TdClassName
{
border-color: #FE38DC;
}
.TagClassName
{
border-color: #FE38DC;
}
</style>