Shades of Razzle Dazzle Rose #FB4ABC
Tints of Razzle Dazzle Rose #FB4ABC
RGB
CMYK
RGB Variations
Color information
#FB4ABC (or 0xFB4ABC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and BC. RGB value is (251,74,188). Sum of RGB (Red+Green+Blue) = 251+74+188=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ABC is #04B543. Grayscale: #8B8B8B. Windows color (decimal): -308548 or 12339963. OLE color: 12339963.
HSL color Cylindrical-coordinate representation of color #FB4ABC: hue angle of 321.36º 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 #FB4ABC is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 188 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.02 |
| HSL | 321.36º | 0.96% | 0.64% | - |
| HSV(B) | 321.36º | 0.71% | 0.98% | - |
| XYZ | 51.31 | 29.04 | 50.48 | - |
| YUV | 139.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 188 | 0 | 0.71 | 0.25 | 0.02 | 321.36 | 0.96 | 0.64 |
| Hex | FB | 4A | BC | 0 | 47 | 19 | 2 | 141 | 60 | 40 |
| Octal | 373 | 112 | 274 | 0 | 107 | 31 | 2 | 501 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10111100 | 0 | 1000111 | 11001 | 10 | 101000001 | 1100000 | 1000000 |
Color Harmonies of #FB4ABC
Complementary color
Monochromatic Colors of #FB4ABC
Black with #FB4ABC
Text Example
Text Example
White with #FB4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ABC; }
p { color: rgb(251,74,188); }
H1.HeaderClassName
{
color: #FB4ABC;
}
.AnyTagClassName
{
color: #FB4ABC;
}
</style>
background-color css
<style>
a { background-color: #FB4ABC; }
a { background-color: rgb(251,74,188); }
div.DivClassName
{
background-color: #FB4ABC;
}
.BgClassName
{
background-color: #FB4ABC;
}
</style>
border-color css
<style>
span { border-color: #FB4ABC; }
span { border-color: rgb(251,74,188); }
td.TdClassName
{
border-color: #FB4ABC;
}
.TagClassName
{
border-color: #FB4ABC;
}
</style>