Shades of Razzle Dazzle Rose #FE2FDF
Tints of Razzle Dazzle Rose #FE2FDF
RGB
CMYK
RGB Variations
Color information
#FE2FDF (or 0xFE2FDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and DF. RGB value is (254,47,223). Sum of RGB (Red+Green+Blue) = 254+47+223=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 47 (18.75% from 255 or 8.97% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FDF is #01D020. Grayscale: #808080. Windows color (decimal): -118817 or 14626814. OLE color: 14626814.
HSL color Cylindrical-coordinate representation of color #FE2FDF: hue angle of 308.99º 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 #FE2FDF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 223 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.00 |
| HSL | 308.99º | 0.99% | 0.59% | - |
| HSV(B) | 308.99º | 0.81% | 1% | - |
| XYZ | 55.21 | 28.43 | 72.39 | - |
| YUV | 128.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 223 | 0 | 0.81 | 0.12 | 0.00 | 308.99 | 0.99 | 0.59 |
| Hex | FE | 2F | DF | 0 | 51 | C | 0 | 135 | 63 | 3B |
| Octal | 376 | 57 | 337 | 0 | 121 | 14 | 0 | 465 | 143 | 73 |
| Binary | 11111110 | 101111 | 11011111 | 0 | 1010001 | 1100 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE2FDF
Complementary color
Monochromatic Colors of #FE2FDF
Black with #FE2FDF
Text Example
Text Example
White with #FE2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FDF; }
p { color: rgb(254,47,223); }
H1.HeaderClassName
{
color: #FE2FDF;
}
.AnyTagClassName
{
color: #FE2FDF;
}
</style>
background-color css
<style>
a { background-color: #FE2FDF; }
a { background-color: rgb(254,47,223); }
div.DivClassName
{
background-color: #FE2FDF;
}
.BgClassName
{
background-color: #FE2FDF;
}
</style>
border-color css
<style>
span { border-color: #FE2FDF; }
span { border-color: rgb(254,47,223); }
td.TdClassName
{
border-color: #FE2FDF;
}
.TagClassName
{
border-color: #FE2FDF;
}
</style>