Shades of Razzle Dazzle Rose #FB3CED
Tints of Razzle Dazzle Rose #FB3CED
RGB
CMYK
RGB Variations
Color information
#FB3CED (or 0xFB3CED) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and ED. RGB value is (251,60,237). Sum of RGB (Red+Green+Blue) = 251+60+237=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 60 (23.83% from 255 or 10.95% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3CED is #04C312. Grayscale: #888888. Windows color (decimal): -312083 or 15547643. OLE color: 15547643.
HSL color Cylindrical-coordinate representation of color #FB3CED: hue angle of 304.4º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CED is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 237 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.02 |
| HSL | 304.4º | 0.96% | 0.61% | - |
| HSV(B) | 304.4º | 0.76% | 0.98% | - |
| XYZ | 56.69 | 29.86 | 82.9 | - |
| YUV | 137.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 237 | 0 | 0.76 | 0.06 | 0.02 | 304.4 | 0.96 | 0.61 |
| Hex | FB | 3C | ED | 0 | 4C | 6 | 2 | 130 | 60 | 3D |
| Octal | 373 | 74 | 355 | 0 | 114 | 6 | 2 | 460 | 140 | 75 |
| Binary | 11111011 | 111100 | 11101101 | 0 | 1001100 | 110 | 10 | 100110000 | 1100000 | 111101 |
Color Harmonies of #FB3CED
Complementary color
Monochromatic Colors of #FB3CED
Black with #FB3CED
Text Example
Text Example
White with #FB3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CED; }
p { color: rgb(251,60,237); }
H1.HeaderClassName
{
color: #FB3CED;
}
.AnyTagClassName
{
color: #FB3CED;
}
</style>
background-color css
<style>
a { background-color: #FB3CED; }
a { background-color: rgb(251,60,237); }
div.DivClassName
{
background-color: #FB3CED;
}
.BgClassName
{
background-color: #FB3CED;
}
</style>
border-color css
<style>
span { border-color: #FB3CED; }
span { border-color: rgb(251,60,237); }
td.TdClassName
{
border-color: #FB3CED;
}
.TagClassName
{
border-color: #FB3CED;
}
</style>