Shades of Razzle Dazzle Rose #FB43E5
Tints of Razzle Dazzle Rose #FB43E5
RGB
CMYK
RGB Variations
Color information
#FB43E5 (or 0xFB43E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 43 and E5. RGB value is (251,67,229). Sum of RGB (Red+Green+Blue) = 251+67+229=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 67 (26.56% from 255 or 12.25% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB43E5 is #04BC1A. Grayscale: #8C8C8C. Windows color (decimal): -310299 or 15025147. OLE color: 15025147.
HSL color Cylindrical-coordinate representation of color #FB43E5: hue angle of 307.17º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB43E5 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 229 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.02 |
| HSL | 307.17º | 0.96% | 0.62% | - |
| HSV(B) | 307.17º | 0.73% | 0.98% | - |
| XYZ | 55.93 | 30.18 | 77.01 | - |
| YUV | 140.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 229 | 0 | 0.73 | 0.09 | 0.02 | 307.17 | 0.96 | 0.62 |
| Hex | FB | 43 | E5 | 0 | 49 | 9 | 2 | 133 | 60 | 3E |
| Octal | 373 | 103 | 345 | 0 | 111 | 11 | 2 | 463 | 140 | 76 |
| Binary | 11111011 | 1000011 | 11100101 | 0 | 1001001 | 1001 | 10 | 100110011 | 1100000 | 111110 |
Color Harmonies of #FB43E5
Complementary color
Monochromatic Colors of #FB43E5
Black with #FB43E5
Text Example
Text Example
White with #FB43E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43E5; }
p { color: rgb(251,67,229); }
H1.HeaderClassName
{
color: #FB43E5;
}
.AnyTagClassName
{
color: #FB43E5;
}
</style>
background-color css
<style>
a { background-color: #FB43E5; }
a { background-color: rgb(251,67,229); }
div.DivClassName
{
background-color: #FB43E5;
}
.BgClassName
{
background-color: #FB43E5;
}
</style>
border-color css
<style>
span { border-color: #FB43E5; }
span { border-color: rgb(251,67,229); }
td.TdClassName
{
border-color: #FB43E5;
}
.TagClassName
{
border-color: #FB43E5;
}
</style>