Shades of Razzle Dazzle Rose #FE2DDF
Tints of Razzle Dazzle Rose #FE2DDF
RGB
CMYK
RGB Variations
Color information
#FE2DDF (or 0xFE2DDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and DF. RGB value is (254,45,223). Sum of RGB (Red+Green+Blue) = 254+45+223=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 45 (17.97% from 255 or 8.62% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DDF is #01D220. Grayscale: #7F7F7F. Windows color (decimal): -119329 or 14626302. OLE color: 14626302.
HSL color Cylindrical-coordinate representation of color #FE2DDF: hue angle of 308.9º 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 #FE2DDF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 45 | 223 | - |
CMYK | 0 | 0.82 | 0.12 | 0.00 |
HSL | 308.9º | 0.99% | 0.59% | - |
HSV(B) | 308.9º | 0.82% | 1% | - |
XYZ | 55.13 | 28.28 | 72.36 | - |
YUV | 127.78 | 181.74 | 218.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 45 | 223 | 0 | 0.82 | 0.12 | 0.00 | 308.9 | 0.99 | 0.59 |
Hex | FE | 2D | DF | 0 | 52 | C | 0 | 135 | 63 | 3B |
Octal | 376 | 55 | 337 | 0 | 122 | 14 | 0 | 465 | 143 | 73 |
Binary | 11111110 | 101101 | 11011111 | 0 | 1010010 | 1100 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE2DDF
Complementary color
Monochromatic Colors of #FE2DDF
Black with #FE2DDF
Text Example
Text Example
White with #FE2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DDF; }
p { color: rgb(254,45,223); }
H1.HeaderClassName
{
color: #FE2DDF;
}
.AnyTagClassName
{
color: #FE2DDF;
}
</style>
background-color css
<style>
a { background-color: #FE2DDF; }
a { background-color: rgb(254,45,223); }
div.DivClassName
{
background-color: #FE2DDF;
}
.BgClassName
{
background-color: #FE2DDF;
}
</style>
border-color css
<style>
span { border-color: #FE2DDF; }
span { border-color: rgb(254,45,223); }
td.TdClassName
{
border-color: #FE2DDF;
}
.TagClassName
{
border-color: #FE2DDF;
}
</style>