Shades of Razzle Dazzle Rose #F635BB
Tints of Razzle Dazzle Rose #F635BB
RGB
CMYK
RGB Variations
Color information
#F635BB (or 0xF635BB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and BB. RGB value is (246,53,187). Sum of RGB (Red+Green+Blue) = 246+53+187=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F635BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635BB is #09CA44. Grayscale: #7D7D7D. Windows color (decimal): -641605 or 12269046. OLE color: 12269046.
HSL color Cylindrical-coordinate representation of color #F635BB: hue angle of 318.34º 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 #F635BB is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 187 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.04 |
| HSL | 318.34º | 0.91% | 0.59% | - |
| HSV(B) | 318.34º | 0.78% | 0.96% | - |
| XYZ | 48.25 | 25.73 | 49.44 | - |
| YUV | 125.98 | 162.44 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 187 | 0 | 0.78 | 0.24 | 0.04 | 318.34 | 0.91 | 0.59 |
| Hex | F6 | 35 | BB | 0 | 4E | 18 | 4 | 13E | 5B | 3B |
| Octal | 366 | 65 | 273 | 0 | 116 | 30 | 4 | 476 | 133 | 73 |
| Binary | 11110110 | 110101 | 10111011 | 0 | 1001110 | 11000 | 100 | 100111110 | 1011011 | 111011 |
Color Harmonies of #F635BB
Complementary color
Monochromatic Colors of #F635BB
Black with #F635BB
Text Example
Text Example
White with #F635BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635BB; }
p { color: rgb(246,53,187); }
H1.HeaderClassName
{
color: #F635BB;
}
.AnyTagClassName
{
color: #F635BB;
}
</style>
background-color css
<style>
a { background-color: #F635BB; }
a { background-color: rgb(246,53,187); }
div.DivClassName
{
background-color: #F635BB;
}
.BgClassName
{
background-color: #F635BB;
}
</style>
border-color css
<style>
span { border-color: #F635BB; }
span { border-color: rgb(246,53,187); }
td.TdClassName
{
border-color: #F635BB;
}
.TagClassName
{
border-color: #F635BB;
}
</style>