Shades of Razzle Dazzle Rose #F742BA
Tints of Razzle Dazzle Rose #F742BA
RGB
CMYK
RGB Variations
Color information
#F742BA (or 0xF742BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and BA. RGB value is (247,66,186). Sum of RGB (Red+Green+Blue) = 247+66+186=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F742BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742BA is #08BD45. Grayscale: #858585. Windows color (decimal): -572742 or 12206839. OLE color: 12206839.
HSL color Cylindrical-coordinate representation of color #F742BA: hue angle of 320.22º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742BA is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 186 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.03 |
| HSL | 320.22º | 0.92% | 0.61% | - |
| HSV(B) | 320.22º | 0.73% | 0.97% | - |
| XYZ | 49.17 | 27.22 | 49.12 | - |
| YUV | 133.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 186 | 0 | 0.73 | 0.25 | 0.03 | 320.22 | 0.92 | 0.61 |
| Hex | F7 | 42 | BA | 0 | 49 | 19 | 3 | 140 | 5C | 3D |
| Octal | 367 | 102 | 272 | 0 | 111 | 31 | 3 | 500 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10111010 | 0 | 1001001 | 11001 | 11 | 101000000 | 1011100 | 111101 |
Color Harmonies of #F742BA
Complementary color
Monochromatic Colors of #F742BA
Black with #F742BA
Text Example
Text Example
White with #F742BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742BA; }
p { color: rgb(247,66,186); }
H1.HeaderClassName
{
color: #F742BA;
}
.AnyTagClassName
{
color: #F742BA;
}
</style>
background-color css
<style>
a { background-color: #F742BA; }
a { background-color: rgb(247,66,186); }
div.DivClassName
{
background-color: #F742BA;
}
.BgClassName
{
background-color: #F742BA;
}
</style>
border-color css
<style>
span { border-color: #F742BA; }
span { border-color: rgb(247,66,186); }
td.TdClassName
{
border-color: #F742BA;
}
.TagClassName
{
border-color: #F742BA;
}
</style>