Shades of Razzle Dazzle Rose #F733CE
Tints of Razzle Dazzle Rose #F733CE
RGB
CMYK
RGB Variations
Color information
#F733CE (or 0xF733CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and CE. RGB value is (247,51,206). Sum of RGB (Red+Green+Blue) = 247+51+206=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F733CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733CE is #08CC31. Grayscale: #7E7E7E. Windows color (decimal): -576562 or 13513719. OLE color: 13513719.
HSL color Cylindrical-coordinate representation of color #F733CE: hue angle of 312.55º 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 #F733CE is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 206 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.03 |
| HSL | 312.55º | 0.92% | 0.58% | - |
| HSV(B) | 312.55º | 0.79% | 0.97% | - |
| XYZ | 50.68 | 26.6 | 60.86 | - |
| YUV | 127.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 206 | 0 | 0.79 | 0.17 | 0.03 | 312.55 | 0.92 | 0.58 |
| Hex | F7 | 33 | CE | 0 | 4F | 11 | 3 | 139 | 5C | 3A |
| Octal | 367 | 63 | 316 | 0 | 117 | 21 | 3 | 471 | 134 | 72 |
| Binary | 11110111 | 110011 | 11001110 | 0 | 1001111 | 10001 | 11 | 100111001 | 1011100 | 111010 |
Color Harmonies of #F733CE
Complementary color
Monochromatic Colors of #F733CE
Black with #F733CE
Text Example
Text Example
White with #F733CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733CE; }
p { color: rgb(247,51,206); }
H1.HeaderClassName
{
color: #F733CE;
}
.AnyTagClassName
{
color: #F733CE;
}
</style>
background-color css
<style>
a { background-color: #F733CE; }
a { background-color: rgb(247,51,206); }
div.DivClassName
{
background-color: #F733CE;
}
.BgClassName
{
background-color: #F733CE;
}
</style>
border-color css
<style>
span { border-color: #F733CE; }
span { border-color: rgb(247,51,206); }
td.TdClassName
{
border-color: #F733CE;
}
.TagClassName
{
border-color: #F733CE;
}
</style>