Shades of Razzle Dazzle Rose #FB26C1
Tints of Razzle Dazzle Rose #FB26C1
RGB
CMYK
RGB Variations
Color information
#FB26C1 (or 0xFB26C1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 26 and C1. RGB value is (251,38,193). Sum of RGB (Red+Green+Blue) = 251+38+193=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB26C1 is #04D93E. Grayscale: #767676. Windows color (decimal): -317759 or 12658427. OLE color: 12658427.
HSL color Cylindrical-coordinate representation of color #FB26C1: hue angle of 316.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB26C1 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 193 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.02 |
| HSL | 316.34º | 0.96% | 0.57% | - |
| HSV(B) | 316.34º | 0.85% | 0.98% | - |
| XYZ | 50.1 | 25.75 | 52.78 | - |
| YUV | 119.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 193 | 0 | 0.85 | 0.23 | 0.02 | 316.34 | 0.96 | 0.57 |
| Hex | FB | 26 | C1 | 0 | 55 | 17 | 2 | 13C | 60 | 39 |
| Octal | 373 | 46 | 301 | 0 | 125 | 27 | 2 | 474 | 140 | 71 |
| Binary | 11111011 | 100110 | 11000001 | 0 | 1010101 | 10111 | 10 | 100111100 | 1100000 | 111001 |
Color Harmonies of #FB26C1
Complementary color
Monochromatic Colors of #FB26C1
Black with #FB26C1
Text Example
Text Example
White with #FB26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26C1; }
p { color: rgb(251,38,193); }
H1.HeaderClassName
{
color: #FB26C1;
}
.AnyTagClassName
{
color: #FB26C1;
}
</style>
background-color css
<style>
a { background-color: #FB26C1; }
a { background-color: rgb(251,38,193); }
div.DivClassName
{
background-color: #FB26C1;
}
.BgClassName
{
background-color: #FB26C1;
}
</style>
border-color css
<style>
span { border-color: #FB26C1; }
span { border-color: rgb(251,38,193); }
td.TdClassName
{
border-color: #FB26C1;
}
.TagClassName
{
border-color: #FB26C1;
}
</style>