Shades of Razzle Dazzle Rose #FB2ACC
Tints of Razzle Dazzle Rose #FB2ACC
RGB
CMYK
RGB Variations
Color information
#FB2ACC (or 0xFB2ACC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and CC. RGB value is (251,42,204). Sum of RGB (Red+Green+Blue) = 251+42+204=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ACC is #04D533. Grayscale: #7A7A7A. Windows color (decimal): -316724 or 13380347. OLE color: 13380347.
HSL color Cylindrical-coordinate representation of color #FB2ACC: hue angle of 313.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2ACC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 204 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.02 |
| HSL | 313.49º | 0.96% | 0.57% | - |
| HSV(B) | 313.49º | 0.83% | 0.98% | - |
| XYZ | 51.51 | 26.52 | 59.53 | - |
| YUV | 122.96 | 173.74 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 204 | 0 | 0.83 | 0.19 | 0.02 | 313.49 | 0.96 | 0.57 |
| Hex | FB | 2A | CC | 0 | 53 | 13 | 2 | 139 | 60 | 39 |
| Octal | 373 | 52 | 314 | 0 | 123 | 23 | 2 | 471 | 140 | 71 |
| Binary | 11111011 | 101010 | 11001100 | 0 | 1010011 | 10011 | 10 | 100111001 | 1100000 | 111001 |
Color Harmonies of #FB2ACC
Complementary color
Monochromatic Colors of #FB2ACC
Black with #FB2ACC
Text Example
Text Example
White with #FB2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ACC; }
p { color: rgb(251,42,204); }
H1.HeaderClassName
{
color: #FB2ACC;
}
.AnyTagClassName
{
color: #FB2ACC;
}
</style>
background-color css
<style>
a { background-color: #FB2ACC; }
a { background-color: rgb(251,42,204); }
div.DivClassName
{
background-color: #FB2ACC;
}
.BgClassName
{
background-color: #FB2ACC;
}
</style>
border-color css
<style>
span { border-color: #FB2ACC; }
span { border-color: rgb(251,42,204); }
td.TdClassName
{
border-color: #FB2ACC;
}
.TagClassName
{
border-color: #FB2ACC;
}
</style>