Shades of Razzle Dazzle Rose #F138E7
Tints of Razzle Dazzle Rose #F138E7
RGB
CMYK
RGB Variations
Color information
#F138E7 (or 0xF138E7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and E7. RGB value is (241,56,231). Sum of RGB (Red+Green+Blue) = 241+56+231=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 56 (22.27% from 255 or 10.61% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F138E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138E7 is #0EC718. Grayscale: #828282. Windows color (decimal): -968473 or 15153393. OLE color: 15153393.
HSL color Cylindrical-coordinate representation of color #F138E7: hue angle of 303.24º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138E7 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 231 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.05 |
| HSL | 303.24º | 0.87% | 0.58% | - |
| HSV(B) | 303.24º | 0.77% | 0.95% | - |
| XYZ | 52.11 | 27.3 | 78.12 | - |
| YUV | 131.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 231 | 0 | 0.77 | 0.04 | 0.05 | 303.24 | 0.87 | 0.58 |
| Hex | F1 | 38 | E7 | 0 | 4D | 4 | 5 | 12F | 57 | 3A |
| Octal | 361 | 70 | 347 | 0 | 115 | 4 | 5 | 457 | 127 | 72 |
| Binary | 11110001 | 111000 | 11100111 | 0 | 1001101 | 100 | 101 | 100101111 | 1010111 | 111010 |
Color Harmonies of #F138E7
Complementary color
Monochromatic Colors of #F138E7
Black with #F138E7
Text Example
Text Example
White with #F138E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138E7; }
p { color: rgb(241,56,231); }
H1.HeaderClassName
{
color: #F138E7;
}
.AnyTagClassName
{
color: #F138E7;
}
</style>
background-color css
<style>
a { background-color: #F138E7; }
a { background-color: rgb(241,56,231); }
div.DivClassName
{
background-color: #F138E7;
}
.BgClassName
{
background-color: #F138E7;
}
</style>
border-color css
<style>
span { border-color: #F138E7; }
span { border-color: rgb(241,56,231); }
td.TdClassName
{
border-color: #F138E7;
}
.TagClassName
{
border-color: #F138E7;
}
</style>