Shades of Razzle Dazzle Rose #FB2EF1
Tints of Razzle Dazzle Rose #FB2EF1
RGB
CMYK
RGB Variations
Color information
#FB2EF1 (or 0xFB2EF1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and F1. RGB value is (251,46,241). Sum of RGB (Red+Green+Blue) = 251+46+241=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 46 (18.36% from 255 or 8.55% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2EF1 is #04D10E. Grayscale: #808080. Windows color (decimal): -315663 or 15806203. OLE color: 15806203.
HSL color Cylindrical-coordinate representation of color #FB2EF1: hue angle of 302.93º 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 #FB2EF1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 241 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.02 |
| HSL | 302.93º | 0.96% | 0.58% | - |
| HSV(B) | 302.93º | 0.82% | 0.98% | - |
| XYZ | 56.64 | 28.81 | 85.8 | - |
| YUV | 129.53 | 190.92 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 241 | 0 | 0.82 | 0.04 | 0.02 | 302.93 | 0.96 | 0.58 |
| Hex | FB | 2E | F1 | 0 | 52 | 4 | 2 | 12F | 60 | 3A |
| Octal | 373 | 56 | 361 | 0 | 122 | 4 | 2 | 457 | 140 | 72 |
| Binary | 11111011 | 101110 | 11110001 | 0 | 1010010 | 100 | 10 | 100101111 | 1100000 | 111010 |
Color Harmonies of #FB2EF1
Complementary color
Monochromatic Colors of #FB2EF1
Black with #FB2EF1
Text Example
Text Example
White with #FB2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EF1; }
p { color: rgb(251,46,241); }
H1.HeaderClassName
{
color: #FB2EF1;
}
.AnyTagClassName
{
color: #FB2EF1;
}
</style>
background-color css
<style>
a { background-color: #FB2EF1; }
a { background-color: rgb(251,46,241); }
div.DivClassName
{
background-color: #FB2EF1;
}
.BgClassName
{
background-color: #FB2EF1;
}
</style>
border-color css
<style>
span { border-color: #FB2EF1; }
span { border-color: rgb(251,46,241); }
td.TdClassName
{
border-color: #FB2EF1;
}
.TagClassName
{
border-color: #FB2EF1;
}
</style>