Shades of Razzle Dazzle Rose #F13AD2
Tints of Razzle Dazzle Rose #F13AD2
RGB
CMYK
RGB Variations
Color information
#F13AD2 (or 0xF13AD2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and D2. RGB value is (241,58,210). Sum of RGB (Red+Green+Blue) = 241+58+210=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13AD2 is #0EC52D. Grayscale: #818181. Windows color (decimal): -967982 or 13777649. OLE color: 13777649.
HSL color Cylindrical-coordinate representation of color #F13AD2: hue angle of 310.16º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13AD2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 210 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.05 |
| HSL | 310.16º | 0.87% | 0.59% | - |
| HSV(B) | 310.16º | 0.76% | 0.95% | - |
| XYZ | 49.42 | 26.38 | 63.46 | - |
| YUV | 130.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 210 | 0 | 0.76 | 0.13 | 0.05 | 310.16 | 0.87 | 0.59 |
| Hex | F1 | 3A | D2 | 0 | 4C | D | 5 | 136 | 57 | 3B |
| Octal | 361 | 72 | 322 | 0 | 114 | 15 | 5 | 466 | 127 | 73 |
| Binary | 11110001 | 111010 | 11010010 | 0 | 1001100 | 1101 | 101 | 100110110 | 1010111 | 111011 |
Color Harmonies of #F13AD2
Complementary color
Monochromatic Colors of #F13AD2
Black with #F13AD2
Text Example
Text Example
White with #F13AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AD2; }
p { color: rgb(241,58,210); }
H1.HeaderClassName
{
color: #F13AD2;
}
.AnyTagClassName
{
color: #F13AD2;
}
</style>
background-color css
<style>
a { background-color: #F13AD2; }
a { background-color: rgb(241,58,210); }
div.DivClassName
{
background-color: #F13AD2;
}
.BgClassName
{
background-color: #F13AD2;
}
</style>
border-color css
<style>
span { border-color: #F13AD2; }
span { border-color: rgb(241,58,210); }
td.TdClassName
{
border-color: #F13AD2;
}
.TagClassName
{
border-color: #F13AD2;
}
</style>