Shades of Razzle Dazzle Rose #F635E5
Tints of Razzle Dazzle Rose #F635E5
RGB
CMYK
RGB Variations
Color information
#F635E5 (or 0xF635E5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and E5. RGB value is (246,53,229). Sum of RGB (Red+Green+Blue) = 246+53+229=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 53 (21.09% from 255 or 10.04% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F635E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635E5 is #09CA1A. Grayscale: #828282. Windows color (decimal): -641563 or 15021558. OLE color: 15021558.
HSL color Cylindrical-coordinate representation of color #F635E5: hue angle of 305.28º 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 #F635E5 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 229 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.04 |
| HSL | 305.29º | 0.91% | 0.59% | - |
| HSV(B) | 305.29º | 0.78% | 0.96% | - |
| XYZ | 53.42 | 27.8 | 76.68 | - |
| YUV | 130.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 229 | 0 | 0.78 | 0.07 | 0.04 | 305.29 | 0.91 | 0.59 |
| Hex | F6 | 35 | E5 | 0 | 4E | 7 | 4 | 131 | 5B | 3B |
| Octal | 366 | 65 | 345 | 0 | 116 | 7 | 4 | 461 | 133 | 73 |
| Binary | 11110110 | 110101 | 11100101 | 0 | 1001110 | 111 | 100 | 100110001 | 1011011 | 111011 |
Color Harmonies of #F635E5
Complementary color
Monochromatic Colors of #F635E5
Black with #F635E5
Text Example
Text Example
White with #F635E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635E5; }
p { color: rgb(246,53,229); }
H1.HeaderClassName
{
color: #F635E5;
}
.AnyTagClassName
{
color: #F635E5;
}
</style>
background-color css
<style>
a { background-color: #F635E5; }
a { background-color: rgb(246,53,229); }
div.DivClassName
{
background-color: #F635E5;
}
.BgClassName
{
background-color: #F635E5;
}
</style>
border-color css
<style>
span { border-color: #F635E5; }
span { border-color: rgb(246,53,229); }
td.TdClassName
{
border-color: #F635E5;
}
.TagClassName
{
border-color: #F635E5;
}
</style>