Shades of Razzle Dazzle Rose #F733D1
Tints of Razzle Dazzle Rose #F733D1
RGB
CMYK
RGB Variations
Color information
#F733D1 (or 0xF733D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and D1. RGB value is (247,51,209). Sum of RGB (Red+Green+Blue) = 247+51+209=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F733D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733D1 is #08CC2E. Grayscale: #7F7F7F. Windows color (decimal): -576559 or 13710327. OLE color: 13710327.
HSL color Cylindrical-coordinate representation of color #F733D1: hue angle of 311.63º 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 #F733D1 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 209 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.03 |
| HSL | 311.63º | 0.92% | 0.58% | - |
| HSV(B) | 311.63º | 0.79% | 0.97% | - |
| XYZ | 51.05 | 26.75 | 62.79 | - |
| YUV | 127.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 209 | 0 | 0.79 | 0.15 | 0.03 | 311.63 | 0.92 | 0.58 |
| Hex | F7 | 33 | D1 | 0 | 4F | F | 3 | 138 | 5C | 3A |
| Octal | 367 | 63 | 321 | 0 | 117 | 17 | 3 | 470 | 134 | 72 |
| Binary | 11110111 | 110011 | 11010001 | 0 | 1001111 | 1111 | 11 | 100111000 | 1011100 | 111010 |
Color Harmonies of #F733D1
Complementary color
Monochromatic Colors of #F733D1
Black with #F733D1
Text Example
Text Example
White with #F733D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733D1; }
p { color: rgb(247,51,209); }
H1.HeaderClassName
{
color: #F733D1;
}
.AnyTagClassName
{
color: #F733D1;
}
</style>
background-color css
<style>
a { background-color: #F733D1; }
a { background-color: rgb(247,51,209); }
div.DivClassName
{
background-color: #F733D1;
}
.BgClassName
{
background-color: #F733D1;
}
</style>
border-color css
<style>
span { border-color: #F733D1; }
span { border-color: rgb(247,51,209); }
td.TdClassName
{
border-color: #F733D1;
}
.TagClassName
{
border-color: #F733D1;
}
</style>