Shades of Razzle Dazzle Rose #F733FA
Tints of Razzle Dazzle Rose #F733FA
RGB
CMYK
RGB Variations
Color information
#F733FA (or 0xF733FA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and FA. RGB value is (247,51,250). Sum of RGB (Red+Green+Blue) = 247+51+250=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 51 (20.31% from 255 or 9.31% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #F733FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F733FA is #08CC05. Grayscale: #838383. Windows color (decimal): -576518 or 16397303. OLE color: 16397303.
HSL color Cylindrical-coordinate representation of color #F733FA: hue angle of 299.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F733FA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 51 | 250 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.02 |
| HSL | 299.1º | 0.95% | 0.59% | - |
| HSV(B) | 299.1º | 0.8% | 0.98% | - |
| XYZ | 56.8 | 29.04 | 93.05 | - |
| YUV | 132.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 250 | 0.01 | 0.80 | 0 | 0.02 | 299.1 | 0.95 | 0.59 |
| Hex | F7 | 33 | FA | 1 | 50 | 0 | 2 | 12B | 5F | 3B |
| Octal | 367 | 63 | 372 | 1 | 120 | 0 | 2 | 453 | 137 | 73 |
| Binary | 11110111 | 110011 | 11111010 | 1 | 1010000 | 0 | 10 | 100101011 | 1011111 | 111011 |
Color Harmonies of #F733FA
Complementary color
Monochromatic Colors of #F733FA
Black with #F733FA
Text Example
Text Example
White with #F733FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733FA; }
p { color: rgb(247,51,250); }
H1.HeaderClassName
{
color: #F733FA;
}
.AnyTagClassName
{
color: #F733FA;
}
</style>
background-color css
<style>
a { background-color: #F733FA; }
a { background-color: rgb(247,51,250); }
div.DivClassName
{
background-color: #F733FA;
}
.BgClassName
{
background-color: #F733FA;
}
</style>
border-color css
<style>
span { border-color: #F733FA; }
span { border-color: rgb(247,51,250); }
td.TdClassName
{
border-color: #F733FA;
}
.TagClassName
{
border-color: #F733FA;
}
</style>