Shades of Razzle Dazzle Rose #F733C9
Tints of Razzle Dazzle Rose #F733C9
RGB
CMYK
RGB Variations
Color information
#F733C9 (or 0xF733C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and C9. RGB value is (247,51,201). Sum of RGB (Red+Green+Blue) = 247+51+201=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F733C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733C9 is #08CC36. Grayscale: #7E7E7E. Windows color (decimal): -576567 or 13186039. OLE color: 13186039.
HSL color Cylindrical-coordinate representation of color #F733C9: hue angle of 314.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F733C9 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 201 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.03 |
| HSL | 314.08º | 0.92% | 0.58% | - |
| HSV(B) | 314.08º | 0.79% | 0.97% | - |
| XYZ | 50.08 | 26.36 | 57.71 | - |
| YUV | 126.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 201 | 0 | 0.79 | 0.19 | 0.03 | 314.08 | 0.92 | 0.58 |
| Hex | F7 | 33 | C9 | 0 | 4F | 13 | 3 | 13A | 5C | 3A |
| Octal | 367 | 63 | 311 | 0 | 117 | 23 | 3 | 472 | 134 | 72 |
| Binary | 11110111 | 110011 | 11001001 | 0 | 1001111 | 10011 | 11 | 100111010 | 1011100 | 111010 |
Color Harmonies of #F733C9
Complementary color
Monochromatic Colors of #F733C9
Black with #F733C9
Text Example
Text Example
White with #F733C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733C9; }
p { color: rgb(247,51,201); }
H1.HeaderClassName
{
color: #F733C9;
}
.AnyTagClassName
{
color: #F733C9;
}
</style>
background-color css
<style>
a { background-color: #F733C9; }
a { background-color: rgb(247,51,201); }
div.DivClassName
{
background-color: #F733C9;
}
.BgClassName
{
background-color: #F733C9;
}
</style>
border-color css
<style>
span { border-color: #F733C9; }
span { border-color: rgb(247,51,201); }
td.TdClassName
{
border-color: #F733C9;
}
.TagClassName
{
border-color: #F733C9;
}
</style>