Shades of Razzle Dazzle Rose #F73CEF
Tints of Razzle Dazzle Rose #F73CEF
RGB
CMYK
RGB Variations
Color information
#F73CEF (or 0xF73CEF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and EF. RGB value is (247,60,239). Sum of RGB (Red+Green+Blue) = 247+60+239=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CEF is #08C310. Grayscale: #878787. Windows color (decimal): -574225 or 15678711. OLE color: 15678711.
HSL color Cylindrical-coordinate representation of color #F73CEF: hue angle of 302.57º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CEF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 239 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.03 |
| HSL | 302.57º | 0.92% | 0.6% | - |
| HSV(B) | 302.57º | 0.76% | 0.97% | - |
| XYZ | 55.55 | 29.24 | 84.38 | - |
| YUV | 136.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 239 | 0 | 0.76 | 0.03 | 0.03 | 302.57 | 0.92 | 0.6 |
| Hex | F7 | 3C | EF | 0 | 4C | 3 | 3 | 12F | 5C | 3C |
| Octal | 367 | 74 | 357 | 0 | 114 | 3 | 3 | 457 | 134 | 74 |
| Binary | 11110111 | 111100 | 11101111 | 0 | 1001100 | 11 | 11 | 100101111 | 1011100 | 111100 |
Color Harmonies of #F73CEF
Complementary color
Monochromatic Colors of #F73CEF
Black with #F73CEF
Text Example
Text Example
White with #F73CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CEF; }
p { color: rgb(247,60,239); }
H1.HeaderClassName
{
color: #F73CEF;
}
.AnyTagClassName
{
color: #F73CEF;
}
</style>
background-color css
<style>
a { background-color: #F73CEF; }
a { background-color: rgb(247,60,239); }
div.DivClassName
{
background-color: #F73CEF;
}
.BgClassName
{
background-color: #F73CEF;
}
</style>
border-color css
<style>
span { border-color: #F73CEF; }
span { border-color: rgb(247,60,239); }
td.TdClassName
{
border-color: #F73CEF;
}
.TagClassName
{
border-color: #F73CEF;
}
</style>