Shades of Razzle Dazzle Rose #FB26D4
Tints of Razzle Dazzle Rose #FB26D4
RGB
CMYK
RGB Variations
Color information
#FB26D4 (or 0xFB26D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 26 and D4. RGB value is (251,38,212). Sum of RGB (Red+Green+Blue) = 251+38+212=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB26D4 is #04D92B. Grayscale: #797979. Windows color (decimal): -317740 or 13903611. OLE color: 13903611.
HSL color Cylindrical-coordinate representation of color #FB26D4: hue angle of 310.99º 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 #FB26D4 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 212 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.02 |
| HSL | 310.99º | 0.96% | 0.57% | - |
| HSV(B) | 310.99º | 0.85% | 0.98% | - |
| XYZ | 52.36 | 26.65 | 64.67 | - |
| YUV | 121.52 | 179.07 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 212 | 0 | 0.85 | 0.16 | 0.02 | 310.99 | 0.96 | 0.57 |
| Hex | FB | 26 | D4 | 0 | 55 | 10 | 2 | 137 | 60 | 39 |
| Octal | 373 | 46 | 324 | 0 | 125 | 20 | 2 | 467 | 140 | 71 |
| Binary | 11111011 | 100110 | 11010100 | 0 | 1010101 | 10000 | 10 | 100110111 | 1100000 | 111001 |
Color Harmonies of #FB26D4
Complementary color
Monochromatic Colors of #FB26D4
Black with #FB26D4
Text Example
Text Example
White with #FB26D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26D4; }
p { color: rgb(251,38,212); }
H1.HeaderClassName
{
color: #FB26D4;
}
.AnyTagClassName
{
color: #FB26D4;
}
</style>
background-color css
<style>
a { background-color: #FB26D4; }
a { background-color: rgb(251,38,212); }
div.DivClassName
{
background-color: #FB26D4;
}
.BgClassName
{
background-color: #FB26D4;
}
</style>
border-color css
<style>
span { border-color: #FB26D4; }
span { border-color: rgb(251,38,212); }
td.TdClassName
{
border-color: #FB26D4;
}
.TagClassName
{
border-color: #FB26D4;
}
</style>