Shades of Razzle Dazzle Rose #FE2DF2
Tints of Razzle Dazzle Rose #FE2DF2
RGB
CMYK
RGB Variations
Color information
#FE2DF2 (or 0xFE2DF2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and F2. RGB value is (254,45,242). Sum of RGB (Red+Green+Blue) = 254+45+242=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 45 (17.97% from 255 or 8.32% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF2 is #01D20D. Grayscale: #818181. Windows color (decimal): -119310 or 15871486. OLE color: 15871486.
HSL color Cylindrical-coordinate representation of color #FE2DF2: hue angle of 303.44º 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 #FE2DF2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 242 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.00 |
| HSL | 303.45º | 0.99% | 0.59% | - |
| HSV(B) | 303.45º | 0.82% | 1% | - |
| XYZ | 57.84 | 29.36 | 86.62 | - |
| YUV | 129.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 242 | 0 | 0.82 | 0.05 | 0.00 | 303.45 | 0.99 | 0.59 |
| Hex | FE | 2D | F2 | 0 | 52 | 5 | 0 | 12F | 63 | 3B |
| Octal | 376 | 55 | 362 | 0 | 122 | 5 | 0 | 457 | 143 | 73 |
| Binary | 11111110 | 101101 | 11110010 | 0 | 1010010 | 101 | 0 | 100101111 | 1100011 | 111011 |
Color Harmonies of #FE2DF2
Complementary color
Monochromatic Colors of #FE2DF2
Black with #FE2DF2
Text Example
Text Example
White with #FE2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF2; }
p { color: rgb(254,45,242); }
H1.HeaderClassName
{
color: #FE2DF2;
}
.AnyTagClassName
{
color: #FE2DF2;
}
</style>
background-color css
<style>
a { background-color: #FE2DF2; }
a { background-color: rgb(254,45,242); }
div.DivClassName
{
background-color: #FE2DF2;
}
.BgClassName
{
background-color: #FE2DF2;
}
</style>
border-color css
<style>
span { border-color: #FE2DF2; }
span { border-color: rgb(254,45,242); }
td.TdClassName
{
border-color: #FE2DF2;
}
.TagClassName
{
border-color: #FE2DF2;
}
</style>