Shades of Razzle Dazzle Rose #F136DF
Tints of Razzle Dazzle Rose #F136DF
RGB
CMYK
RGB Variations
Color information
#F136DF (or 0xF136DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and DF. RGB value is (241,54,223). Sum of RGB (Red+Green+Blue) = 241+54+223=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F136DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136DF is #0EC920. Grayscale: #808080. Windows color (decimal): -968993 or 14628593. OLE color: 14628593.
HSL color Cylindrical-coordinate representation of color #F136DF: hue angle of 305.78º 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 #F136DF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 223 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.05 |
| HSL | 305.78º | 0.87% | 0.58% | - |
| HSV(B) | 305.78º | 0.78% | 0.95% | - |
| XYZ | 50.91 | 26.67 | 72.28 | - |
| YUV | 129.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 223 | 0 | 0.78 | 0.07 | 0.05 | 305.78 | 0.87 | 0.58 |
| Hex | F1 | 36 | DF | 0 | 4E | 7 | 5 | 132 | 57 | 3A |
| Octal | 361 | 66 | 337 | 0 | 116 | 7 | 5 | 462 | 127 | 72 |
| Binary | 11110001 | 110110 | 11011111 | 0 | 1001110 | 111 | 101 | 100110010 | 1010111 | 111010 |
Color Harmonies of #F136DF
Complementary color
Monochromatic Colors of #F136DF
Black with #F136DF
Text Example
Text Example
White with #F136DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136DF; }
p { color: rgb(241,54,223); }
H1.HeaderClassName
{
color: #F136DF;
}
.AnyTagClassName
{
color: #F136DF;
}
</style>
background-color css
<style>
a { background-color: #F136DF; }
a { background-color: rgb(241,54,223); }
div.DivClassName
{
background-color: #F136DF;
}
.BgClassName
{
background-color: #F136DF;
}
</style>
border-color css
<style>
span { border-color: #F136DF; }
span { border-color: rgb(241,54,223); }
td.TdClassName
{
border-color: #F136DF;
}
.TagClassName
{
border-color: #F136DF;
}
</style>