Shades of Razzle Dazzle Rose #FB43BA
Tints of Razzle Dazzle Rose #FB43BA
RGB
CMYK
RGB Variations
Color information
#FB43BA (or 0xFB43BA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 43 and BA. RGB value is (251,67,186). Sum of RGB (Red+Green+Blue) = 251+67+186=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB43BA is #04BC45. Grayscale: #878787. Windows color (decimal): -310342 or 12207099. OLE color: 12207099.
HSL color Cylindrical-coordinate representation of color #FB43BA: hue angle of 321.2º 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 #FB43BA is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 186 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.02 |
| HSL | 321.2º | 0.96% | 0.62% | - |
| HSV(B) | 321.2º | 0.73% | 0.98% | - |
| XYZ | 50.65 | 28.07 | 49.2 | - |
| YUV | 135.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 186 | 0 | 0.73 | 0.26 | 0.02 | 321.2 | 0.96 | 0.62 |
| Hex | FB | 43 | BA | 0 | 49 | 1A | 2 | 141 | 60 | 3E |
| Octal | 373 | 103 | 272 | 0 | 111 | 32 | 2 | 501 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10111010 | 0 | 1001001 | 11010 | 10 | 101000001 | 1100000 | 111110 |
Color Harmonies of #FB43BA
Complementary color
Monochromatic Colors of #FB43BA
Black with #FB43BA
Text Example
Text Example
White with #FB43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43BA; }
p { color: rgb(251,67,186); }
H1.HeaderClassName
{
color: #FB43BA;
}
.AnyTagClassName
{
color: #FB43BA;
}
</style>
background-color css
<style>
a { background-color: #FB43BA; }
a { background-color: rgb(251,67,186); }
div.DivClassName
{
background-color: #FB43BA;
}
.BgClassName
{
background-color: #FB43BA;
}
</style>
border-color css
<style>
span { border-color: #FB43BA; }
span { border-color: rgb(251,67,186); }
td.TdClassName
{
border-color: #FB43BA;
}
.TagClassName
{
border-color: #FB43BA;
}
</style>