Shades of Razzle Dazzle Rose #FB32CC
Tints of Razzle Dazzle Rose #FB32CC
RGB
CMYK
RGB Variations
Color information
#FB32CC (or 0xFB32CC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and CC. RGB value is (251,50,204). Sum of RGB (Red+Green+Blue) = 251+50+204=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32CC is #04CD33. Grayscale: #7F7F7F. Windows color (decimal): -314676 or 13382395. OLE color: 13382395.
HSL color Cylindrical-coordinate representation of color #FB32CC: hue angle of 314.03º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32CC is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 204 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.02 |
| HSL | 314.03º | 0.96% | 0.59% | - |
| HSV(B) | 314.03º | 0.8% | 0.98% | - |
| XYZ | 51.82 | 27.15 | 59.64 | - |
| YUV | 127.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 204 | 0 | 0.80 | 0.19 | 0.02 | 314.03 | 0.96 | 0.59 |
| Hex | FB | 32 | CC | 0 | 50 | 13 | 2 | 13A | 60 | 3B |
| Octal | 373 | 62 | 314 | 0 | 120 | 23 | 2 | 472 | 140 | 73 |
| Binary | 11111011 | 110010 | 11001100 | 0 | 1010000 | 10011 | 10 | 100111010 | 1100000 | 111011 |
Color Harmonies of #FB32CC
Complementary color
Monochromatic Colors of #FB32CC
Black with #FB32CC
Text Example
Text Example
White with #FB32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32CC; }
p { color: rgb(251,50,204); }
H1.HeaderClassName
{
color: #FB32CC;
}
.AnyTagClassName
{
color: #FB32CC;
}
</style>
background-color css
<style>
a { background-color: #FB32CC; }
a { background-color: rgb(251,50,204); }
div.DivClassName
{
background-color: #FB32CC;
}
.BgClassName
{
background-color: #FB32CC;
}
</style>
border-color css
<style>
span { border-color: #FB32CC; }
span { border-color: rgb(251,50,204); }
td.TdClassName
{
border-color: #FB32CC;
}
.TagClassName
{
border-color: #FB32CC;
}
</style>