Shades of Razzle Dazzle Rose #F725ED
Tints of Razzle Dazzle Rose #F725ED
RGB
CMYK
RGB Variations
Color information
#F725ED (or 0xF725ED) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and ED. RGB value is (247,37,237). Sum of RGB (Red+Green+Blue) = 247+37+237=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F725ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F725ED is #08DA12. Grayscale: #7A7A7A. Windows color (decimal): -580115 or 15541751. OLE color: 15541751.
HSL color Cylindrical-coordinate representation of color #F725ED: hue angle of 302.86º 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 #F725ED is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 237 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.03 |
| HSL | 302.86º | 0.93% | 0.56% | - |
| HSV(B) | 302.86º | 0.85% | 0.97% | - |
| XYZ | 54.31 | 27.21 | 82.51 | - |
| YUV | 122.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 237 | 0 | 0.85 | 0.04 | 0.03 | 302.86 | 0.93 | 0.56 |
| Hex | F7 | 25 | ED | 0 | 55 | 4 | 3 | 12F | 5D | 38 |
| Octal | 367 | 45 | 355 | 0 | 125 | 4 | 3 | 457 | 135 | 70 |
| Binary | 11110111 | 100101 | 11101101 | 0 | 1010101 | 100 | 11 | 100101111 | 1011101 | 111000 |
Color Harmonies of #F725ED
Complementary color
Monochromatic Colors of #F725ED
Black with #F725ED
Text Example
Text Example
White with #F725ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725ED; }
p { color: rgb(247,37,237); }
H1.HeaderClassName
{
color: #F725ED;
}
.AnyTagClassName
{
color: #F725ED;
}
</style>
background-color css
<style>
a { background-color: #F725ED; }
a { background-color: rgb(247,37,237); }
div.DivClassName
{
background-color: #F725ED;
}
.BgClassName
{
background-color: #F725ED;
}
</style>
border-color css
<style>
span { border-color: #F725ED; }
span { border-color: rgb(247,37,237); }
td.TdClassName
{
border-color: #F725ED;
}
.TagClassName
{
border-color: #F725ED;
}
</style>