Shades of Razzle Dazzle Rose #F736BD
Tints of Razzle Dazzle Rose #F736BD
RGB
CMYK
RGB Variations
Color information
#F736BD (or 0xF736BD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 36 and BD. RGB value is (247,54,189). Sum of RGB (Red+Green+Blue) = 247+54+189=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F736BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F736BD is #08C942. Grayscale: #7E7E7E. Windows color (decimal): -575811 or 12400375. OLE color: 12400375.
HSL color Cylindrical-coordinate representation of color #F736BD: hue angle of 318.03º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F736BD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 189 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.03 |
| HSL | 318.03º | 0.92% | 0.59% | - |
| HSV(B) | 318.03º | 0.78% | 0.97% | - |
| XYZ | 48.86 | 26.09 | 50.6 | - |
| YUV | 127.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 189 | 0 | 0.78 | 0.23 | 0.03 | 318.03 | 0.92 | 0.59 |
| Hex | F7 | 36 | BD | 0 | 4E | 17 | 3 | 13E | 5C | 3B |
| Octal | 367 | 66 | 275 | 0 | 116 | 27 | 3 | 476 | 134 | 73 |
| Binary | 11110111 | 110110 | 10111101 | 0 | 1001110 | 10111 | 11 | 100111110 | 1011100 | 111011 |
Color Harmonies of #F736BD
Complementary color
Monochromatic Colors of #F736BD
Black with #F736BD
Text Example
Text Example
White with #F736BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F736BD; }
p { color: rgb(247,54,189); }
H1.HeaderClassName
{
color: #F736BD;
}
.AnyTagClassName
{
color: #F736BD;
}
</style>
background-color css
<style>
a { background-color: #F736BD; }
a { background-color: rgb(247,54,189); }
div.DivClassName
{
background-color: #F736BD;
}
.BgClassName
{
background-color: #F736BD;
}
</style>
border-color css
<style>
span { border-color: #F736BD; }
span { border-color: rgb(247,54,189); }
td.TdClassName
{
border-color: #F736BD;
}
.TagClassName
{
border-color: #F736BD;
}
</style>