Shades of Razzle Dazzle Rose #F725DD
Tints of Razzle Dazzle Rose #F725DD
RGB
CMYK
RGB Variations
Color information
#F725DD (or 0xF725DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and DD. RGB value is (247,37,221). Sum of RGB (Red+Green+Blue) = 247+37+221=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F725DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725DD is #08DA22. Grayscale: #787878. Windows color (decimal): -580131 or 14493175. OLE color: 14493175.
HSL color Cylindrical-coordinate representation of color #F725DD: hue angle of 307.43º 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 #F725DD is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 221 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.03 |
| HSL | 307.43º | 0.93% | 0.56% | - |
| HSV(B) | 307.43º | 0.85% | 0.97% | - |
| XYZ | 52.07 | 26.32 | 70.74 | - |
| YUV | 120.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 221 | 0 | 0.85 | 0.11 | 0.03 | 307.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | DD | 0 | 55 | B | 3 | 133 | 5D | 38 |
| Octal | 367 | 45 | 335 | 0 | 125 | 13 | 3 | 463 | 135 | 70 |
| Binary | 11110111 | 100101 | 11011101 | 0 | 1010101 | 1011 | 11 | 100110011 | 1011101 | 111000 |
Color Harmonies of #F725DD
Complementary color
Monochromatic Colors of #F725DD
Black with #F725DD
Text Example
Text Example
White with #F725DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725DD; }
p { color: rgb(247,37,221); }
H1.HeaderClassName
{
color: #F725DD;
}
.AnyTagClassName
{
color: #F725DD;
}
</style>
background-color css
<style>
a { background-color: #F725DD; }
a { background-color: rgb(247,37,221); }
div.DivClassName
{
background-color: #F725DD;
}
.BgClassName
{
background-color: #F725DD;
}
</style>
border-color css
<style>
span { border-color: #F725DD; }
span { border-color: rgb(247,37,221); }
td.TdClassName
{
border-color: #F725DD;
}
.TagClassName
{
border-color: #F725DD;
}
</style>