Shades of Razzle Dazzle Rose #FE3FC0
Tints of Razzle Dazzle Rose #FE3FC0
RGB
CMYK
RGB Variations
Color information
#FE3FC0 (or 0xFE3FC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and C0. RGB value is (254,63,192). Sum of RGB (Red+Green+Blue) = 254+63+192=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FC0 is #01C03F. Grayscale: #868686. Windows color (decimal): -114752 or 12599294. OLE color: 12599294.
HSL color Cylindrical-coordinate representation of color #FE3FC0: hue angle of 319.48º 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 #FE3FC0 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 192 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.00 |
| HSL | 319.48º | 0.99% | 0.62% | - |
| HSV(B) | 319.48º | 0.75% | 1% | - |
| XYZ | 52.16 | 28.43 | 52.61 | - |
| YUV | 134.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 192 | 0 | 0.75 | 0.24 | 0.00 | 319.48 | 0.99 | 0.62 |
| Hex | FE | 3F | C0 | 0 | 4B | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 77 | 300 | 0 | 113 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111111 | 11000000 | 0 | 1001011 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3FC0
Complementary color
Monochromatic Colors of #FE3FC0
Black with #FE3FC0
Text Example
Text Example
White with #FE3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FC0; }
p { color: rgb(254,63,192); }
H1.HeaderClassName
{
color: #FE3FC0;
}
.AnyTagClassName
{
color: #FE3FC0;
}
</style>
background-color css
<style>
a { background-color: #FE3FC0; }
a { background-color: rgb(254,63,192); }
div.DivClassName
{
background-color: #FE3FC0;
}
.BgClassName
{
background-color: #FE3FC0;
}
</style>
border-color css
<style>
span { border-color: #FE3FC0; }
span { border-color: rgb(254,63,192); }
td.TdClassName
{
border-color: #FE3FC0;
}
.TagClassName
{
border-color: #FE3FC0;
}
</style>