Shades of Razzle Dazzle Rose #FE2FC1
Tints of Razzle Dazzle Rose #FE2FC1
RGB
CMYK
RGB Variations
Color information
#FE2FC1 (or 0xFE2FC1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and C1. RGB value is (254,47,193). Sum of RGB (Red+Green+Blue) = 254+47+193=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FC1 is #01D03E. Grayscale: #7D7D7D. Windows color (decimal): -118847 or 12660734. OLE color: 12660734.
HSL color Cylindrical-coordinate representation of color #FE2FC1: hue angle of 317.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FC1 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 193 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.00 |
| HSL | 317.68º | 0.99% | 0.59% | - |
| HSV(B) | 317.68º | 0.81% | 1% | - |
| XYZ | 51.52 | 26.95 | 52.94 | - |
| YUV | 125.54 | 166.08 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 193 | 0 | 0.81 | 0.24 | 0.00 | 317.68 | 0.99 | 0.59 |
| Hex | FE | 2F | C1 | 0 | 51 | 18 | 0 | 13E | 63 | 3B |
| Octal | 376 | 57 | 301 | 0 | 121 | 30 | 0 | 476 | 143 | 73 |
| Binary | 11111110 | 101111 | 11000001 | 0 | 1010001 | 11000 | 0 | 100111110 | 1100011 | 111011 |
Color Harmonies of #FE2FC1
Complementary color
Monochromatic Colors of #FE2FC1
Black with #FE2FC1
Text Example
Text Example
White with #FE2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FC1; }
p { color: rgb(254,47,193); }
H1.HeaderClassName
{
color: #FE2FC1;
}
.AnyTagClassName
{
color: #FE2FC1;
}
</style>
background-color css
<style>
a { background-color: #FE2FC1; }
a { background-color: rgb(254,47,193); }
div.DivClassName
{
background-color: #FE2FC1;
}
.BgClassName
{
background-color: #FE2FC1;
}
</style>
border-color css
<style>
span { border-color: #FE2FC1; }
span { border-color: rgb(254,47,193); }
td.TdClassName
{
border-color: #FE2FC1;
}
.TagClassName
{
border-color: #FE2FC1;
}
</style>