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