Shades of Razzle Dazzle Rose #F139E5
Tints of Razzle Dazzle Rose #F139E5
RGB
CMYK
RGB Variations
Color information
#F139E5 (or 0xF139E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and E5. RGB value is (241,57,229). Sum of RGB (Red+Green+Blue) = 241+57+229=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F139E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139E5 is #0EC61A. Grayscale: #838383. Windows color (decimal): -968219 or 15022577. OLE color: 15022577.
HSL color Cylindrical-coordinate representation of color #F139E5: hue angle of 303.91º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139E5 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 229 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.05 |
| HSL | 303.91º | 0.87% | 0.58% | - |
| HSV(B) | 303.91º | 0.76% | 0.95% | - |
| XYZ | 51.88 | 27.28 | 76.66 | - |
| YUV | 131.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 229 | 0 | 0.76 | 0.05 | 0.05 | 303.91 | 0.87 | 0.58 |
| Hex | F1 | 39 | E5 | 0 | 4C | 5 | 5 | 130 | 57 | 3A |
| Octal | 361 | 71 | 345 | 0 | 114 | 5 | 5 | 460 | 127 | 72 |
| Binary | 11110001 | 111001 | 11100101 | 0 | 1001100 | 101 | 101 | 100110000 | 1010111 | 111010 |
Color Harmonies of #F139E5
Complementary color
Monochromatic Colors of #F139E5
Black with #F139E5
Text Example
Text Example
White with #F139E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139E5; }
p { color: rgb(241,57,229); }
H1.HeaderClassName
{
color: #F139E5;
}
.AnyTagClassName
{
color: #F139E5;
}
</style>
background-color css
<style>
a { background-color: #F139E5; }
a { background-color: rgb(241,57,229); }
div.DivClassName
{
background-color: #F139E5;
}
.BgClassName
{
background-color: #F139E5;
}
</style>
border-color css
<style>
span { border-color: #F139E5; }
span { border-color: rgb(241,57,229); }
td.TdClassName
{
border-color: #F139E5;
}
.TagClassName
{
border-color: #F139E5;
}
</style>