Shades of Razzle Dazzle Rose #FF43BD
Tints of Razzle Dazzle Rose #FF43BD
RGB
CMYK
RGB Variations
Color information
#FF43BD (or 0xFF43BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 43 and BD. RGB value is (255,67,189). Sum of RGB (Red+Green+Blue) = 255+67+189=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF43BD is #00BC42. Grayscale: #888888. Windows color (decimal): -48195 or 12403711. OLE color: 12403711.
HSL color Cylindrical-coordinate representation of color #FF43BD: hue angle of 321.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF43BD is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 189 | - |
| CMYK | 0 | 0.74 | 0.26 | 0 |
| HSL | 321.06º | 1% | 0.63% | - |
| HSV(B) | 321.06º | 0.74% | 1% | - |
| XYZ | 52.43 | 28.95 | 50.97 | - |
| YUV | 137.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 189 | 0 | 0.74 | 0.26 | 0 | 321.06 | 1 | 0.63 |
| Hex | FF | 43 | BD | 0 | 4A | 1A | 0 | 141 | 64 | 3F |
| Octal | 377 | 103 | 275 | 0 | 112 | 32 | 0 | 501 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10111101 | 0 | 1001010 | 11010 | 0 | 101000001 | 1100100 | 111111 |
Color Harmonies of #FF43BD
Complementary color
Monochromatic Colors of #FF43BD
Black with #FF43BD
Text Example
Text Example
White with #FF43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43BD; }
p { color: rgb(255,67,189); }
H1.HeaderClassName
{
color: #FF43BD;
}
.AnyTagClassName
{
color: #FF43BD;
}
</style>
background-color css
<style>
a { background-color: #FF43BD; }
a { background-color: rgb(255,67,189); }
div.DivClassName
{
background-color: #FF43BD;
}
.BgClassName
{
background-color: #FF43BD;
}
</style>
border-color css
<style>
span { border-color: #FF43BD; }
span { border-color: rgb(255,67,189); }
td.TdClassName
{
border-color: #FF43BD;
}
.TagClassName
{
border-color: #FF43BD;
}
</style>