Shades of Razzle Dazzle Rose #F635ED
Tints of Razzle Dazzle Rose #F635ED
RGB
CMYK
RGB Variations
Color information
#F635ED (or 0xF635ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and ED. RGB value is (246,53,237). Sum of RGB (Red+Green+Blue) = 246+53+237=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 53 (21.09% from 255 or 9.89% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F635ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F635ED is #09CA12. Grayscale: #838383. Windows color (decimal): -641555 or 15545846. OLE color: 15545846.
HSL color Cylindrical-coordinate representation of color #F635ED: hue angle of 302.8º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635ED is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 237 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.04 |
| HSL | 302.8º | 0.91% | 0.59% | - |
| HSV(B) | 302.8º | 0.78% | 0.96% | - |
| XYZ | 54.57 | 28.25 | 82.7 | - |
| YUV | 131.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 237 | 0 | 0.78 | 0.04 | 0.04 | 302.8 | 0.91 | 0.59 |
| Hex | F6 | 35 | ED | 0 | 4E | 4 | 4 | 12F | 5B | 3B |
| Octal | 366 | 65 | 355 | 0 | 116 | 4 | 4 | 457 | 133 | 73 |
| Binary | 11110110 | 110101 | 11101101 | 0 | 1001110 | 100 | 100 | 100101111 | 1011011 | 111011 |
Color Harmonies of #F635ED
Complementary color
Monochromatic Colors of #F635ED
Black with #F635ED
Text Example
Text Example
White with #F635ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635ED; }
p { color: rgb(246,53,237); }
H1.HeaderClassName
{
color: #F635ED;
}
.AnyTagClassName
{
color: #F635ED;
}
</style>
background-color css
<style>
a { background-color: #F635ED; }
a { background-color: rgb(246,53,237); }
div.DivClassName
{
background-color: #F635ED;
}
.BgClassName
{
background-color: #F635ED;
}
</style>
border-color css
<style>
span { border-color: #F635ED; }
span { border-color: rgb(246,53,237); }
td.TdClassName
{
border-color: #F635ED;
}
.TagClassName
{
border-color: #F635ED;
}
</style>