Shades of Razzle Dazzle Rose #F138C5
Tints of Razzle Dazzle Rose #F138C5
RGB
CMYK
RGB Variations
Color information
#F138C5 (or 0xF138C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and C5. RGB value is (241,56,197). Sum of RGB (Red+Green+Blue) = 241+56+197=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F138C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138C5 is #0EC73A. Grayscale: #7F7F7F. Windows color (decimal): -968507 or 12925169. OLE color: 12925169.
HSL color Cylindrical-coordinate representation of color #F138C5: hue angle of 314.27º 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 #F138C5 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 197 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.05 |
| HSL | 314.27º | 0.87% | 0.58% | - |
| HSV(B) | 314.27º | 0.77% | 0.95% | - |
| XYZ | 47.77 | 25.56 | 55.24 | - |
| YUV | 127.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 197 | 0 | 0.77 | 0.18 | 0.05 | 314.27 | 0.87 | 0.58 |
| Hex | F1 | 38 | C5 | 0 | 4D | 12 | 5 | 13A | 57 | 3A |
| Octal | 361 | 70 | 305 | 0 | 115 | 22 | 5 | 472 | 127 | 72 |
| Binary | 11110001 | 111000 | 11000101 | 0 | 1001101 | 10010 | 101 | 100111010 | 1010111 | 111010 |
Color Harmonies of #F138C5
Complementary color
Monochromatic Colors of #F138C5
Black with #F138C5
Text Example
Text Example
White with #F138C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138C5; }
p { color: rgb(241,56,197); }
H1.HeaderClassName
{
color: #F138C5;
}
.AnyTagClassName
{
color: #F138C5;
}
</style>
background-color css
<style>
a { background-color: #F138C5; }
a { background-color: rgb(241,56,197); }
div.DivClassName
{
background-color: #F138C5;
}
.BgClassName
{
background-color: #F138C5;
}
</style>
border-color css
<style>
span { border-color: #F138C5; }
span { border-color: rgb(241,56,197); }
td.TdClassName
{
border-color: #F138C5;
}
.TagClassName
{
border-color: #F138C5;
}
</style>