Shades of Razzle Dazzle Rose #FB3DF0
Tints of Razzle Dazzle Rose #FB3DF0
RGB
CMYK
RGB Variations
Color information
#FB3DF0 (or 0xFB3DF0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3D and F0. RGB value is (251,61,240). Sum of RGB (Red+Green+Blue) = 251+61+240=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3DF0 is #04C20F. Grayscale: #898989. Windows color (decimal): -311824 or 15744507. OLE color: 15744507.
HSL color Cylindrical-coordinate representation of color #FB3DF0: hue angle of 303.47º 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 #FB3DF0 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 240 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.02 |
| HSL | 303.47º | 0.96% | 0.61% | - |
| HSV(B) | 303.47º | 0.76% | 0.98% | - |
| XYZ | 57.18 | 30.14 | 85.24 | - |
| YUV | 138.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 240 | 0 | 0.76 | 0.04 | 0.02 | 303.47 | 0.96 | 0.61 |
| Hex | FB | 3D | F0 | 0 | 4C | 4 | 2 | 12F | 60 | 3D |
| Octal | 373 | 75 | 360 | 0 | 114 | 4 | 2 | 457 | 140 | 75 |
| Binary | 11111011 | 111101 | 11110000 | 0 | 1001100 | 100 | 10 | 100101111 | 1100000 | 111101 |
Color Harmonies of #FB3DF0
Complementary color
Monochromatic Colors of #FB3DF0
Black with #FB3DF0
Text Example
Text Example
White with #FB3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3DF0; }
p { color: rgb(251,61,240); }
H1.HeaderClassName
{
color: #FB3DF0;
}
.AnyTagClassName
{
color: #FB3DF0;
}
</style>
background-color css
<style>
a { background-color: #FB3DF0; }
a { background-color: rgb(251,61,240); }
div.DivClassName
{
background-color: #FB3DF0;
}
.BgClassName
{
background-color: #FB3DF0;
}
</style>
border-color css
<style>
span { border-color: #FB3DF0; }
span { border-color: rgb(251,61,240); }
td.TdClassName
{
border-color: #FB3DF0;
}
.TagClassName
{
border-color: #FB3DF0;
}
</style>