Shades of Razzle Dazzle Rose #FB23D4
Tints of Razzle Dazzle Rose #FB23D4
RGB
CMYK
RGB Variations
Color information
#FB23D4 (or 0xFB23D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 23 and D4. RGB value is (251,35,212). Sum of RGB (Red+Green+Blue) = 251+35+212=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB23D4 is #04DC2B. Grayscale: #777777. Windows color (decimal): -318508 or 13902843. OLE color: 13902843.
HSL color Cylindrical-coordinate representation of color #FB23D4: hue angle of 310.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 #FB23D4 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 212 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.02 |
| HSL | 310.83º | 0.96% | 0.56% | - |
| HSV(B) | 310.83º | 0.86% | 0.98% | - |
| XYZ | 52.27 | 26.46 | 64.64 | - |
| YUV | 119.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 212 | 0 | 0.86 | 0.16 | 0.02 | 310.83 | 0.96 | 0.56 |
| Hex | FB | 23 | D4 | 0 | 56 | 10 | 2 | 137 | 60 | 38 |
| Octal | 373 | 43 | 324 | 0 | 126 | 20 | 2 | 467 | 140 | 70 |
| Binary | 11111011 | 100011 | 11010100 | 0 | 1010110 | 10000 | 10 | 100110111 | 1100000 | 111000 |
Color Harmonies of #FB23D4
Complementary color
Monochromatic Colors of #FB23D4
Black with #FB23D4
Text Example
Text Example
White with #FB23D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23D4; }
p { color: rgb(251,35,212); }
H1.HeaderClassName
{
color: #FB23D4;
}
.AnyTagClassName
{
color: #FB23D4;
}
</style>
background-color css
<style>
a { background-color: #FB23D4; }
a { background-color: rgb(251,35,212); }
div.DivClassName
{
background-color: #FB23D4;
}
.BgClassName
{
background-color: #FB23D4;
}
</style>
border-color css
<style>
span { border-color: #FB23D4; }
span { border-color: rgb(251,35,212); }
td.TdClassName
{
border-color: #FB23D4;
}
.TagClassName
{
border-color: #FB23D4;
}
</style>