Shades of Razzle Dazzle Rose #FB44E7
Tints of Razzle Dazzle Rose #FB44E7
RGB
CMYK
RGB Variations
Color information
#FB44E7 (or 0xFB44E7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 44 and E7. RGB value is (251,68,231). Sum of RGB (Red+Green+Blue) = 251+68+231=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 68 (26.95% from 255 or 12.36% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44E7 is #04BB18. Grayscale: #8C8C8C. Windows color (decimal): -310041 or 15156475. OLE color: 15156475.
HSL color Cylindrical-coordinate representation of color #FB44E7: hue angle of 306.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB44E7 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 231 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.02 |
| HSL | 306.56º | 0.96% | 0.63% | - |
| HSV(B) | 306.56º | 0.73% | 0.98% | - |
| XYZ | 56.27 | 30.41 | 78.51 | - |
| YUV | 141.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 231 | 0 | 0.73 | 0.08 | 0.02 | 306.56 | 0.96 | 0.63 |
| Hex | FB | 44 | E7 | 0 | 49 | 8 | 2 | 133 | 60 | 3F |
| Octal | 373 | 104 | 347 | 0 | 111 | 10 | 2 | 463 | 140 | 77 |
| Binary | 11111011 | 1000100 | 11100111 | 0 | 1001001 | 1000 | 10 | 100110011 | 1100000 | 111111 |
Color Harmonies of #FB44E7
Complementary color
Monochromatic Colors of #FB44E7
Black with #FB44E7
Text Example
Text Example
White with #FB44E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44E7; }
p { color: rgb(251,68,231); }
H1.HeaderClassName
{
color: #FB44E7;
}
.AnyTagClassName
{
color: #FB44E7;
}
</style>
background-color css
<style>
a { background-color: #FB44E7; }
a { background-color: rgb(251,68,231); }
div.DivClassName
{
background-color: #FB44E7;
}
.BgClassName
{
background-color: #FB44E7;
}
</style>
border-color css
<style>
span { border-color: #FB44E7; }
span { border-color: rgb(251,68,231); }
td.TdClassName
{
border-color: #FB44E7;
}
.TagClassName
{
border-color: #FB44E7;
}
</style>