Shades of Razzle Dazzle Rose #F137C2
Tints of Razzle Dazzle Rose #F137C2
RGB
CMYK
RGB Variations
Color information
#F137C2 (or 0xF137C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and C2. RGB value is (241,55,194). Sum of RGB (Red+Green+Blue) = 241+55+194=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F137C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137C2 is #0EC83D. Grayscale: #7E7E7E. Windows color (decimal): -968766 or 12728305. OLE color: 12728305.
HSL color Cylindrical-coordinate representation of color #F137C2: hue angle of 315.16º 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 #F137C2 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 194 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.05 |
| HSL | 315.16º | 0.87% | 0.58% | - |
| HSV(B) | 315.16º | 0.77% | 0.95% | - |
| XYZ | 47.38 | 25.33 | 53.43 | - |
| YUV | 126.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 194 | 0 | 0.77 | 0.20 | 0.05 | 315.16 | 0.87 | 0.58 |
| Hex | F1 | 37 | C2 | 0 | 4D | 14 | 5 | 13B | 57 | 3A |
| Octal | 361 | 67 | 302 | 0 | 115 | 24 | 5 | 473 | 127 | 72 |
| Binary | 11110001 | 110111 | 11000010 | 0 | 1001101 | 10100 | 101 | 100111011 | 1010111 | 111010 |
Color Harmonies of #F137C2
Complementary color
Monochromatic Colors of #F137C2
Black with #F137C2
Text Example
Text Example
White with #F137C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137C2; }
p { color: rgb(241,55,194); }
H1.HeaderClassName
{
color: #F137C2;
}
.AnyTagClassName
{
color: #F137C2;
}
</style>
background-color css
<style>
a { background-color: #F137C2; }
a { background-color: rgb(241,55,194); }
div.DivClassName
{
background-color: #F137C2;
}
.BgClassName
{
background-color: #F137C2;
}
</style>
border-color css
<style>
span { border-color: #F137C2; }
span { border-color: rgb(241,55,194); }
td.TdClassName
{
border-color: #F137C2;
}
.TagClassName
{
border-color: #F137C2;
}
</style>