Shades of Razzle Dazzle Rose #FE3DC0
Tints of Razzle Dazzle Rose #FE3DC0
RGB
CMYK
RGB Variations
Color information
#FE3DC0 (or 0xFE3DC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and C0. RGB value is (254,61,192). Sum of RGB (Red+Green+Blue) = 254+61+192=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DC0 is #01C23F. Grayscale: #858585. Windows color (decimal): -115264 or 12598782. OLE color: 12598782.
HSL color Cylindrical-coordinate representation of color #FE3DC0: hue angle of 319.27º 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 #FE3DC0 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 192 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.00 |
| HSL | 319.27º | 0.99% | 0.62% | - |
| HSV(B) | 319.27º | 0.76% | 1% | - |
| XYZ | 52.06 | 28.21 | 52.57 | - |
| YUV | 133.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 192 | 0 | 0.76 | 0.24 | 0.00 | 319.27 | 0.99 | 0.62 |
| Hex | FE | 3D | C0 | 0 | 4C | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 75 | 300 | 0 | 114 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111101 | 11000000 | 0 | 1001100 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3DC0
Complementary color
Monochromatic Colors of #FE3DC0
Black with #FE3DC0
Text Example
Text Example
White with #FE3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DC0; }
p { color: rgb(254,61,192); }
H1.HeaderClassName
{
color: #FE3DC0;
}
.AnyTagClassName
{
color: #FE3DC0;
}
</style>
background-color css
<style>
a { background-color: #FE3DC0; }
a { background-color: rgb(254,61,192); }
div.DivClassName
{
background-color: #FE3DC0;
}
.BgClassName
{
background-color: #FE3DC0;
}
</style>
border-color css
<style>
span { border-color: #FE3DC0; }
span { border-color: rgb(254,61,192); }
td.TdClassName
{
border-color: #FE3DC0;
}
.TagClassName
{
border-color: #FE3DC0;
}
</style>