Shades of Razzle Dazzle Rose #FF3DED
Tints of Razzle Dazzle Rose #FF3DED
RGB
CMYK
RGB Variations
Color information
#FF3DED (or 0xFF3DED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and ED. RGB value is (255,61,237). Sum of RGB (Red+Green+Blue) = 255+61+237=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 61 (24.22% from 255 or 11.03% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3DED is #00C212. Grayscale: #8A8A8A. Windows color (decimal): -49683 or 15547903. OLE color: 15547903.
HSL color Cylindrical-coordinate representation of color #FF3DED: hue angle of 305.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DED is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 237 | - |
| CMYK | 0 | 0.76 | 0.07 | 0 |
| HSL | 305.57º | 1% | 0.62% | - |
| HSV(B) | 305.57º | 0.76% | 1% | - |
| XYZ | 58.19 | 30.71 | 82.98 | - |
| YUV | 139.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 237 | 0 | 0.76 | 0.07 | 0 | 305.57 | 1 | 0.62 |
| Hex | FF | 3D | ED | 0 | 4C | 7 | 0 | 132 | 64 | 3E |
| Octal | 377 | 75 | 355 | 0 | 114 | 7 | 0 | 462 | 144 | 76 |
| Binary | 11111111 | 111101 | 11101101 | 0 | 1001100 | 111 | 0 | 100110010 | 1100100 | 111110 |
Color Harmonies of #FF3DED
Complementary color
Monochromatic Colors of #FF3DED
Black with #FF3DED
Text Example
Text Example
White with #FF3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DED; }
p { color: rgb(255,61,237); }
H1.HeaderClassName
{
color: #FF3DED;
}
.AnyTagClassName
{
color: #FF3DED;
}
</style>
background-color css
<style>
a { background-color: #FF3DED; }
a { background-color: rgb(255,61,237); }
div.DivClassName
{
background-color: #FF3DED;
}
.BgClassName
{
background-color: #FF3DED;
}
</style>
border-color css
<style>
span { border-color: #FF3DED; }
span { border-color: rgb(255,61,237); }
td.TdClassName
{
border-color: #FF3DED;
}
.TagClassName
{
border-color: #FF3DED;
}
</style>