Shades of Razzle Dazzle Rose #F134D1
Tints of Razzle Dazzle Rose #F134D1
RGB
CMYK
RGB Variations
Color information
#F134D1 (or 0xF134D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and D1. RGB value is (241,52,209). Sum of RGB (Red+Green+Blue) = 241+52+209=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D1 is #0ECB2E. Grayscale: #7D7D7D. Windows color (decimal): -969519 or 13710577. OLE color: 13710577.
HSL color Cylindrical-coordinate representation of color #F134D1: hue angle of 310.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F134D1 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 209 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.05 |
| HSL | 310.16º | 0.87% | 0.57% | - |
| HSV(B) | 310.16º | 0.78% | 0.95% | - |
| XYZ | 49.01 | 25.76 | 62.71 | - |
| YUV | 126.41 | 174.62 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 209 | 0 | 0.78 | 0.13 | 0.05 | 310.16 | 0.87 | 0.57 |
| Hex | F1 | 34 | D1 | 0 | 4E | D | 5 | 136 | 57 | 39 |
| Octal | 361 | 64 | 321 | 0 | 116 | 15 | 5 | 466 | 127 | 71 |
| Binary | 11110001 | 110100 | 11010001 | 0 | 1001110 | 1101 | 101 | 100110110 | 1010111 | 111001 |
Color Harmonies of #F134D1
Complementary color
Monochromatic Colors of #F134D1
Black with #F134D1
Text Example
Text Example
White with #F134D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F134D1; }
p { color: rgb(241,52,209); }
H1.HeaderClassName
{
color: #F134D1;
}
.AnyTagClassName
{
color: #F134D1;
}
</style>
background-color css
<style>
a { background-color: #F134D1; }
a { background-color: rgb(241,52,209); }
div.DivClassName
{
background-color: #F134D1;
}
.BgClassName
{
background-color: #F134D1;
}
</style>
border-color css
<style>
span { border-color: #F134D1; }
span { border-color: rgb(241,52,209); }
td.TdClassName
{
border-color: #F134D1;
}
.TagClassName
{
border-color: #F134D1;
}
</style>