Shades of Razzle Dazzle Rose #F737BD
Tints of Razzle Dazzle Rose #F737BD
RGB
CMYK
RGB Variations
Color information
#F737BD (or 0xF737BD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and BD. RGB value is (247,55,189). Sum of RGB (Red+Green+Blue) = 247+55+189=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F737BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737BD is #08C842. Grayscale: #7F7F7F. Windows color (decimal): -575555 or 12400631. OLE color: 12400631.
HSL color Cylindrical-coordinate representation of color #F737BD: hue angle of 318.12º 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 #F737BD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 189 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.03 |
| HSL | 318.13º | 0.92% | 0.59% | - |
| HSV(B) | 318.13º | 0.78% | 0.97% | - |
| XYZ | 48.91 | 26.18 | 50.62 | - |
| YUV | 127.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 189 | 0 | 0.78 | 0.23 | 0.03 | 318.13 | 0.92 | 0.59 |
| Hex | F7 | 37 | BD | 0 | 4E | 17 | 3 | 13E | 5C | 3B |
| Octal | 367 | 67 | 275 | 0 | 116 | 27 | 3 | 476 | 134 | 73 |
| Binary | 11110111 | 110111 | 10111101 | 0 | 1001110 | 10111 | 11 | 100111110 | 1011100 | 111011 |
Color Harmonies of #F737BD
Complementary color
Monochromatic Colors of #F737BD
Black with #F737BD
Text Example
Text Example
White with #F737BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737BD; }
p { color: rgb(247,55,189); }
H1.HeaderClassName
{
color: #F737BD;
}
.AnyTagClassName
{
color: #F737BD;
}
</style>
background-color css
<style>
a { background-color: #F737BD; }
a { background-color: rgb(247,55,189); }
div.DivClassName
{
background-color: #F737BD;
}
.BgClassName
{
background-color: #F737BD;
}
</style>
border-color css
<style>
span { border-color: #F737BD; }
span { border-color: rgb(247,55,189); }
td.TdClassName
{
border-color: #F737BD;
}
.TagClassName
{
border-color: #F737BD;
}
</style>