Shades of Razzle Dazzle Rose #F725EE
Tints of Razzle Dazzle Rose #F725EE
RGB
CMYK
RGB Variations
Color information
#F725EE (or 0xF725EE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and EE. RGB value is (247,37,238). Sum of RGB (Red+Green+Blue) = 247+37+238=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 37 (14.84% from 255 or 7.09% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F725EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725EE is #08DA11. Grayscale: #7A7A7A. Windows color (decimal): -580114 or 15607287. OLE color: 15607287.
HSL color Cylindrical-coordinate representation of color #F725EE: hue angle of 302.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725EE is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 238 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.03 |
| HSL | 302.57º | 0.93% | 0.56% | - |
| HSV(B) | 302.57º | 0.85% | 0.97% | - |
| XYZ | 54.45 | 27.27 | 83.28 | - |
| YUV | 122.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 238 | 0 | 0.85 | 0.04 | 0.03 | 302.57 | 0.93 | 0.56 |
| Hex | F7 | 25 | EE | 0 | 55 | 4 | 3 | 12F | 5D | 38 |
| Octal | 367 | 45 | 356 | 0 | 125 | 4 | 3 | 457 | 135 | 70 |
| Binary | 11110111 | 100101 | 11101110 | 0 | 1010101 | 100 | 11 | 100101111 | 1011101 | 111000 |
Color Harmonies of #F725EE
Complementary color
Monochromatic Colors of #F725EE
Black with #F725EE
Text Example
Text Example
White with #F725EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725EE; }
p { color: rgb(247,37,238); }
H1.HeaderClassName
{
color: #F725EE;
}
.AnyTagClassName
{
color: #F725EE;
}
</style>
background-color css
<style>
a { background-color: #F725EE; }
a { background-color: rgb(247,37,238); }
div.DivClassName
{
background-color: #F725EE;
}
.BgClassName
{
background-color: #F725EE;
}
</style>
border-color css
<style>
span { border-color: #F725EE; }
span { border-color: rgb(247,37,238); }
td.TdClassName
{
border-color: #F725EE;
}
.TagClassName
{
border-color: #F725EE;
}
</style>