Shades of Razzle Dazzle Rose #F74ABC
Tints of Razzle Dazzle Rose #F74ABC
RGB
CMYK
RGB Variations
Color information
#F74ABC (or 0xF74ABC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and BC. RGB value is (247,74,188). Sum of RGB (Red+Green+Blue) = 247+74+188=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ABC is #08B543. Grayscale: #8A8A8A. Windows color (decimal): -570692 or 12339959. OLE color: 12339959.
HSL color Cylindrical-coordinate representation of color #F74ABC: hue angle of 320.46º 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 #F74ABC is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 188 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.03 |
| HSL | 320.46º | 0.92% | 0.63% | - |
| HSV(B) | 320.46º | 0.7% | 0.97% | - |
| XYZ | 49.88 | 28.3 | 50.41 | - |
| YUV | 138.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 188 | 0 | 0.70 | 0.24 | 0.03 | 320.46 | 0.92 | 0.63 |
| Hex | F7 | 4A | BC | 0 | 46 | 18 | 3 | 140 | 5C | 3F |
| Octal | 367 | 112 | 274 | 0 | 106 | 30 | 3 | 500 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10111100 | 0 | 1000110 | 11000 | 11 | 101000000 | 1011100 | 111111 |
Color Harmonies of #F74ABC
Complementary color
Monochromatic Colors of #F74ABC
Black with #F74ABC
Text Example
Text Example
White with #F74ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74ABC; }
p { color: rgb(247,74,188); }
H1.HeaderClassName
{
color: #F74ABC;
}
.AnyTagClassName
{
color: #F74ABC;
}
</style>
background-color css
<style>
a { background-color: #F74ABC; }
a { background-color: rgb(247,74,188); }
div.DivClassName
{
background-color: #F74ABC;
}
.BgClassName
{
background-color: #F74ABC;
}
</style>
border-color css
<style>
span { border-color: #F74ABC; }
span { border-color: rgb(247,74,188); }
td.TdClassName
{
border-color: #F74ABC;
}
.TagClassName
{
border-color: #F74ABC;
}
</style>