Shades of Razzle Dazzle Rose #FB2ECD
Tints of Razzle Dazzle Rose #FB2ECD
RGB
CMYK
RGB Variations
Color information
#FB2ECD (or 0xFB2ECD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and CD. RGB value is (251,46,205). Sum of RGB (Red+Green+Blue) = 251+46+205=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ECD is #04D132. Grayscale: #7C7C7C. Windows color (decimal): -315699 or 13446907. OLE color: 13446907.
HSL color Cylindrical-coordinate representation of color #FB2ECD: hue angle of 313.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2ECD is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 205 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.46º | 0.96% | 0.58% | - |
| HSV(B) | 313.46º | 0.82% | 0.98% | - |
| XYZ | 51.78 | 26.87 | 60.22 | - |
| YUV | 125.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 205 | 0 | 0.82 | 0.18 | 0.02 | 313.46 | 0.96 | 0.58 |
| Hex | FB | 2E | CD | 0 | 52 | 12 | 2 | 139 | 60 | 3A |
| Octal | 373 | 56 | 315 | 0 | 122 | 22 | 2 | 471 | 140 | 72 |
| Binary | 11111011 | 101110 | 11001101 | 0 | 1010010 | 10010 | 10 | 100111001 | 1100000 | 111010 |
Color Harmonies of #FB2ECD
Complementary color
Monochromatic Colors of #FB2ECD
Black with #FB2ECD
Text Example
Text Example
White with #FB2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ECD; }
p { color: rgb(251,46,205); }
H1.HeaderClassName
{
color: #FB2ECD;
}
.AnyTagClassName
{
color: #FB2ECD;
}
</style>
background-color css
<style>
a { background-color: #FB2ECD; }
a { background-color: rgb(251,46,205); }
div.DivClassName
{
background-color: #FB2ECD;
}
.BgClassName
{
background-color: #FB2ECD;
}
</style>
border-color css
<style>
span { border-color: #FB2ECD; }
span { border-color: rgb(251,46,205); }
td.TdClassName
{
border-color: #FB2ECD;
}
.TagClassName
{
border-color: #FB2ECD;
}
</style>