Shades of Razzle Dazzle Rose #F129ED
Tints of Razzle Dazzle Rose #F129ED
RGB
CMYK
RGB Variations
Color information
#F129ED (or 0xF129ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and ED. RGB value is (241,41,237). Sum of RGB (Red+Green+Blue) = 241+41+237=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F129ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129ED is #0ED612. Grayscale: #7A7A7A. Windows color (decimal): -972307 or 15542769. OLE color: 15542769.
HSL color Cylindrical-coordinate representation of color #F129ED: hue angle of 301.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F129ED is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 237 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.2º | 0.88% | 0.55% | - |
| HSV(B) | 301.2º | 0.83% | 0.95% | - |
| XYZ | 52.35 | 26.4 | 82.46 | - |
| YUV | 123.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 237 | 0 | 0.83 | 0.02 | 0.05 | 301.2 | 0.88 | 0.55 |
| Hex | F1 | 29 | ED | 0 | 53 | 2 | 5 | 12D | 58 | 37 |
| Octal | 361 | 51 | 355 | 0 | 123 | 2 | 5 | 455 | 130 | 67 |
| Binary | 11110001 | 101001 | 11101101 | 0 | 1010011 | 10 | 101 | 100101101 | 1011000 | 110111 |
Color Harmonies of #F129ED
Complementary color
Monochromatic Colors of #F129ED
Black with #F129ED
Text Example
Text Example
White with #F129ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129ED; }
p { color: rgb(241,41,237); }
H1.HeaderClassName
{
color: #F129ED;
}
.AnyTagClassName
{
color: #F129ED;
}
</style>
background-color css
<style>
a { background-color: #F129ED; }
a { background-color: rgb(241,41,237); }
div.DivClassName
{
background-color: #F129ED;
}
.BgClassName
{
background-color: #F129ED;
}
</style>
border-color css
<style>
span { border-color: #F129ED; }
span { border-color: rgb(241,41,237); }
td.TdClassName
{
border-color: #F129ED;
}
.TagClassName
{
border-color: #F129ED;
}
</style>