Shades of Razzle Dazzle Rose #F726DB
Tints of Razzle Dazzle Rose #F726DB
RGB
CMYK
RGB Variations
Color information
#F726DB (or 0xF726DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 26 and DB. RGB value is (247,38,219). Sum of RGB (Red+Green+Blue) = 247+38+219=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F726DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F726DB is #08D924. Grayscale: #787878. Windows color (decimal): -579877 or 14362359. OLE color: 14362359.
HSL color Cylindrical-coordinate representation of color #F726DB: hue angle of 308.04º 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 #F726DB is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 219 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.03 |
| HSL | 308.04º | 0.93% | 0.56% | - |
| HSV(B) | 308.04º | 0.85% | 0.97% | - |
| XYZ | 51.84 | 26.27 | 69.36 | - |
| YUV | 121.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 219 | 0 | 0.85 | 0.11 | 0.03 | 308.04 | 0.93 | 0.56 |
| Hex | F7 | 26 | DB | 0 | 55 | B | 3 | 134 | 5D | 38 |
| Octal | 367 | 46 | 333 | 0 | 125 | 13 | 3 | 464 | 135 | 70 |
| Binary | 11110111 | 100110 | 11011011 | 0 | 1010101 | 1011 | 11 | 100110100 | 1011101 | 111000 |
Color Harmonies of #F726DB
Complementary color
Monochromatic Colors of #F726DB
Black with #F726DB
Text Example
Text Example
White with #F726DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726DB; }
p { color: rgb(247,38,219); }
H1.HeaderClassName
{
color: #F726DB;
}
.AnyTagClassName
{
color: #F726DB;
}
</style>
background-color css
<style>
a { background-color: #F726DB; }
a { background-color: rgb(247,38,219); }
div.DivClassName
{
background-color: #F726DB;
}
.BgClassName
{
background-color: #F726DB;
}
</style>
border-color css
<style>
span { border-color: #F726DB; }
span { border-color: rgb(247,38,219); }
td.TdClassName
{
border-color: #F726DB;
}
.TagClassName
{
border-color: #F726DB;
}
</style>