Shades of Razzle Dazzle Rose #FB3CBB
Tints of Razzle Dazzle Rose #FB3CBB
RGB
CMYK
RGB Variations
Color information
#FB3CBB (or 0xFB3CBB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and BB. RGB value is (251,60,187). Sum of RGB (Red+Green+Blue) = 251+60+187=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CBB is #04C344. Grayscale: #838383. Windows color (decimal): -312133 or 12270843. OLE color: 12270843.
HSL color Cylindrical-coordinate representation of color #FB3CBB: hue angle of 320.1º 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 #FB3CBB is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 187 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.02 |
| HSL | 320.1º | 0.96% | 0.61% | - |
| HSV(B) | 320.1º | 0.76% | 0.98% | - |
| XYZ | 50.37 | 27.33 | 49.63 | - |
| YUV | 131.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 187 | 0 | 0.76 | 0.25 | 0.02 | 320.1 | 0.96 | 0.61 |
| Hex | FB | 3C | BB | 0 | 4C | 19 | 2 | 140 | 60 | 3D |
| Octal | 373 | 74 | 273 | 0 | 114 | 31 | 2 | 500 | 140 | 75 |
| Binary | 11111011 | 111100 | 10111011 | 0 | 1001100 | 11001 | 10 | 101000000 | 1100000 | 111101 |
Color Harmonies of #FB3CBB
Complementary color
Monochromatic Colors of #FB3CBB
Black with #FB3CBB
Text Example
Text Example
White with #FB3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CBB; }
p { color: rgb(251,60,187); }
H1.HeaderClassName
{
color: #FB3CBB;
}
.AnyTagClassName
{
color: #FB3CBB;
}
</style>
background-color css
<style>
a { background-color: #FB3CBB; }
a { background-color: rgb(251,60,187); }
div.DivClassName
{
background-color: #FB3CBB;
}
.BgClassName
{
background-color: #FB3CBB;
}
</style>
border-color css
<style>
span { border-color: #FB3CBB; }
span { border-color: rgb(251,60,187); }
td.TdClassName
{
border-color: #FB3CBB;
}
.TagClassName
{
border-color: #FB3CBB;
}
</style>