Shades of Razzle Dazzle Rose #F725CF
Tints of Razzle Dazzle Rose #F725CF
RGB
CMYK
RGB Variations
Color information
#F725CF (or 0xF725CF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and CF. RGB value is (247,37,207). Sum of RGB (Red+Green+Blue) = 247+37+207=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F725CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725CF is #08DA30. Grayscale: #767676. Windows color (decimal): -580145 or 13575671. OLE color: 13575671.
HSL color Cylindrical-coordinate representation of color #F725CF: hue angle of 311.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 #F725CF is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 207 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.03 |
| HSL | 311.43º | 0.93% | 0.56% | - |
| HSV(B) | 311.43º | 0.85% | 0.97% | - |
| XYZ | 50.28 | 25.6 | 61.32 | - |
| YUV | 119.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 207 | 0 | 0.85 | 0.16 | 0.03 | 311.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | CF | 0 | 55 | 10 | 3 | 137 | 5D | 38 |
| Octal | 367 | 45 | 317 | 0 | 125 | 20 | 3 | 467 | 135 | 70 |
| Binary | 11110111 | 100101 | 11001111 | 0 | 1010101 | 10000 | 11 | 100110111 | 1011101 | 111000 |
Color Harmonies of #F725CF
Complementary color
Monochromatic Colors of #F725CF
Black with #F725CF
Text Example
Text Example
White with #F725CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F725CF; }
p { color: rgb(247,37,207); }
H1.HeaderClassName
{
color: #F725CF;
}
.AnyTagClassName
{
color: #F725CF;
}
</style>
background-color css
<style>
a { background-color: #F725CF; }
a { background-color: rgb(247,37,207); }
div.DivClassName
{
background-color: #F725CF;
}
.BgClassName
{
background-color: #F725CF;
}
</style>
border-color css
<style>
span { border-color: #F725CF; }
span { border-color: rgb(247,37,207); }
td.TdClassName
{
border-color: #F725CF;
}
.TagClassName
{
border-color: #F725CF;
}
</style>