Shades of Razzle Dazzle Rose #F136B7
Tints of Razzle Dazzle Rose #F136B7
RGB
CMYK
RGB Variations
Color information
#F136B7 (or 0xF136B7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and B7. RGB value is (241,54,183). Sum of RGB (Red+Green+Blue) = 241+54+183=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F136B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136B7 is #0EC948. Grayscale: #7C7C7C. Windows color (decimal): -969033 or 12007153. OLE color: 12007153.
HSL color Cylindrical-coordinate representation of color #F136B7: hue angle of 318.61º 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 #F136B7 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 183 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.05 |
| HSL | 318.61º | 0.87% | 0.58% | - |
| HSV(B) | 318.61º | 0.78% | 0.95% | - |
| XYZ | 46.14 | 24.76 | 47.15 | - |
| YUV | 124.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 183 | 0 | 0.78 | 0.24 | 0.05 | 318.61 | 0.87 | 0.58 |
| Hex | F1 | 36 | B7 | 0 | 4E | 18 | 5 | 13F | 57 | 3A |
| Octal | 361 | 66 | 267 | 0 | 116 | 30 | 5 | 477 | 127 | 72 |
| Binary | 11110001 | 110110 | 10110111 | 0 | 1001110 | 11000 | 101 | 100111111 | 1010111 | 111010 |
Color Harmonies of #F136B7
Complementary color
Monochromatic Colors of #F136B7
Black with #F136B7
Text Example
Text Example
White with #F136B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136B7; }
p { color: rgb(241,54,183); }
H1.HeaderClassName
{
color: #F136B7;
}
.AnyTagClassName
{
color: #F136B7;
}
</style>
background-color css
<style>
a { background-color: #F136B7; }
a { background-color: rgb(241,54,183); }
div.DivClassName
{
background-color: #F136B7;
}
.BgClassName
{
background-color: #F136B7;
}
</style>
border-color css
<style>
span { border-color: #F136B7; }
span { border-color: rgb(241,54,183); }
td.TdClassName
{
border-color: #F136B7;
}
.TagClassName
{
border-color: #F136B7;
}
</style>