Shades of Razzle Dazzle Rose #F133E5
Tints of Razzle Dazzle Rose #F133E5
RGB
CMYK
RGB Variations
Color information
#F133E5 (or 0xF133E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and E5. RGB value is (241,51,229). Sum of RGB (Red+Green+Blue) = 241+51+229=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F133E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133E5 is #0ECC1A. Grayscale: #7F7F7F. Windows color (decimal): -969755 or 15021041. OLE color: 15021041.
HSL color Cylindrical-coordinate representation of color #F133E5: hue angle of 303.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133E5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 229 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.05 |
| HSL | 303.79º | 0.87% | 0.57% | - |
| HSV(B) | 303.79º | 0.79% | 0.95% | - |
| XYZ | 51.6 | 26.73 | 76.57 | - |
| YUV | 128.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 229 | 0 | 0.79 | 0.05 | 0.05 | 303.79 | 0.87 | 0.57 |
| Hex | F1 | 33 | E5 | 0 | 4F | 5 | 5 | 130 | 57 | 39 |
| Octal | 361 | 63 | 345 | 0 | 117 | 5 | 5 | 460 | 127 | 71 |
| Binary | 11110001 | 110011 | 11100101 | 0 | 1001111 | 101 | 101 | 100110000 | 1010111 | 111001 |
Color Harmonies of #F133E5
Complementary color
Monochromatic Colors of #F133E5
Black with #F133E5
Text Example
Text Example
White with #F133E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F133E5; }
p { color: rgb(241,51,229); }
H1.HeaderClassName
{
color: #F133E5;
}
.AnyTagClassName
{
color: #F133E5;
}
</style>
background-color css
<style>
a { background-color: #F133E5; }
a { background-color: rgb(241,51,229); }
div.DivClassName
{
background-color: #F133E5;
}
.BgClassName
{
background-color: #F133E5;
}
</style>
border-color css
<style>
span { border-color: #F133E5; }
span { border-color: rgb(241,51,229); }
td.TdClassName
{
border-color: #F133E5;
}
.TagClassName
{
border-color: #F133E5;
}
</style>