Shades of Razzle Dazzle Rose #FB4ACC
Tints of Razzle Dazzle Rose #FB4ACC
RGB
CMYK
RGB Variations
Color information
#FB4ACC (or 0xFB4ACC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and CC. RGB value is (251,74,204). Sum of RGB (Red+Green+Blue) = 251+74+204=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ACC is #04B533. Grayscale: #8D8D8D. Windows color (decimal): -308532 or 13388539. OLE color: 13388539.
HSL color Cylindrical-coordinate representation of color #FB4ACC: hue angle of 315.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4ACC is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 204 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.02 |
| HSL | 315.93º | 0.96% | 0.64% | - |
| HSV(B) | 315.93º | 0.71% | 0.98% | - |
| XYZ | 53.13 | 29.77 | 60.07 | - |
| YUV | 141.74 | 163.14 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 204 | 0 | 0.71 | 0.19 | 0.02 | 315.93 | 0.96 | 0.64 |
| Hex | FB | 4A | CC | 0 | 47 | 13 | 2 | 13C | 60 | 40 |
| Octal | 373 | 112 | 314 | 0 | 107 | 23 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11001100 | 0 | 1000111 | 10011 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4ACC
Complementary color
Monochromatic Colors of #FB4ACC
Black with #FB4ACC
Text Example
Text Example
White with #FB4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ACC; }
p { color: rgb(251,74,204); }
H1.HeaderClassName
{
color: #FB4ACC;
}
.AnyTagClassName
{
color: #FB4ACC;
}
</style>
background-color css
<style>
a { background-color: #FB4ACC; }
a { background-color: rgb(251,74,204); }
div.DivClassName
{
background-color: #FB4ACC;
}
.BgClassName
{
background-color: #FB4ACC;
}
</style>
border-color css
<style>
span { border-color: #FB4ACC; }
span { border-color: rgb(251,74,204); }
td.TdClassName
{
border-color: #FB4ACC;
}
.TagClassName
{
border-color: #FB4ACC;
}
</style>