Shades of Razzle Dazzle Rose #FB2EEF
Tints of Razzle Dazzle Rose #FB2EEF
RGB
CMYK
RGB Variations
Color information
#FB2EEF (or 0xFB2EEF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and EF. RGB value is (251,46,239). Sum of RGB (Red+Green+Blue) = 251+46+239=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2EEF is #04D110. Grayscale: #808080. Windows color (decimal): -315665 or 15675131. OLE color: 15675131.
HSL color Cylindrical-coordinate representation of color #FB2EEF: hue angle of 303.51º 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 #FB2EEF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 239 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.02 |
| HSL | 303.51º | 0.96% | 0.58% | - |
| HSV(B) | 303.51º | 0.82% | 0.98% | - |
| XYZ | 56.34 | 28.7 | 84.23 | - |
| YUV | 129.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 239 | 0 | 0.82 | 0.05 | 0.02 | 303.51 | 0.96 | 0.58 |
| Hex | FB | 2E | EF | 0 | 52 | 5 | 2 | 130 | 60 | 3A |
| Octal | 373 | 56 | 357 | 0 | 122 | 5 | 2 | 460 | 140 | 72 |
| Binary | 11111011 | 101110 | 11101111 | 0 | 1010010 | 101 | 10 | 100110000 | 1100000 | 111010 |
Color Harmonies of #FB2EEF
Complementary color
Monochromatic Colors of #FB2EEF
Black with #FB2EEF
Text Example
Text Example
White with #FB2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EEF; }
p { color: rgb(251,46,239); }
H1.HeaderClassName
{
color: #FB2EEF;
}
.AnyTagClassName
{
color: #FB2EEF;
}
</style>
background-color css
<style>
a { background-color: #FB2EEF; }
a { background-color: rgb(251,46,239); }
div.DivClassName
{
background-color: #FB2EEF;
}
.BgClassName
{
background-color: #FB2EEF;
}
</style>
border-color css
<style>
span { border-color: #FB2EEF; }
span { border-color: rgb(251,46,239); }
td.TdClassName
{
border-color: #FB2EEF;
}
.TagClassName
{
border-color: #FB2EEF;
}
</style>