Shades of Razzle Dazzle Rose #FB3CE0
Tints of Razzle Dazzle Rose #FB3CE0
RGB
CMYK
RGB Variations
Color information
#FB3CE0 (or 0xFB3CE0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and E0. RGB value is (251,60,224). Sum of RGB (Red+Green+Blue) = 251+60+224=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CE0 is #04C31F. Grayscale: #878787. Windows color (decimal): -312096 or 14695675. OLE color: 14695675.
HSL color Cylindrical-coordinate representation of color #FB3CE0: hue angle of 308.48º 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 #FB3CE0 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 224 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.02 |
| HSL | 308.48º | 0.96% | 0.61% | - |
| HSV(B) | 308.48º | 0.76% | 0.98% | - |
| XYZ | 54.85 | 29.12 | 73.25 | - |
| YUV | 135.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 224 | 0 | 0.76 | 0.11 | 0.02 | 308.48 | 0.96 | 0.61 |
| Hex | FB | 3C | E0 | 0 | 4C | B | 2 | 134 | 60 | 3D |
| Octal | 373 | 74 | 340 | 0 | 114 | 13 | 2 | 464 | 140 | 75 |
| Binary | 11111011 | 111100 | 11100000 | 0 | 1001100 | 1011 | 10 | 100110100 | 1100000 | 111101 |
Color Harmonies of #FB3CE0
Complementary color
Monochromatic Colors of #FB3CE0
Black with #FB3CE0
Text Example
Text Example
White with #FB3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CE0; }
p { color: rgb(251,60,224); }
H1.HeaderClassName
{
color: #FB3CE0;
}
.AnyTagClassName
{
color: #FB3CE0;
}
</style>
background-color css
<style>
a { background-color: #FB3CE0; }
a { background-color: rgb(251,60,224); }
div.DivClassName
{
background-color: #FB3CE0;
}
.BgClassName
{
background-color: #FB3CE0;
}
</style>
border-color css
<style>
span { border-color: #FB3CE0; }
span { border-color: rgb(251,60,224); }
td.TdClassName
{
border-color: #FB3CE0;
}
.TagClassName
{
border-color: #FB3CE0;
}
</style>