Shades of Razzle Dazzle Rose #F726CB
Tints of Razzle Dazzle Rose #F726CB
RGB
CMYK
RGB Variations
Color information
#F726CB (or 0xF726CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 26 and CB. RGB value is (247,38,203). Sum of RGB (Red+Green+Blue) = 247+38+203=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F726CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F726CB is #08D934. Grayscale: #767676. Windows color (decimal): -579893 or 13313783. OLE color: 13313783.
HSL color Cylindrical-coordinate representation of color #F726CB: hue angle of 312.63º 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 #F726CB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 203 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.03 |
| HSL | 312.63º | 0.93% | 0.56% | - |
| HSV(B) | 312.63º | 0.85% | 0.97% | - |
| XYZ | 49.83 | 25.47 | 58.79 | - |
| YUV | 119.3 | 175.24 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 203 | 0 | 0.85 | 0.18 | 0.03 | 312.63 | 0.93 | 0.56 |
| Hex | F7 | 26 | CB | 0 | 55 | 12 | 3 | 139 | 5D | 38 |
| Octal | 367 | 46 | 313 | 0 | 125 | 22 | 3 | 471 | 135 | 70 |
| Binary | 11110111 | 100110 | 11001011 | 0 | 1010101 | 10010 | 11 | 100111001 | 1011101 | 111000 |
Color Harmonies of #F726CB
Complementary color
Monochromatic Colors of #F726CB
Black with #F726CB
Text Example
Text Example
White with #F726CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726CB; }
p { color: rgb(247,38,203); }
H1.HeaderClassName
{
color: #F726CB;
}
.AnyTagClassName
{
color: #F726CB;
}
</style>
background-color css
<style>
a { background-color: #F726CB; }
a { background-color: rgb(247,38,203); }
div.DivClassName
{
background-color: #F726CB;
}
.BgClassName
{
background-color: #F726CB;
}
</style>
border-color css
<style>
span { border-color: #F726CB; }
span { border-color: rgb(247,38,203); }
td.TdClassName
{
border-color: #F726CB;
}
.TagClassName
{
border-color: #F726CB;
}
</style>