Shades of Razzle Dazzle Rose #F137D0
Tints of Razzle Dazzle Rose #F137D0
RGB
CMYK
RGB Variations
Color information
#F137D0 (or 0xF137D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and D0. RGB value is (241,55,208). Sum of RGB (Red+Green+Blue) = 241+55+208=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F137D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137D0 is #0EC82F. Grayscale: #7F7F7F. Windows color (decimal): -968752 or 13645809. OLE color: 13645809.
HSL color Cylindrical-coordinate representation of color #F137D0: hue angle of 310.65º 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 #F137D0 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 208 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.05 |
| HSL | 310.65º | 0.87% | 0.58% | - |
| HSV(B) | 310.65º | 0.77% | 0.95% | - |
| XYZ | 49.03 | 25.99 | 62.11 | - |
| YUV | 128.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 208 | 0 | 0.77 | 0.14 | 0.05 | 310.65 | 0.87 | 0.58 |
| Hex | F1 | 37 | D0 | 0 | 4D | E | 5 | 137 | 57 | 3A |
| Octal | 361 | 67 | 320 | 0 | 115 | 16 | 5 | 467 | 127 | 72 |
| Binary | 11110001 | 110111 | 11010000 | 0 | 1001101 | 1110 | 101 | 100110111 | 1010111 | 111010 |
Color Harmonies of #F137D0
Complementary color
Monochromatic Colors of #F137D0
Black with #F137D0
Text Example
Text Example
White with #F137D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137D0; }
p { color: rgb(241,55,208); }
H1.HeaderClassName
{
color: #F137D0;
}
.AnyTagClassName
{
color: #F137D0;
}
</style>
background-color css
<style>
a { background-color: #F137D0; }
a { background-color: rgb(241,55,208); }
div.DivClassName
{
background-color: #F137D0;
}
.BgClassName
{
background-color: #F137D0;
}
</style>
border-color css
<style>
span { border-color: #F137D0; }
span { border-color: rgb(241,55,208); }
td.TdClassName
{
border-color: #F137D0;
}
.TagClassName
{
border-color: #F137D0;
}
</style>