Shades of Razzle Dazzle Rose #FE3FC2
Tints of Razzle Dazzle Rose #FE3FC2
RGB
CMYK
RGB Variations
Color information
#FE3FC2 (or 0xFE3FC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and C2. RGB value is (254,63,194). Sum of RGB (Red+Green+Blue) = 254+63+194=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FC2 is #01C03D. Grayscale: #868686. Windows color (decimal): -114750 or 12730366. OLE color: 12730366.
HSL color Cylindrical-coordinate representation of color #FE3FC2: hue angle of 318.85º 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 #FE3FC2 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 194 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.00 |
| HSL | 318.85º | 0.99% | 0.62% | - |
| HSV(B) | 318.85º | 0.75% | 1% | - |
| XYZ | 52.39 | 28.52 | 53.78 | - |
| YUV | 135.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 194 | 0 | 0.75 | 0.24 | 0.00 | 318.85 | 0.99 | 0.62 |
| Hex | FE | 3F | C2 | 0 | 4B | 18 | 0 | 13F | 63 | 3E |
| Octal | 376 | 77 | 302 | 0 | 113 | 30 | 0 | 477 | 143 | 76 |
| Binary | 11111110 | 111111 | 11000010 | 0 | 1001011 | 11000 | 0 | 100111111 | 1100011 | 111110 |
Color Harmonies of #FE3FC2
Complementary color
Monochromatic Colors of #FE3FC2
Black with #FE3FC2
Text Example
Text Example
White with #FE3FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FC2; }
p { color: rgb(254,63,194); }
H1.HeaderClassName
{
color: #FE3FC2;
}
.AnyTagClassName
{
color: #FE3FC2;
}
</style>
background-color css
<style>
a { background-color: #FE3FC2; }
a { background-color: rgb(254,63,194); }
div.DivClassName
{
background-color: #FE3FC2;
}
.BgClassName
{
background-color: #FE3FC2;
}
</style>
border-color css
<style>
span { border-color: #FE3FC2; }
span { border-color: rgb(254,63,194); }
td.TdClassName
{
border-color: #FE3FC2;
}
.TagClassName
{
border-color: #FE3FC2;
}
</style>