Shades of Razzle Dazzle Rose #FE3DF0
Tints of Razzle Dazzle Rose #FE3DF0
RGB
CMYK
RGB Variations
Color information
#FE3DF0 (or 0xFE3DF0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and F0. RGB value is (254,61,240). Sum of RGB (Red+Green+Blue) = 254+61+240=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 61 (24.22% from 255 or 10.99% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DF0 is #01C20F. Grayscale: #8A8A8A. Windows color (decimal): -115216 or 15744510. OLE color: 15744510.
HSL color Cylindrical-coordinate representation of color #FE3DF0: hue angle of 304.35º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DF0 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 240 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.00 |
| HSL | 304.35º | 0.99% | 0.62% | - |
| HSV(B) | 304.35º | 0.76% | 1% | - |
| XYZ | 58.27 | 30.7 | 85.29 | - |
| YUV | 139.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 240 | 0 | 0.76 | 0.06 | 0.00 | 304.35 | 0.99 | 0.62 |
| Hex | FE | 3D | F0 | 0 | 4C | 6 | 0 | 130 | 63 | 3E |
| Octal | 376 | 75 | 360 | 0 | 114 | 6 | 0 | 460 | 143 | 76 |
| Binary | 11111110 | 111101 | 11110000 | 0 | 1001100 | 110 | 0 | 100110000 | 1100011 | 111110 |
Color Harmonies of #FE3DF0
Complementary color
Monochromatic Colors of #FE3DF0
Black with #FE3DF0
Text Example
Text Example
White with #FE3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DF0; }
p { color: rgb(254,61,240); }
H1.HeaderClassName
{
color: #FE3DF0;
}
.AnyTagClassName
{
color: #FE3DF0;
}
</style>
background-color css
<style>
a { background-color: #FE3DF0; }
a { background-color: rgb(254,61,240); }
div.DivClassName
{
background-color: #FE3DF0;
}
.BgClassName
{
background-color: #FE3DF0;
}
</style>
border-color css
<style>
span { border-color: #FE3DF0; }
span { border-color: rgb(254,61,240); }
td.TdClassName
{
border-color: #FE3DF0;
}
.TagClassName
{
border-color: #FE3DF0;
}
</style>