Shades of Razzle Dazzle Rose #F74BCC
Tints of Razzle Dazzle Rose #F74BCC
RGB
CMYK
RGB Variations
Color information
#F74BCC (or 0xF74BCC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4B and CC. RGB value is (247,75,204). Sum of RGB (Red+Green+Blue) = 247+75+204=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BCC is #08B433. Grayscale: #8C8C8C. Windows color (decimal): -570420 or 13388791. OLE color: 13388791.
HSL color Cylindrical-coordinate representation of color #F74BCC: hue angle of 315º 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 #F74BCC is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 204 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.03 |
| HSL | 315º | 0.91% | 0.63% | - |
| HSV(B) | 315º | 0.7% | 0.97% | - |
| XYZ | 51.77 | 29.17 | 60.03 | - |
| YUV | 141.13 | 163.48 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 204 | 0 | 0.70 | 0.17 | 0.03 | 315 | 0.91 | 0.63 |
| Hex | F7 | 4B | CC | 0 | 46 | 11 | 3 | 13B | 5B | 3F |
| Octal | 367 | 113 | 314 | 0 | 106 | 21 | 3 | 473 | 133 | 77 |
| Binary | 11110111 | 1001011 | 11001100 | 0 | 1000110 | 10001 | 11 | 100111011 | 1011011 | 111111 |
Color Harmonies of #F74BCC
Complementary color
Monochromatic Colors of #F74BCC
Black with #F74BCC
Text Example
Text Example
White with #F74BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BCC; }
p { color: rgb(247,75,204); }
H1.HeaderClassName
{
color: #F74BCC;
}
.AnyTagClassName
{
color: #F74BCC;
}
</style>
background-color css
<style>
a { background-color: #F74BCC; }
a { background-color: rgb(247,75,204); }
div.DivClassName
{
background-color: #F74BCC;
}
.BgClassName
{
background-color: #F74BCC;
}
</style>
border-color css
<style>
span { border-color: #F74BCC; }
span { border-color: rgb(247,75,204); }
td.TdClassName
{
border-color: #F74BCC;
}
.TagClassName
{
border-color: #F74BCC;
}
</style>