Shades of Razzle Dazzle Rose #F635BA
Tints of Razzle Dazzle Rose #F635BA
RGB
CMYK
RGB Variations
Color information
#F635BA (or 0xF635BA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and BA. RGB value is (246,53,186). Sum of RGB (Red+Green+Blue) = 246+53+186=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F635BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635BA is #09CA45. Grayscale: #7D7D7D. Windows color (decimal): -641606 or 12203510. OLE color: 12203510.
HSL color Cylindrical-coordinate representation of color #F635BA: hue angle of 318.65º 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 #F635BA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 186 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.04 |
| HSL | 318.65º | 0.91% | 0.59% | - |
| HSV(B) | 318.65º | 0.78% | 0.96% | - |
| XYZ | 48.14 | 25.68 | 48.87 | - |
| YUV | 125.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 186 | 0 | 0.78 | 0.24 | 0.04 | 318.65 | 0.91 | 0.59 |
| Hex | F6 | 35 | BA | 0 | 4E | 18 | 4 | 13F | 5B | 3B |
| Octal | 366 | 65 | 272 | 0 | 116 | 30 | 4 | 477 | 133 | 73 |
| Binary | 11110110 | 110101 | 10111010 | 0 | 1001110 | 11000 | 100 | 100111111 | 1011011 | 111011 |
Color Harmonies of #F635BA
Complementary color
Monochromatic Colors of #F635BA
Black with #F635BA
Text Example
Text Example
White with #F635BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635BA; }
p { color: rgb(246,53,186); }
H1.HeaderClassName
{
color: #F635BA;
}
.AnyTagClassName
{
color: #F635BA;
}
</style>
background-color css
<style>
a { background-color: #F635BA; }
a { background-color: rgb(246,53,186); }
div.DivClassName
{
background-color: #F635BA;
}
.BgClassName
{
background-color: #F635BA;
}
</style>
border-color css
<style>
span { border-color: #F635BA; }
span { border-color: rgb(246,53,186); }
td.TdClassName
{
border-color: #F635BA;
}
.TagClassName
{
border-color: #F635BA;
}
</style>