Shades of Razzle Dazzle Rose #FB3EC0
Tints of Razzle Dazzle Rose #FB3EC0
RGB
CMYK
RGB Variations
Color information
#FB3EC0 (or 0xFB3EC0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3E and C0. RGB value is (251,62,192). Sum of RGB (Red+Green+Blue) = 251+62+192=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3EC0 is #04C13F. Grayscale: #858585. Windows color (decimal): -311616 or 12599035. OLE color: 12599035.
HSL color Cylindrical-coordinate representation of color #FB3EC0: hue angle of 318.73º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3EC0 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 192 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.02 |
| HSL | 318.73º | 0.96% | 0.61% | - |
| HSV(B) | 318.73º | 0.75% | 0.98% | - |
| XYZ | 51.02 | 27.76 | 52.54 | - |
| YUV | 133.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 192 | 0 | 0.75 | 0.24 | 0.02 | 318.73 | 0.96 | 0.61 |
| Hex | FB | 3E | C0 | 0 | 4B | 18 | 2 | 13F | 60 | 3D |
| Octal | 373 | 76 | 300 | 0 | 113 | 30 | 2 | 477 | 140 | 75 |
| Binary | 11111011 | 111110 | 11000000 | 0 | 1001011 | 11000 | 10 | 100111111 | 1100000 | 111101 |
Color Harmonies of #FB3EC0
Complementary color
Monochromatic Colors of #FB3EC0
Black with #FB3EC0
Text Example
Text Example
White with #FB3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3EC0; }
p { color: rgb(251,62,192); }
H1.HeaderClassName
{
color: #FB3EC0;
}
.AnyTagClassName
{
color: #FB3EC0;
}
</style>
background-color css
<style>
a { background-color: #FB3EC0; }
a { background-color: rgb(251,62,192); }
div.DivClassName
{
background-color: #FB3EC0;
}
.BgClassName
{
background-color: #FB3EC0;
}
</style>
border-color css
<style>
span { border-color: #FB3EC0; }
span { border-color: rgb(251,62,192); }
td.TdClassName
{
border-color: #FB3EC0;
}
.TagClassName
{
border-color: #FB3EC0;
}
</style>