Shades of Razzle Dazzle Rose #F337BA
Tints of Razzle Dazzle Rose #F337BA
RGB
CMYK
RGB Variations
Color information
#F337BA (or 0xF337BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 37 and BA. RGB value is (243,55,186). Sum of RGB (Red+Green+Blue) = 243+55+186=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F337BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F337BA is #0CC845. Grayscale: #7D7D7D. Windows color (decimal): -837702 or 12204019. OLE color: 12204019.
HSL color Cylindrical-coordinate representation of color #F337BA: hue angle of 318.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F337BA is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 186 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.05 |
| HSL | 318.19º | 0.89% | 0.58% | - |
| HSV(B) | 318.19º | 0.77% | 0.95% | - |
| XYZ | 47.19 | 25.33 | 48.86 | - |
| YUV | 126.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 186 | 0 | 0.77 | 0.23 | 0.05 | 318.19 | 0.89 | 0.58 |
| Hex | F3 | 37 | BA | 0 | 4D | 17 | 5 | 13E | 59 | 3A |
| Octal | 363 | 67 | 272 | 0 | 115 | 27 | 5 | 476 | 131 | 72 |
| Binary | 11110011 | 110111 | 10111010 | 0 | 1001101 | 10111 | 101 | 100111110 | 1011001 | 111010 |
Color Harmonies of #F337BA
Complementary color
Monochromatic Colors of #F337BA
Black with #F337BA
Text Example
Text Example
White with #F337BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337BA; }
p { color: rgb(243,55,186); }
H1.HeaderClassName
{
color: #F337BA;
}
.AnyTagClassName
{
color: #F337BA;
}
</style>
background-color css
<style>
a { background-color: #F337BA; }
a { background-color: rgb(243,55,186); }
div.DivClassName
{
background-color: #F337BA;
}
.BgClassName
{
background-color: #F337BA;
}
</style>
border-color css
<style>
span { border-color: #F337BA; }
span { border-color: rgb(243,55,186); }
td.TdClassName
{
border-color: #F337BA;
}
.TagClassName
{
border-color: #F337BA;
}
</style>