Shades of Razzle Dazzle Rose #F73BED
Tints of Razzle Dazzle Rose #F73BED
RGB
CMYK
RGB Variations
Color information
#F73BED (or 0xF73BED) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3B and ED. RGB value is (247,59,237). Sum of RGB (Red+Green+Blue) = 247+59+237=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 59 (23.44% from 255 or 10.87% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73BED is #08C412. Grayscale: #868686. Windows color (decimal): -574483 or 15547383. OLE color: 15547383.
HSL color Cylindrical-coordinate representation of color #F73BED: hue angle of 303.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73BED is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 237 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.03 |
| HSL | 303.19º | 0.92% | 0.6% | - |
| HSV(B) | 303.19º | 0.76% | 0.97% | - |
| XYZ | 55.21 | 29.02 | 82.81 | - |
| YUV | 135.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 237 | 0 | 0.76 | 0.04 | 0.03 | 303.19 | 0.92 | 0.6 |
| Hex | F7 | 3B | ED | 0 | 4C | 4 | 3 | 12F | 5C | 3C |
| Octal | 367 | 73 | 355 | 0 | 114 | 4 | 3 | 457 | 134 | 74 |
| Binary | 11110111 | 111011 | 11101101 | 0 | 1001100 | 100 | 11 | 100101111 | 1011100 | 111100 |
Color Harmonies of #F73BED
Complementary color
Monochromatic Colors of #F73BED
Black with #F73BED
Text Example
Text Example
White with #F73BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BED; }
p { color: rgb(247,59,237); }
H1.HeaderClassName
{
color: #F73BED;
}
.AnyTagClassName
{
color: #F73BED;
}
</style>
background-color css
<style>
a { background-color: #F73BED; }
a { background-color: rgb(247,59,237); }
div.DivClassName
{
background-color: #F73BED;
}
.BgClassName
{
background-color: #F73BED;
}
</style>
border-color css
<style>
span { border-color: #F73BED; }
span { border-color: rgb(247,59,237); }
td.TdClassName
{
border-color: #F73BED;
}
.TagClassName
{
border-color: #F73BED;
}
</style>