Shades of Razzle Dazzle Rose #FE2FE2
Tints of Razzle Dazzle Rose #FE2FE2
RGB
CMYK
RGB Variations
Color information
#FE2FE2 (or 0xFE2FE2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and E2. RGB value is (254,47,226). Sum of RGB (Red+Green+Blue) = 254+47+226=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FE2 is #01D01D. Grayscale: #808080. Windows color (decimal): -118814 or 14823422. OLE color: 14823422.
HSL color Cylindrical-coordinate representation of color #FE2FE2: hue angle of 308.12º 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 #FE2FE2 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 226 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.00 |
| HSL | 308.12º | 0.99% | 0.59% | - |
| HSV(B) | 308.12º | 0.81% | 1% | - |
| XYZ | 55.62 | 28.59 | 74.54 | - |
| YUV | 129.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 226 | 0 | 0.81 | 0.11 | 0.00 | 308.12 | 0.99 | 0.59 |
| Hex | FE | 2F | E2 | 0 | 51 | B | 0 | 134 | 63 | 3B |
| Octal | 376 | 57 | 342 | 0 | 121 | 13 | 0 | 464 | 143 | 73 |
| Binary | 11111110 | 101111 | 11100010 | 0 | 1010001 | 1011 | 0 | 100110100 | 1100011 | 111011 |
Color Harmonies of #FE2FE2
Complementary color
Monochromatic Colors of #FE2FE2
Black with #FE2FE2
Text Example
Text Example
White with #FE2FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FE2; }
p { color: rgb(254,47,226); }
H1.HeaderClassName
{
color: #FE2FE2;
}
.AnyTagClassName
{
color: #FE2FE2;
}
</style>
background-color css
<style>
a { background-color: #FE2FE2; }
a { background-color: rgb(254,47,226); }
div.DivClassName
{
background-color: #FE2FE2;
}
.BgClassName
{
background-color: #FE2FE2;
}
</style>
border-color css
<style>
span { border-color: #FE2FE2; }
span { border-color: rgb(254,47,226); }
td.TdClassName
{
border-color: #FE2FE2;
}
.TagClassName
{
border-color: #FE2FE2;
}
</style>