Shades of Razzle Dazzle Rose #F73DB4
Tints of Razzle Dazzle Rose #F73DB4
RGB
CMYK
RGB Variations
Color information
#F73DB4 (or 0xF73DB4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3D and B4. RGB value is (247,61,180). Sum of RGB (Red+Green+Blue) = 247+61+180=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DB4 is #08C24B. Grayscale: #818181. Windows color (decimal): -574028 or 11812343. OLE color: 11812343.
HSL color Cylindrical-coordinate representation of color #F73DB4: hue angle of 321.61º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DB4 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 180 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.03 |
| HSL | 321.61º | 0.92% | 0.6% | - |
| HSV(B) | 321.61º | 0.75% | 0.97% | - |
| XYZ | 48.26 | 26.41 | 45.73 | - |
| YUV | 130.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 180 | 0 | 0.75 | 0.27 | 0.03 | 321.61 | 0.92 | 0.6 |
| Hex | F7 | 3D | B4 | 0 | 4B | 1B | 3 | 142 | 5C | 3C |
| Octal | 367 | 75 | 264 | 0 | 113 | 33 | 3 | 502 | 134 | 74 |
| Binary | 11110111 | 111101 | 10110100 | 0 | 1001011 | 11011 | 11 | 101000010 | 1011100 | 111100 |
Color Harmonies of #F73DB4
Complementary color
Monochromatic Colors of #F73DB4
Black with #F73DB4
Text Example
Text Example
White with #F73DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DB4; }
p { color: rgb(247,61,180); }
H1.HeaderClassName
{
color: #F73DB4;
}
.AnyTagClassName
{
color: #F73DB4;
}
</style>
background-color css
<style>
a { background-color: #F73DB4; }
a { background-color: rgb(247,61,180); }
div.DivClassName
{
background-color: #F73DB4;
}
.BgClassName
{
background-color: #F73DB4;
}
</style>
border-color css
<style>
span { border-color: #F73DB4; }
span { border-color: rgb(247,61,180); }
td.TdClassName
{
border-color: #F73DB4;
}
.TagClassName
{
border-color: #F73DB4;
}
</style>