Shades of Razzle Dazzle Rose #F735E2
Tints of Razzle Dazzle Rose #F735E2
RGB
CMYK
RGB Variations
Color information
#F735E2 (or 0xF735E2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and E2. RGB value is (247,53,226). Sum of RGB (Red+Green+Blue) = 247+53+226=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F735E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735E2 is #08CA1D. Grayscale: #828282. Windows color (decimal): -576030 or 14824951. OLE color: 14824951.
HSL color Cylindrical-coordinate representation of color #F735E2: hue angle of 306.49º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735E2 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 226 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.03 |
| HSL | 306.49º | 0.92% | 0.59% | - |
| HSV(B) | 306.49º | 0.79% | 0.97% | - |
| XYZ | 53.36 | 27.81 | 74.51 | - |
| YUV | 130.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 226 | 0 | 0.79 | 0.09 | 0.03 | 306.49 | 0.92 | 0.59 |
| Hex | F7 | 35 | E2 | 0 | 4F | 9 | 3 | 132 | 5C | 3B |
| Octal | 367 | 65 | 342 | 0 | 117 | 11 | 3 | 462 | 134 | 73 |
| Binary | 11110111 | 110101 | 11100010 | 0 | 1001111 | 1001 | 11 | 100110010 | 1011100 | 111011 |
Color Harmonies of #F735E2
Complementary color
Monochromatic Colors of #F735E2
Black with #F735E2
Text Example
Text Example
White with #F735E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735E2; }
p { color: rgb(247,53,226); }
H1.HeaderClassName
{
color: #F735E2;
}
.AnyTagClassName
{
color: #F735E2;
}
</style>
background-color css
<style>
a { background-color: #F735E2; }
a { background-color: rgb(247,53,226); }
div.DivClassName
{
background-color: #F735E2;
}
.BgClassName
{
background-color: #F735E2;
}
</style>
border-color css
<style>
span { border-color: #F735E2; }
span { border-color: rgb(247,53,226); }
td.TdClassName
{
border-color: #F735E2;
}
.TagClassName
{
border-color: #F735E2;
}
</style>