Shades of Razzle Dazzle Rose #FB41E7
Tints of Razzle Dazzle Rose #FB41E7
RGB
CMYK
RGB Variations
Color information
#FB41E7 (or 0xFB41E7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and E7. RGB value is (251,65,231). Sum of RGB (Red+Green+Blue) = 251+65+231=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41E7 is #04BE18. Grayscale: #8B8B8B. Windows color (decimal): -310809 or 15155707. OLE color: 15155707.
HSL color Cylindrical-coordinate representation of color #FB41E7: hue angle of 306.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41E7 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 231 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.02 |
| HSL | 306.45º | 0.96% | 0.62% | - |
| HSV(B) | 306.45º | 0.74% | 0.98% | - |
| XYZ | 56.1 | 30.06 | 78.45 | - |
| YUV | 139.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 231 | 0 | 0.74 | 0.08 | 0.02 | 306.45 | 0.96 | 0.62 |
| Hex | FB | 41 | E7 | 0 | 4A | 8 | 2 | 132 | 60 | 3E |
| Octal | 373 | 101 | 347 | 0 | 112 | 10 | 2 | 462 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11100111 | 0 | 1001010 | 1000 | 10 | 100110010 | 1100000 | 111110 |
Color Harmonies of #FB41E7
Complementary color
Monochromatic Colors of #FB41E7
Black with #FB41E7
Text Example
Text Example
White with #FB41E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41E7; }
p { color: rgb(251,65,231); }
H1.HeaderClassName
{
color: #FB41E7;
}
.AnyTagClassName
{
color: #FB41E7;
}
</style>
background-color css
<style>
a { background-color: #FB41E7; }
a { background-color: rgb(251,65,231); }
div.DivClassName
{
background-color: #FB41E7;
}
.BgClassName
{
background-color: #FB41E7;
}
</style>
border-color css
<style>
span { border-color: #FB41E7; }
span { border-color: rgb(251,65,231); }
td.TdClassName
{
border-color: #FB41E7;
}
.TagClassName
{
border-color: #FB41E7;
}
</style>