Shades of Razzle Dazzle Rose #FE2FF2
Tints of Razzle Dazzle Rose #FE2FF2
RGB
CMYK
RGB Variations
Color information
#FE2FF2 (or 0xFE2FF2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and F2. RGB value is (254,47,242). Sum of RGB (Red+Green+Blue) = 254+47+242=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 47 (18.75% from 255 or 8.66% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF2 is #01D00D. Grayscale: #828282. Windows color (decimal): -118798 or 15871998. OLE color: 15871998.
HSL color Cylindrical-coordinate representation of color #FE2FF2: hue angle of 303.48º 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 #FE2FF2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 242 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.00 |
| HSL | 303.48º | 0.99% | 0.59% | - |
| HSV(B) | 303.48º | 0.81% | 1% | - |
| XYZ | 57.92 | 29.51 | 86.65 | - |
| YUV | 131.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 242 | 0 | 0.81 | 0.05 | 0.00 | 303.48 | 0.99 | 0.59 |
| Hex | FE | 2F | F2 | 0 | 51 | 5 | 0 | 12F | 63 | 3B |
| Octal | 376 | 57 | 362 | 0 | 121 | 5 | 0 | 457 | 143 | 73 |
| Binary | 11111110 | 101111 | 11110010 | 0 | 1010001 | 101 | 0 | 100101111 | 1100011 | 111011 |
Color Harmonies of #FE2FF2
Complementary color
Monochromatic Colors of #FE2FF2
Black with #FE2FF2
Text Example
Text Example
White with #FE2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FF2; }
p { color: rgb(254,47,242); }
H1.HeaderClassName
{
color: #FE2FF2;
}
.AnyTagClassName
{
color: #FE2FF2;
}
</style>
background-color css
<style>
a { background-color: #FE2FF2; }
a { background-color: rgb(254,47,242); }
div.DivClassName
{
background-color: #FE2FF2;
}
.BgClassName
{
background-color: #FE2FF2;
}
</style>
border-color css
<style>
span { border-color: #FE2FF2; }
span { border-color: rgb(254,47,242); }
td.TdClassName
{
border-color: #FE2FF2;
}
.TagClassName
{
border-color: #FE2FF2;
}
</style>