Shades of Razzle Dazzle Rose #F732F2
Tints of Razzle Dazzle Rose #F732F2
RGB
CMYK
RGB Variations
Color information
#F732F2 (or 0xF732F2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 32 and F2. RGB value is (247,50,242). Sum of RGB (Red+Green+Blue) = 247+50+242=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 50 (19.92% from 255 or 9.28% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F732F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F732F2 is #08CD0D. Grayscale: #828282. Windows color (decimal): -576782 or 15872759. OLE color: 15872759.
HSL color Cylindrical-coordinate representation of color #F732F2: hue angle of 301.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732F2 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 242 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.03 |
| HSL | 301.52º | 0.92% | 0.58% | - |
| HSV(B) | 301.52º | 0.8% | 0.97% | - |
| XYZ | 55.53 | 28.47 | 86.57 | - |
| YUV | 130.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 242 | 0 | 0.80 | 0.02 | 0.03 | 301.52 | 0.92 | 0.58 |
| Hex | F7 | 32 | F2 | 0 | 50 | 2 | 3 | 12E | 5C | 3A |
| Octal | 367 | 62 | 362 | 0 | 120 | 2 | 3 | 456 | 134 | 72 |
| Binary | 11110111 | 110010 | 11110010 | 0 | 1010000 | 10 | 11 | 100101110 | 1011100 | 111010 |
Color Harmonies of #F732F2
Complementary color
Monochromatic Colors of #F732F2
Black with #F732F2
Text Example
Text Example
White with #F732F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732F2; }
p { color: rgb(247,50,242); }
H1.HeaderClassName
{
color: #F732F2;
}
.AnyTagClassName
{
color: #F732F2;
}
</style>
background-color css
<style>
a { background-color: #F732F2; }
a { background-color: rgb(247,50,242); }
div.DivClassName
{
background-color: #F732F2;
}
.BgClassName
{
background-color: #F732F2;
}
</style>
border-color css
<style>
span { border-color: #F732F2; }
span { border-color: rgb(247,50,242); }
td.TdClassName
{
border-color: #F732F2;
}
.TagClassName
{
border-color: #F732F2;
}
</style>