Shades of Razzle Dazzle Rose #FF43BE
Tints of Razzle Dazzle Rose #FF43BE
RGB
CMYK
RGB Variations
Color information
#FF43BE (or 0xFF43BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 43 and BE. RGB value is (255,67,190). Sum of RGB (Red+Green+Blue) = 255+67+190=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF43BE is #00BC41. Grayscale: #888888. Windows color (decimal): -48194 or 12469247. OLE color: 12469247.
HSL color Cylindrical-coordinate representation of color #FF43BE: hue angle of 320.74º 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 #FF43BE is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 190 | - |
| CMYK | 0 | 0.74 | 0.25 | 0 |
| HSL | 320.74º | 1% | 0.63% | - |
| HSV(B) | 320.74º | 0.74% | 1% | - |
| XYZ | 52.54 | 28.99 | 51.54 | - |
| YUV | 137.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 190 | 0 | 0.74 | 0.25 | 0 | 320.74 | 1 | 0.63 |
| Hex | FF | 43 | BE | 0 | 4A | 19 | 0 | 141 | 64 | 3F |
| Octal | 377 | 103 | 276 | 0 | 112 | 31 | 0 | 501 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10111110 | 0 | 1001010 | 11001 | 0 | 101000001 | 1100100 | 111111 |
Color Harmonies of #FF43BE
Complementary color
Monochromatic Colors of #FF43BE
Black with #FF43BE
Text Example
Text Example
White with #FF43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43BE; }
p { color: rgb(255,67,190); }
H1.HeaderClassName
{
color: #FF43BE;
}
.AnyTagClassName
{
color: #FF43BE;
}
</style>
background-color css
<style>
a { background-color: #FF43BE; }
a { background-color: rgb(255,67,190); }
div.DivClassName
{
background-color: #FF43BE;
}
.BgClassName
{
background-color: #FF43BE;
}
</style>
border-color css
<style>
span { border-color: #FF43BE; }
span { border-color: rgb(255,67,190); }
td.TdClassName
{
border-color: #FF43BE;
}
.TagClassName
{
border-color: #FF43BE;
}
</style>