Shades of Razzle Dazzle Rose #F13DE6
Tints of Razzle Dazzle Rose #F13DE6
RGB
CMYK
RGB Variations
Color information
#F13DE6 (or 0xF13DE6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3D and E6. RGB value is (241,61,230). Sum of RGB (Red+Green+Blue) = 241+61+230=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 61 (24.22% from 255 or 11.47% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DE6 is #0EC219. Grayscale: #858585. Windows color (decimal): -967194 or 15089137. OLE color: 15089137.
HSL color Cylindrical-coordinate representation of color #F13DE6: hue angle of 303.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13DE6 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 230 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.05 |
| HSL | 303.67º | 0.87% | 0.59% | - |
| HSV(B) | 303.67º | 0.75% | 0.95% | - |
| XYZ | 52.23 | 27.75 | 77.47 | - |
| YUV | 134.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 230 | 0 | 0.75 | 0.05 | 0.05 | 303.67 | 0.87 | 0.59 |
| Hex | F1 | 3D | E6 | 0 | 4B | 5 | 5 | 130 | 57 | 3B |
| Octal | 361 | 75 | 346 | 0 | 113 | 5 | 5 | 460 | 127 | 73 |
| Binary | 11110001 | 111101 | 11100110 | 0 | 1001011 | 101 | 101 | 100110000 | 1010111 | 111011 |
Color Harmonies of #F13DE6
Complementary color
Monochromatic Colors of #F13DE6
Black with #F13DE6
Text Example
Text Example
White with #F13DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13DE6; }
p { color: rgb(241,61,230); }
H1.HeaderClassName
{
color: #F13DE6;
}
.AnyTagClassName
{
color: #F13DE6;
}
</style>
background-color css
<style>
a { background-color: #F13DE6; }
a { background-color: rgb(241,61,230); }
div.DivClassName
{
background-color: #F13DE6;
}
.BgClassName
{
background-color: #F13DE6;
}
</style>
border-color css
<style>
span { border-color: #F13DE6; }
span { border-color: rgb(241,61,230); }
td.TdClassName
{
border-color: #F13DE6;
}
.TagClassName
{
border-color: #F13DE6;
}
</style>