Shades of Razzle Dazzle Rose #FB3CE4
Tints of Razzle Dazzle Rose #FB3CE4
RGB
CMYK
RGB Variations
Color information
#FB3CE4 (or 0xFB3CE4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and E4. RGB value is (251,60,228). Sum of RGB (Red+Green+Blue) = 251+60+228=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 60 (23.83% from 255 or 11.13% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CE4 is #04C31B. Grayscale: #878787. Windows color (decimal): -312092 or 14957819. OLE color: 14957819.
HSL color Cylindrical-coordinate representation of color #FB3CE4: hue angle of 307.23º 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 #FB3CE4 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 228 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.02 |
| HSL | 307.23º | 0.96% | 0.61% | - |
| HSV(B) | 307.23º | 0.76% | 0.98% | - |
| XYZ | 55.4 | 29.34 | 76.14 | - |
| YUV | 136.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 228 | 0 | 0.76 | 0.09 | 0.02 | 307.23 | 0.96 | 0.61 |
| Hex | FB | 3C | E4 | 0 | 4C | 9 | 2 | 133 | 60 | 3D |
| Octal | 373 | 74 | 344 | 0 | 114 | 11 | 2 | 463 | 140 | 75 |
| Binary | 11111011 | 111100 | 11100100 | 0 | 1001100 | 1001 | 10 | 100110011 | 1100000 | 111101 |
Color Harmonies of #FB3CE4
Complementary color
Monochromatic Colors of #FB3CE4
Black with #FB3CE4
Text Example
Text Example
White with #FB3CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CE4; }
p { color: rgb(251,60,228); }
H1.HeaderClassName
{
color: #FB3CE4;
}
.AnyTagClassName
{
color: #FB3CE4;
}
</style>
background-color css
<style>
a { background-color: #FB3CE4; }
a { background-color: rgb(251,60,228); }
div.DivClassName
{
background-color: #FB3CE4;
}
.BgClassName
{
background-color: #FB3CE4;
}
</style>
border-color css
<style>
span { border-color: #FB3CE4; }
span { border-color: rgb(251,60,228); }
td.TdClassName
{
border-color: #FB3CE4;
}
.TagClassName
{
border-color: #FB3CE4;
}
</style>