Shades of Razzle Dazzle Rose #F136C3
Tints of Razzle Dazzle Rose #F136C3
RGB
CMYK
RGB Variations
Color information
#F136C3 (or 0xF136C3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and C3. RGB value is (241,54,195). Sum of RGB (Red+Green+Blue) = 241+54+195=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F136C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136C3 is #0EC93C. Grayscale: #7D7D7D. Windows color (decimal): -969021 or 12793585. OLE color: 12793585.
HSL color Cylindrical-coordinate representation of color #F136C3: hue angle of 314.76º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136C3 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 195 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.05 |
| HSL | 314.76º | 0.87% | 0.58% | - |
| HSV(B) | 314.76º | 0.78% | 0.95% | - |
| XYZ | 47.45 | 25.28 | 54.01 | - |
| YUV | 125.99 | 166.95 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 195 | 0 | 0.78 | 0.19 | 0.05 | 314.76 | 0.87 | 0.58 |
| Hex | F1 | 36 | C3 | 0 | 4E | 13 | 5 | 13B | 57 | 3A |
| Octal | 361 | 66 | 303 | 0 | 116 | 23 | 5 | 473 | 127 | 72 |
| Binary | 11110001 | 110110 | 11000011 | 0 | 1001110 | 10011 | 101 | 100111011 | 1010111 | 111010 |
Color Harmonies of #F136C3
Complementary color
Monochromatic Colors of #F136C3
Black with #F136C3
Text Example
Text Example
White with #F136C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136C3; }
p { color: rgb(241,54,195); }
H1.HeaderClassName
{
color: #F136C3;
}
.AnyTagClassName
{
color: #F136C3;
}
</style>
background-color css
<style>
a { background-color: #F136C3; }
a { background-color: rgb(241,54,195); }
div.DivClassName
{
background-color: #F136C3;
}
.BgClassName
{
background-color: #F136C3;
}
</style>
border-color css
<style>
span { border-color: #F136C3; }
span { border-color: rgb(241,54,195); }
td.TdClassName
{
border-color: #F136C3;
}
.TagClassName
{
border-color: #F136C3;
}
</style>