Shades of Razzle Dazzle Rose #FB3FEA
Tints of Razzle Dazzle Rose #FB3FEA
RGB
CMYK
RGB Variations
Color information
#FB3FEA (or 0xFB3FEA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3F and EA. RGB value is (251,63,234). Sum of RGB (Red+Green+Blue) = 251+63+234=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 63 (25% from 255 or 11.50% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FEA is #04C015. Grayscale: #8A8A8A. Windows color (decimal): -311318 or 15351803. OLE color: 15351803.
HSL color Cylindrical-coordinate representation of color #FB3FEA: hue angle of 305.43º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FEA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 234 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.02 |
| HSL | 305.43º | 0.96% | 0.62% | - |
| HSV(B) | 305.43º | 0.75% | 0.98% | - |
| XYZ | 56.41 | 30 | 80.66 | - |
| YUV | 138.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 234 | 0 | 0.75 | 0.07 | 0.02 | 305.43 | 0.96 | 0.62 |
| Hex | FB | 3F | EA | 0 | 4B | 7 | 2 | 131 | 60 | 3E |
| Octal | 373 | 77 | 352 | 0 | 113 | 7 | 2 | 461 | 140 | 76 |
| Binary | 11111011 | 111111 | 11101010 | 0 | 1001011 | 111 | 10 | 100110001 | 1100000 | 111110 |
Color Harmonies of #FB3FEA
Complementary color
Monochromatic Colors of #FB3FEA
Black with #FB3FEA
Text Example
Text Example
White with #FB3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FEA; }
p { color: rgb(251,63,234); }
H1.HeaderClassName
{
color: #FB3FEA;
}
.AnyTagClassName
{
color: #FB3FEA;
}
</style>
background-color css
<style>
a { background-color: #FB3FEA; }
a { background-color: rgb(251,63,234); }
div.DivClassName
{
background-color: #FB3FEA;
}
.BgClassName
{
background-color: #FB3FEA;
}
</style>
border-color css
<style>
span { border-color: #FB3FEA; }
span { border-color: rgb(251,63,234); }
td.TdClassName
{
border-color: #FB3FEA;
}
.TagClassName
{
border-color: #FB3FEA;
}
</style>