Shades of Razzle Dazzle Rose #FB2DF2
Tints of Razzle Dazzle Rose #FB2DF2
RGB
CMYK
RGB Variations
Color information
#FB2DF2 (or 0xFB2DF2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2D and F2. RGB value is (251,45,242). Sum of RGB (Red+Green+Blue) = 251+45+242=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2DF2 is #04D20D. Grayscale: #808080. Windows color (decimal): -315918 or 15871483. OLE color: 15871483.
HSL color Cylindrical-coordinate representation of color #FB2DF2: hue angle of 302.62º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DF2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 242 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.02 |
| HSL | 302.62º | 0.96% | 0.58% | - |
| HSV(B) | 302.62º | 0.82% | 0.98% | - |
| XYZ | 56.75 | 28.8 | 86.57 | - |
| YUV | 129.05 | 191.75 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 242 | 0 | 0.82 | 0.04 | 0.02 | 302.62 | 0.96 | 0.58 |
| Hex | FB | 2D | F2 | 0 | 52 | 4 | 2 | 12F | 60 | 3A |
| Octal | 373 | 55 | 362 | 0 | 122 | 4 | 2 | 457 | 140 | 72 |
| Binary | 11111011 | 101101 | 11110010 | 0 | 1010010 | 100 | 10 | 100101111 | 1100000 | 111010 |
Color Harmonies of #FB2DF2
Complementary color
Monochromatic Colors of #FB2DF2
Black with #FB2DF2
Text Example
Text Example
White with #FB2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DF2; }
p { color: rgb(251,45,242); }
H1.HeaderClassName
{
color: #FB2DF2;
}
.AnyTagClassName
{
color: #FB2DF2;
}
</style>
background-color css
<style>
a { background-color: #FB2DF2; }
a { background-color: rgb(251,45,242); }
div.DivClassName
{
background-color: #FB2DF2;
}
.BgClassName
{
background-color: #FB2DF2;
}
</style>
border-color css
<style>
span { border-color: #FB2DF2; }
span { border-color: rgb(251,45,242); }
td.TdClassName
{
border-color: #FB2DF2;
}
.TagClassName
{
border-color: #FB2DF2;
}
</style>