Shades of Razzle Dazzle Rose #FE3FC1
Tints of Razzle Dazzle Rose #FE3FC1
RGB
CMYK
RGB Variations
Color information
#FE3FC1 (or 0xFE3FC1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and C1. RGB value is (254,63,193). Sum of RGB (Red+Green+Blue) = 254+63+193=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FC1 is #01C03E. Grayscale: #868686. Windows color (decimal): -114751 or 12664830. OLE color: 12664830.
HSL color Cylindrical-coordinate representation of color #FE3FC1: hue angle of 319.16º 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 #FE3FC1 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 193 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.00 |
| HSL | 319.16º | 0.99% | 0.62% | - |
| HSV(B) | 319.16º | 0.75% | 1% | - |
| XYZ | 52.28 | 28.48 | 53.19 | - |
| YUV | 134.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 193 | 0 | 0.75 | 0.24 | 0.00 | 319.16 | 0.99 | 0.62 |
| Hex | FE | 3F | C1 | 0 | 4B | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 77 | 301 | 0 | 113 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111111 | 11000001 | 0 | 1001011 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3FC1
Complementary color
Monochromatic Colors of #FE3FC1
Black with #FE3FC1
Text Example
Text Example
White with #FE3FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FC1; }
p { color: rgb(254,63,193); }
H1.HeaderClassName
{
color: #FE3FC1;
}
.AnyTagClassName
{
color: #FE3FC1;
}
</style>
background-color css
<style>
a { background-color: #FE3FC1; }
a { background-color: rgb(254,63,193); }
div.DivClassName
{
background-color: #FE3FC1;
}
.BgClassName
{
background-color: #FE3FC1;
}
</style>
border-color css
<style>
span { border-color: #FE3FC1; }
span { border-color: rgb(254,63,193); }
td.TdClassName
{
border-color: #FE3FC1;
}
.TagClassName
{
border-color: #FE3FC1;
}
</style>