Shades of Razzle Dazzle Rose #F137ED
Tints of Razzle Dazzle Rose #F137ED
RGB
CMYK
RGB Variations
Color information
#F137ED (or 0xF137ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and ED. RGB value is (241,55,237). Sum of RGB (Red+Green+Blue) = 241+55+237=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 55 (21.88% from 255 or 10.32% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F137ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F137ED is #0EC812. Grayscale: #828282. Windows color (decimal): -968723 or 15546353. OLE color: 15546353.
HSL color Cylindrical-coordinate representation of color #F137ED: hue angle of 301.29º 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 #F137ED is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 237 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.05 |
| HSL | 301.29º | 0.87% | 0.58% | - |
| HSV(B) | 301.29º | 0.77% | 0.95% | - |
| XYZ | 52.93 | 27.55 | 82.65 | - |
| YUV | 131.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 237 | 0 | 0.77 | 0.02 | 0.05 | 301.29 | 0.87 | 0.58 |
| Hex | F1 | 37 | ED | 0 | 4D | 2 | 5 | 12D | 57 | 3A |
| Octal | 361 | 67 | 355 | 0 | 115 | 2 | 5 | 455 | 127 | 72 |
| Binary | 11110001 | 110111 | 11101101 | 0 | 1001101 | 10 | 101 | 100101101 | 1010111 | 111010 |
Color Harmonies of #F137ED
Complementary color
Monochromatic Colors of #F137ED
Black with #F137ED
Text Example
Text Example
White with #F137ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137ED; }
p { color: rgb(241,55,237); }
H1.HeaderClassName
{
color: #F137ED;
}
.AnyTagClassName
{
color: #F137ED;
}
</style>
background-color css
<style>
a { background-color: #F137ED; }
a { background-color: rgb(241,55,237); }
div.DivClassName
{
background-color: #F137ED;
}
.BgClassName
{
background-color: #F137ED;
}
</style>
border-color css
<style>
span { border-color: #F137ED; }
span { border-color: rgb(241,55,237); }
td.TdClassName
{
border-color: #F137ED;
}
.TagClassName
{
border-color: #F137ED;
}
</style>