Shades of Razzle Dazzle Rose #F134D3
Tints of Razzle Dazzle Rose #F134D3
RGB
CMYK
RGB Variations
Color information
#F134D3 (or 0xF134D3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and D3. RGB value is (241,52,211). Sum of RGB (Red+Green+Blue) = 241+52+211=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F134D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134D3 is #0ECB2C. Grayscale: #7E7E7E. Windows color (decimal): -969517 or 13841649. OLE color: 13841649.
HSL color Cylindrical-coordinate representation of color #F134D3: hue angle of 309.52º 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 #F134D3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 211 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.05 |
| HSL | 309.52º | 0.87% | 0.57% | - |
| HSV(B) | 309.52º | 0.78% | 0.95% | - |
| XYZ | 49.26 | 25.86 | 64.02 | - |
| YUV | 126.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 211 | 0 | 0.78 | 0.12 | 0.05 | 309.52 | 0.87 | 0.57 |
| Hex | F1 | 34 | D3 | 0 | 4E | C | 5 | 136 | 57 | 39 |
| Octal | 361 | 64 | 323 | 0 | 116 | 14 | 5 | 466 | 127 | 71 |
| Binary | 11110001 | 110100 | 11010011 | 0 | 1001110 | 1100 | 101 | 100110110 | 1010111 | 111001 |
Color Harmonies of #F134D3
Complementary color
Monochromatic Colors of #F134D3
Black with #F134D3
Text Example
Text Example
White with #F134D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F134D3; }
p { color: rgb(241,52,211); }
H1.HeaderClassName
{
color: #F134D3;
}
.AnyTagClassName
{
color: #F134D3;
}
</style>
background-color css
<style>
a { background-color: #F134D3; }
a { background-color: rgb(241,52,211); }
div.DivClassName
{
background-color: #F134D3;
}
.BgClassName
{
background-color: #F134D3;
}
</style>
border-color css
<style>
span { border-color: #F134D3; }
span { border-color: rgb(241,52,211); }
td.TdClassName
{
border-color: #F134D3;
}
.TagClassName
{
border-color: #F134D3;
}
</style>