Shades of Razzle Dazzle Rose #FF3BED
Tints of Razzle Dazzle Rose #FF3BED
RGB
CMYK
RGB Variations
Color information
#FF3BED (or 0xFF3BED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3B and ED. RGB value is (255,59,237). Sum of RGB (Red+Green+Blue) = 255+59+237=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BED is #00C412. Grayscale: #898989. Windows color (decimal): -50195 or 15547391. OLE color: 15547391.
HSL color Cylindrical-coordinate representation of color #FF3BED: hue angle of 305.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BED is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 237 | - |
| CMYK | 0 | 0.77 | 0.07 | 0 |
| HSL | 305.51º | 1% | 0.62% | - |
| HSV(B) | 305.51º | 0.77% | 1% | - |
| XYZ | 58.09 | 30.5 | 82.95 | - |
| YUV | 137.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 237 | 0 | 0.77 | 0.07 | 0 | 305.51 | 1 | 0.62 |
| Hex | FF | 3B | ED | 0 | 4D | 7 | 0 | 132 | 64 | 3E |
| Octal | 377 | 73 | 355 | 0 | 115 | 7 | 0 | 462 | 144 | 76 |
| Binary | 11111111 | 111011 | 11101101 | 0 | 1001101 | 111 | 0 | 100110010 | 1100100 | 111110 |
Color Harmonies of #FF3BED
Complementary color
Monochromatic Colors of #FF3BED
Black with #FF3BED
Text Example
Text Example
White with #FF3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BED; }
p { color: rgb(255,59,237); }
H1.HeaderClassName
{
color: #FF3BED;
}
.AnyTagClassName
{
color: #FF3BED;
}
</style>
background-color css
<style>
a { background-color: #FF3BED; }
a { background-color: rgb(255,59,237); }
div.DivClassName
{
background-color: #FF3BED;
}
.BgClassName
{
background-color: #FF3BED;
}
</style>
border-color css
<style>
span { border-color: #FF3BED; }
span { border-color: rgb(255,59,237); }
td.TdClassName
{
border-color: #FF3BED;
}
.TagClassName
{
border-color: #FF3BED;
}
</style>