Shades of Razzle Dazzle Rose #FE2DF4
Tints of Razzle Dazzle Rose #FE2DF4
RGB
CMYK
RGB Variations
Color information
#FE2DF4 (or 0xFE2DF4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and F4. RGB value is (254,45,244). Sum of RGB (Red+Green+Blue) = 254+45+244=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 45 (17.97% from 255 or 8.29% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF4 is #01D20B. Grayscale: #818181. Windows color (decimal): -119308 or 16002558. OLE color: 16002558.
HSL color Cylindrical-coordinate representation of color #FE2DF4: hue angle of 302.87º 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 #FE2DF4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 244 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.00 |
| HSL | 302.87º | 0.99% | 0.59% | - |
| HSV(B) | 302.87º | 0.82% | 1% | - |
| XYZ | 58.14 | 29.48 | 88.21 | - |
| YUV | 130.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 244 | 0 | 0.82 | 0.04 | 0.00 | 302.87 | 0.99 | 0.59 |
| Hex | FE | 2D | F4 | 0 | 52 | 4 | 0 | 12F | 63 | 3B |
| Octal | 376 | 55 | 364 | 0 | 122 | 4 | 0 | 457 | 143 | 73 |
| Binary | 11111110 | 101101 | 11110100 | 0 | 1010010 | 100 | 0 | 100101111 | 1100011 | 111011 |
Color Harmonies of #FE2DF4
Complementary color
Monochromatic Colors of #FE2DF4
Black with #FE2DF4
Text Example
Text Example
White with #FE2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF4; }
p { color: rgb(254,45,244); }
H1.HeaderClassName
{
color: #FE2DF4;
}
.AnyTagClassName
{
color: #FE2DF4;
}
</style>
background-color css
<style>
a { background-color: #FE2DF4; }
a { background-color: rgb(254,45,244); }
div.DivClassName
{
background-color: #FE2DF4;
}
.BgClassName
{
background-color: #FE2DF4;
}
</style>
border-color css
<style>
span { border-color: #FE2DF4; }
span { border-color: rgb(254,45,244); }
td.TdClassName
{
border-color: #FE2DF4;
}
.TagClassName
{
border-color: #FE2DF4;
}
</style>