Shades of Razzle Dazzle Rose #FE2EF3
Tints of Razzle Dazzle Rose #FE2EF3
RGB
CMYK
RGB Variations
Color information
#FE2EF3 (or 0xFE2EF3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and F3. RGB value is (254,46,243). Sum of RGB (Red+Green+Blue) = 254+46+243=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 46 (18.36% from 255 or 8.47% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF3 is #01D10C. Grayscale: #828282. Windows color (decimal): -119053 or 15937278. OLE color: 15937278.
HSL color Cylindrical-coordinate representation of color #FE2EF3: hue angle of 303.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EF3 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 243 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.00 |
| HSL | 303.17º | 0.99% | 0.59% | - |
| HSV(B) | 303.17º | 0.82% | 1% | - |
| XYZ | 58.03 | 29.5 | 87.43 | - |
| YUV | 130.65 | 191.41 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 243 | 0 | 0.82 | 0.04 | 0.00 | 303.17 | 0.99 | 0.59 |
| Hex | FE | 2E | F3 | 0 | 52 | 4 | 0 | 12F | 63 | 3B |
| Octal | 376 | 56 | 363 | 0 | 122 | 4 | 0 | 457 | 143 | 73 |
| Binary | 11111110 | 101110 | 11110011 | 0 | 1010010 | 100 | 0 | 100101111 | 1100011 | 111011 |
Color Harmonies of #FE2EF3
Complementary color
Monochromatic Colors of #FE2EF3
Black with #FE2EF3
Text Example
Text Example
White with #FE2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EF3; }
p { color: rgb(254,46,243); }
H1.HeaderClassName
{
color: #FE2EF3;
}
.AnyTagClassName
{
color: #FE2EF3;
}
</style>
background-color css
<style>
a { background-color: #FE2EF3; }
a { background-color: rgb(254,46,243); }
div.DivClassName
{
background-color: #FE2EF3;
}
.BgClassName
{
background-color: #FE2EF3;
}
</style>
border-color css
<style>
span { border-color: #FE2EF3; }
span { border-color: rgb(254,46,243); }
td.TdClassName
{
border-color: #FE2EF3;
}
.TagClassName
{
border-color: #FE2EF3;
}
</style>