Shades of Razzle Dazzle Rose #F739E2
Tints of Razzle Dazzle Rose #F739E2
RGB
CMYK
RGB Variations
Color information
#F739E2 (or 0xF739E2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 39 and E2. RGB value is (247,57,226). Sum of RGB (Red+Green+Blue) = 247+57+226=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 57 (22.66% from 255 or 10.75% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F739E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F739E2 is #08C61D. Grayscale: #848484. Windows color (decimal): -575006 or 14825975. OLE color: 14825975.
HSL color Cylindrical-coordinate representation of color #F739E2: hue angle of 306.63º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F739E2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 226 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.03 |
| HSL | 306.63º | 0.92% | 0.6% | - |
| HSV(B) | 306.63º | 0.77% | 0.97% | - |
| XYZ | 53.55 | 28.19 | 74.57 | - |
| YUV | 133.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 226 | 0 | 0.77 | 0.09 | 0.03 | 306.63 | 0.92 | 0.6 |
| Hex | F7 | 39 | E2 | 0 | 4D | 9 | 3 | 133 | 5C | 3C |
| Octal | 367 | 71 | 342 | 0 | 115 | 11 | 3 | 463 | 134 | 74 |
| Binary | 11110111 | 111001 | 11100010 | 0 | 1001101 | 1001 | 11 | 100110011 | 1011100 | 111100 |
Color Harmonies of #F739E2
Complementary color
Monochromatic Colors of #F739E2
Black with #F739E2
Text Example
Text Example
White with #F739E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F739E2; }
p { color: rgb(247,57,226); }
H1.HeaderClassName
{
color: #F739E2;
}
.AnyTagClassName
{
color: #F739E2;
}
</style>
background-color css
<style>
a { background-color: #F739E2; }
a { background-color: rgb(247,57,226); }
div.DivClassName
{
background-color: #F739E2;
}
.BgClassName
{
background-color: #F739E2;
}
</style>
border-color css
<style>
span { border-color: #F739E2; }
span { border-color: rgb(247,57,226); }
td.TdClassName
{
border-color: #F739E2;
}
.TagClassName
{
border-color: #F739E2;
}
</style>