Shades of Razzle Dazzle Rose #F136CA
Tints of Razzle Dazzle Rose #F136CA
RGB
CMYK
RGB Variations
Color information
#F136CA (or 0xF136CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and CA. RGB value is (241,54,202). Sum of RGB (Red+Green+Blue) = 241+54+202=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CA is #0EC935. Grayscale: #7E7E7E. Windows color (decimal): -969014 or 13252337. OLE color: 13252337.
HSL color Cylindrical-coordinate representation of color #F136CA: hue angle of 312.51º 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 #F136CA is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 202 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.05 |
| HSL | 312.51º | 0.87% | 0.58% | - |
| HSV(B) | 312.51º | 0.78% | 0.95% | - |
| XYZ | 48.26 | 25.6 | 58.28 | - |
| YUV | 126.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 202 | 0 | 0.78 | 0.16 | 0.05 | 312.51 | 0.87 | 0.58 |
| Hex | F1 | 36 | CA | 0 | 4E | 10 | 5 | 139 | 57 | 3A |
| Octal | 361 | 66 | 312 | 0 | 116 | 20 | 5 | 471 | 127 | 72 |
| Binary | 11110001 | 110110 | 11001010 | 0 | 1001110 | 10000 | 101 | 100111001 | 1010111 | 111010 |
Color Harmonies of #F136CA
Complementary color
Monochromatic Colors of #F136CA
Black with #F136CA
Text Example
Text Example
White with #F136CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136CA; }
p { color: rgb(241,54,202); }
H1.HeaderClassName
{
color: #F136CA;
}
.AnyTagClassName
{
color: #F136CA;
}
</style>
background-color css
<style>
a { background-color: #F136CA; }
a { background-color: rgb(241,54,202); }
div.DivClassName
{
background-color: #F136CA;
}
.BgClassName
{
background-color: #F136CA;
}
</style>
border-color css
<style>
span { border-color: #F136CA; }
span { border-color: rgb(241,54,202); }
td.TdClassName
{
border-color: #F136CA;
}
.TagClassName
{
border-color: #F136CA;
}
</style>