Shades of Razzle Dazzle Rose #FB3ACB
Tints of Razzle Dazzle Rose #FB3ACB
RGB
CMYK
RGB Variations
Color information
#FB3ACB (or 0xFB3ACB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and CB. RGB value is (251,58,203). Sum of RGB (Red+Green+Blue) = 251+58+203=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3ACB is #04C534. Grayscale: #838383. Windows color (decimal): -312629 or 13318907. OLE color: 13318907.
HSL color Cylindrical-coordinate representation of color #FB3ACB: hue angle of 314.92º 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 #FB3ACB is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 203 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.02 |
| HSL | 314.92º | 0.96% | 0.61% | - |
| HSV(B) | 314.92º | 0.77% | 0.98% | - |
| XYZ | 52.08 | 27.85 | 59.13 | - |
| YUV | 132.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 203 | 0 | 0.77 | 0.19 | 0.02 | 314.92 | 0.96 | 0.61 |
| Hex | FB | 3A | CB | 0 | 4D | 13 | 2 | 13B | 60 | 3D |
| Octal | 373 | 72 | 313 | 0 | 115 | 23 | 2 | 473 | 140 | 75 |
| Binary | 11111011 | 111010 | 11001011 | 0 | 1001101 | 10011 | 10 | 100111011 | 1100000 | 111101 |
Color Harmonies of #FB3ACB
Complementary color
Monochromatic Colors of #FB3ACB
Black with #FB3ACB
Text Example
Text Example
White with #FB3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3ACB; }
p { color: rgb(251,58,203); }
H1.HeaderClassName
{
color: #FB3ACB;
}
.AnyTagClassName
{
color: #FB3ACB;
}
</style>
background-color css
<style>
a { background-color: #FB3ACB; }
a { background-color: rgb(251,58,203); }
div.DivClassName
{
background-color: #FB3ACB;
}
.BgClassName
{
background-color: #FB3ACB;
}
</style>
border-color css
<style>
span { border-color: #FB3ACB; }
span { border-color: rgb(251,58,203); }
td.TdClassName
{
border-color: #FB3ACB;
}
.TagClassName
{
border-color: #FB3ACB;
}
</style>