Shades of Razzle Dazzle Rose #FB3FE5
Tints of Razzle Dazzle Rose #FB3FE5
RGB
CMYK
RGB Variations
Color information
#FB3FE5 (or 0xFB3FE5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3F and E5. RGB value is (251,63,229). Sum of RGB (Red+Green+Blue) = 251+63+229=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 63 (25% from 255 or 11.60% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FE5 is #04C01A. Grayscale: #898989. Windows color (decimal): -311323 or 15024123. OLE color: 15024123.
HSL color Cylindrical-coordinate representation of color #FB3FE5: hue angle of 307.02º 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 #FB3FE5 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 229 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.02 |
| HSL | 307.02º | 0.96% | 0.62% | - |
| HSV(B) | 307.02º | 0.75% | 0.98% | - |
| XYZ | 55.7 | 29.72 | 76.93 | - |
| YUV | 138.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 229 | 0 | 0.75 | 0.09 | 0.02 | 307.02 | 0.96 | 0.62 |
| Hex | FB | 3F | E5 | 0 | 4B | 9 | 2 | 133 | 60 | 3E |
| Octal | 373 | 77 | 345 | 0 | 113 | 11 | 2 | 463 | 140 | 76 |
| Binary | 11111011 | 111111 | 11100101 | 0 | 1001011 | 1001 | 10 | 100110011 | 1100000 | 111110 |
Color Harmonies of #FB3FE5
Complementary color
Monochromatic Colors of #FB3FE5
Black with #FB3FE5
Text Example
Text Example
White with #FB3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FE5; }
p { color: rgb(251,63,229); }
H1.HeaderClassName
{
color: #FB3FE5;
}
.AnyTagClassName
{
color: #FB3FE5;
}
</style>
background-color css
<style>
a { background-color: #FB3FE5; }
a { background-color: rgb(251,63,229); }
div.DivClassName
{
background-color: #FB3FE5;
}
.BgClassName
{
background-color: #FB3FE5;
}
</style>
border-color css
<style>
span { border-color: #FB3FE5; }
span { border-color: rgb(251,63,229); }
td.TdClassName
{
border-color: #FB3FE5;
}
.TagClassName
{
border-color: #FB3FE5;
}
</style>