Shades of Razzle Dazzle Rose #F137C5
Tints of Razzle Dazzle Rose #F137C5
RGB
CMYK
RGB Variations
Color information
#F137C5 (or 0xF137C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and C5. RGB value is (241,55,197). Sum of RGB (Red+Green+Blue) = 241+55+197=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F137C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137C5 is #0EC83A. Grayscale: #7E7E7E. Windows color (decimal): -968763 or 12924913. OLE color: 12924913.
HSL color Cylindrical-coordinate representation of color #F137C5: hue angle of 314.19º degrees, saturation: 0.87, 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 #F137C5 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 197 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.05 |
| HSL | 314.19º | 0.87% | 0.58% | - |
| HSV(B) | 314.19º | 0.77% | 0.95% | - |
| XYZ | 47.72 | 25.46 | 55.22 | - |
| YUV | 126.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 197 | 0 | 0.77 | 0.18 | 0.05 | 314.19 | 0.87 | 0.58 |
| Hex | F1 | 37 | C5 | 0 | 4D | 12 | 5 | 13A | 57 | 3A |
| Octal | 361 | 67 | 305 | 0 | 115 | 22 | 5 | 472 | 127 | 72 |
| Binary | 11110001 | 110111 | 11000101 | 0 | 1001101 | 10010 | 101 | 100111010 | 1010111 | 111010 |
Color Harmonies of #F137C5
Complementary color
Monochromatic Colors of #F137C5
Black with #F137C5
Text Example
Text Example
White with #F137C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137C5; }
p { color: rgb(241,55,197); }
H1.HeaderClassName
{
color: #F137C5;
}
.AnyTagClassName
{
color: #F137C5;
}
</style>
background-color css
<style>
a { background-color: #F137C5; }
a { background-color: rgb(241,55,197); }
div.DivClassName
{
background-color: #F137C5;
}
.BgClassName
{
background-color: #F137C5;
}
</style>
border-color css
<style>
span { border-color: #F137C5; }
span { border-color: rgb(241,55,197); }
td.TdClassName
{
border-color: #F137C5;
}
.TagClassName
{
border-color: #F137C5;
}
</style>