Shades of Razzle Dazzle Rose #F739E5
Tints of Razzle Dazzle Rose #F739E5
RGB
CMYK
RGB Variations
Color information
#F739E5 (or 0xF739E5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 39 and E5. RGB value is (247,57,229). Sum of RGB (Red+Green+Blue) = 247+57+229=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 57 (22.66% from 255 or 10.69% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F739E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F739E5 is #08C61A. Grayscale: #848484. Windows color (decimal): -575003 or 15022583. OLE color: 15022583.
HSL color Cylindrical-coordinate representation of color #F739E5: hue angle of 305.68º 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 #F739E5 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 229 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.03 |
| HSL | 305.68º | 0.92% | 0.6% | - |
| HSV(B) | 305.68º | 0.77% | 0.97% | - |
| XYZ | 53.96 | 28.36 | 76.76 | - |
| YUV | 133.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 229 | 0 | 0.77 | 0.07 | 0.03 | 305.68 | 0.92 | 0.6 |
| Hex | F7 | 39 | E5 | 0 | 4D | 7 | 3 | 132 | 5C | 3C |
| Octal | 367 | 71 | 345 | 0 | 115 | 7 | 3 | 462 | 134 | 74 |
| Binary | 11110111 | 111001 | 11100101 | 0 | 1001101 | 111 | 11 | 100110010 | 1011100 | 111100 |
Color Harmonies of #F739E5
Complementary color
Monochromatic Colors of #F739E5
Black with #F739E5
Text Example
Text Example
White with #F739E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F739E5; }
p { color: rgb(247,57,229); }
H1.HeaderClassName
{
color: #F739E5;
}
.AnyTagClassName
{
color: #F739E5;
}
</style>
background-color css
<style>
a { background-color: #F739E5; }
a { background-color: rgb(247,57,229); }
div.DivClassName
{
background-color: #F739E5;
}
.BgClassName
{
background-color: #F739E5;
}
</style>
border-color css
<style>
span { border-color: #F739E5; }
span { border-color: rgb(247,57,229); }
td.TdClassName
{
border-color: #F739E5;
}
.TagClassName
{
border-color: #F739E5;
}
</style>