Shades of Razzle Dazzle Rose #FB23E6
Tints of Razzle Dazzle Rose #FB23E6
RGB
CMYK
RGB Variations
Color information
#FB23E6 (or 0xFB23E6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 23 and E6. RGB value is (251,35,230). Sum of RGB (Red+Green+Blue) = 251+35+230=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 35 (14.06% from 255 or 6.78% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB23E6 is #04DC19. Grayscale: #797979. Windows color (decimal): -318490 or 15082491. OLE color: 15082491.
HSL color Cylindrical-coordinate representation of color #FB23E6: hue angle of 305.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB23E6 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 230 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.02 |
| HSL | 305.83º | 0.96% | 0.56% | - |
| HSV(B) | 305.83º | 0.86% | 0.98% | - |
| XYZ | 54.67 | 27.42 | 77.28 | - |
| YUV | 121.81 | 189.06 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 230 | 0 | 0.86 | 0.08 | 0.02 | 305.83 | 0.96 | 0.56 |
| Hex | FB | 23 | E6 | 0 | 56 | 8 | 2 | 132 | 60 | 38 |
| Octal | 373 | 43 | 346 | 0 | 126 | 10 | 2 | 462 | 140 | 70 |
| Binary | 11111011 | 100011 | 11100110 | 0 | 1010110 | 1000 | 10 | 100110010 | 1100000 | 111000 |
Color Harmonies of #FB23E6
Complementary color
Monochromatic Colors of #FB23E6
Black with #FB23E6
Text Example
Text Example
White with #FB23E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23E6; }
p { color: rgb(251,35,230); }
H1.HeaderClassName
{
color: #FB23E6;
}
.AnyTagClassName
{
color: #FB23E6;
}
</style>
background-color css
<style>
a { background-color: #FB23E6; }
a { background-color: rgb(251,35,230); }
div.DivClassName
{
background-color: #FB23E6;
}
.BgClassName
{
background-color: #FB23E6;
}
</style>
border-color css
<style>
span { border-color: #FB23E6; }
span { border-color: rgb(251,35,230); }
td.TdClassName
{
border-color: #FB23E6;
}
.TagClassName
{
border-color: #FB23E6;
}
</style>