Shades of Razzle Dazzle Rose #F74ACC
Tints of Razzle Dazzle Rose #F74ACC
RGB
CMYK
RGB Variations
Color information
#F74ACC (or 0xF74ACC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and CC. RGB value is (247,74,204). Sum of RGB (Red+Green+Blue) = 247+74+204=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ACC is #08B533. Grayscale: #8C8C8C. Windows color (decimal): -570676 or 13388535. OLE color: 13388535.
HSL color Cylindrical-coordinate representation of color #F74ACC: hue angle of 314.91º degrees, saturation: 0.92, 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 #F74ACC is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 204 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.03 |
| HSL | 314.91º | 0.92% | 0.63% | - |
| HSV(B) | 314.91º | 0.7% | 0.97% | - |
| XYZ | 51.71 | 29.03 | 60.01 | - |
| YUV | 140.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 204 | 0 | 0.70 | 0.17 | 0.03 | 314.91 | 0.92 | 0.63 |
| Hex | F7 | 4A | CC | 0 | 46 | 11 | 3 | 13B | 5C | 3F |
| Octal | 367 | 112 | 314 | 0 | 106 | 21 | 3 | 473 | 134 | 77 |
| Binary | 11110111 | 1001010 | 11001100 | 0 | 1000110 | 10001 | 11 | 100111011 | 1011100 | 111111 |
Color Harmonies of #F74ACC
Complementary color
Monochromatic Colors of #F74ACC
Black with #F74ACC
Text Example
Text Example
White with #F74ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74ACC; }
p { color: rgb(247,74,204); }
H1.HeaderClassName
{
color: #F74ACC;
}
.AnyTagClassName
{
color: #F74ACC;
}
</style>
background-color css
<style>
a { background-color: #F74ACC; }
a { background-color: rgb(247,74,204); }
div.DivClassName
{
background-color: #F74ACC;
}
.BgClassName
{
background-color: #F74ACC;
}
</style>
border-color css
<style>
span { border-color: #F74ACC; }
span { border-color: rgb(247,74,204); }
td.TdClassName
{
border-color: #F74ACC;
}
.TagClassName
{
border-color: #F74ACC;
}
</style>