Shades of Razzle Dazzle Rose #FB3AE6
Tints of Razzle Dazzle Rose #FB3AE6
RGB
CMYK
RGB Variations
Color information
#FB3AE6 (or 0xFB3AE6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and E6. RGB value is (251,58,230). Sum of RGB (Red+Green+Blue) = 251+58+230=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 58 (23.05% from 255 or 10.76% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AE6 is #04C519. Grayscale: #868686. Windows color (decimal): -312602 or 15088379. OLE color: 15088379.
HSL color Cylindrical-coordinate representation of color #FB3AE6: hue angle of 306.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AE6 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 230 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.02 |
| HSL | 306.53º | 0.96% | 0.61% | - |
| HSV(B) | 306.53º | 0.77% | 0.98% | - |
| XYZ | 55.58 | 29.25 | 77.58 | - |
| YUV | 135.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 230 | 0 | 0.77 | 0.08 | 0.02 | 306.53 | 0.96 | 0.61 |
| Hex | FB | 3A | E6 | 0 | 4D | 8 | 2 | 133 | 60 | 3D |
| Octal | 373 | 72 | 346 | 0 | 115 | 10 | 2 | 463 | 140 | 75 |
| Binary | 11111011 | 111010 | 11100110 | 0 | 1001101 | 1000 | 10 | 100110011 | 1100000 | 111101 |
Color Harmonies of #FB3AE6
Complementary color
Monochromatic Colors of #FB3AE6
Black with #FB3AE6
Text Example
Text Example
White with #FB3AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AE6; }
p { color: rgb(251,58,230); }
H1.HeaderClassName
{
color: #FB3AE6;
}
.AnyTagClassName
{
color: #FB3AE6;
}
</style>
background-color css
<style>
a { background-color: #FB3AE6; }
a { background-color: rgb(251,58,230); }
div.DivClassName
{
background-color: #FB3AE6;
}
.BgClassName
{
background-color: #FB3AE6;
}
</style>
border-color css
<style>
span { border-color: #FB3AE6; }
span { border-color: rgb(251,58,230); }
td.TdClassName
{
border-color: #FB3AE6;
}
.TagClassName
{
border-color: #FB3AE6;
}
</style>