Shades of Razzle Dazzle Rose #F74BC0
Tints of Razzle Dazzle Rose #F74BC0
RGB
CMYK
RGB Variations
Color information
#F74BC0 (or 0xF74BC0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4B and C0. RGB value is (247,75,192). Sum of RGB (Red+Green+Blue) = 247+75+192=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BC0 is #08B43F. Grayscale: #8B8B8B. Windows color (decimal): -570432 or 12602359. OLE color: 12602359.
HSL color Cylindrical-coordinate representation of color #F74BC0: hue angle of 319.19º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BC0 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 192 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.03 |
| HSL | 319.19º | 0.91% | 0.63% | - |
| HSV(B) | 319.19º | 0.7% | 0.97% | - |
| XYZ | 50.39 | 28.61 | 52.74 | - |
| YUV | 139.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 192 | 0 | 0.70 | 0.22 | 0.03 | 319.19 | 0.91 | 0.63 |
| Hex | F7 | 4B | C0 | 0 | 46 | 16 | 3 | 13F | 5B | 3F |
| Octal | 367 | 113 | 300 | 0 | 106 | 26 | 3 | 477 | 133 | 77 |
| Binary | 11110111 | 1001011 | 11000000 | 0 | 1000110 | 10110 | 11 | 100111111 | 1011011 | 111111 |
Color Harmonies of #F74BC0
Complementary color
Monochromatic Colors of #F74BC0
Black with #F74BC0
Text Example
Text Example
White with #F74BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BC0; }
p { color: rgb(247,75,192); }
H1.HeaderClassName
{
color: #F74BC0;
}
.AnyTagClassName
{
color: #F74BC0;
}
</style>
background-color css
<style>
a { background-color: #F74BC0; }
a { background-color: rgb(247,75,192); }
div.DivClassName
{
background-color: #F74BC0;
}
.BgClassName
{
background-color: #F74BC0;
}
</style>
border-color css
<style>
span { border-color: #F74BC0; }
span { border-color: rgb(247,75,192); }
td.TdClassName
{
border-color: #F74BC0;
}
.TagClassName
{
border-color: #F74BC0;
}
</style>