Shades of Razzle Dazzle Rose #F32BD5
Tints of Razzle Dazzle Rose #F32BD5
RGB
CMYK
RGB Variations
Color information
#F32BD5 (or 0xF32BD5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 2B and D5. RGB value is (243,43,213). Sum of RGB (Red+Green+Blue) = 243+43+213=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F32BD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32BD5 is #0CD42A. Grayscale: #797979. Windows color (decimal): -840747 or 13970419. OLE color: 13970419.
HSL color Cylindrical-coordinate representation of color #F32BD5: hue angle of 309º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32BD5 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 213 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.05 |
| HSL | 309º | 0.89% | 0.56% | - |
| HSV(B) | 309º | 0.82% | 0.95% | - |
| XYZ | 49.84 | 25.59 | 65.26 | - |
| YUV | 122.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 213 | 0 | 0.82 | 0.12 | 0.05 | 309 | 0.89 | 0.56 |
| Hex | F3 | 2B | D5 | 0 | 52 | C | 5 | 135 | 59 | 38 |
| Octal | 363 | 53 | 325 | 0 | 122 | 14 | 5 | 465 | 131 | 70 |
| Binary | 11110011 | 101011 | 11010101 | 0 | 1010010 | 1100 | 101 | 100110101 | 1011001 | 111000 |
Color Harmonies of #F32BD5
Complementary color
Monochromatic Colors of #F32BD5
Black with #F32BD5
Text Example
Text Example
White with #F32BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32BD5; }
p { color: rgb(243,43,213); }
H1.HeaderClassName
{
color: #F32BD5;
}
.AnyTagClassName
{
color: #F32BD5;
}
</style>
background-color css
<style>
a { background-color: #F32BD5; }
a { background-color: rgb(243,43,213); }
div.DivClassName
{
background-color: #F32BD5;
}
.BgClassName
{
background-color: #F32BD5;
}
</style>
border-color css
<style>
span { border-color: #F32BD5; }
span { border-color: rgb(243,43,213); }
td.TdClassName
{
border-color: #F32BD5;
}
.TagClassName
{
border-color: #F32BD5;
}
</style>