Shades of Razzle Dazzle Rose #FE3DC2
Tints of Razzle Dazzle Rose #FE3DC2
RGB
CMYK
RGB Variations
Color information
#FE3DC2 (or 0xFE3DC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and C2. RGB value is (254,61,194). Sum of RGB (Red+Green+Blue) = 254+61+194=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DC2 is #01C23D. Grayscale: #858585. Windows color (decimal): -115262 or 12729854. OLE color: 12729854.
HSL color Cylindrical-coordinate representation of color #FE3DC2: hue angle of 318.65º 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 #FE3DC2 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 194 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.00 |
| HSL | 318.65º | 0.99% | 0.62% | - |
| HSV(B) | 318.65º | 0.76% | 1% | - |
| XYZ | 52.28 | 28.3 | 53.75 | - |
| YUV | 133.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 194 | 0 | 0.76 | 0.24 | 0.00 | 318.65 | 0.99 | 0.62 |
| Hex | FE | 3D | C2 | 0 | 4C | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 75 | 302 | 0 | 114 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111101 | 11000010 | 0 | 1001100 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3DC2
Complementary color
Monochromatic Colors of #FE3DC2
Black with #FE3DC2
Text Example
Text Example
White with #FE3DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DC2; }
p { color: rgb(254,61,194); }
H1.HeaderClassName
{
color: #FE3DC2;
}
.AnyTagClassName
{
color: #FE3DC2;
}
</style>
background-color css
<style>
a { background-color: #FE3DC2; }
a { background-color: rgb(254,61,194); }
div.DivClassName
{
background-color: #FE3DC2;
}
.BgClassName
{
background-color: #FE3DC2;
}
</style>
border-color css
<style>
span { border-color: #FE3DC2; }
span { border-color: rgb(254,61,194); }
td.TdClassName
{
border-color: #FE3DC2;
}
.TagClassName
{
border-color: #FE3DC2;
}
</style>