Shades of Razzle Dazzle Rose #F538EF
Tints of Razzle Dazzle Rose #F538EF
RGB
CMYK
RGB Variations
Color information
#F538EF (or 0xF538EF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and EF. RGB value is (245,56,239). Sum of RGB (Red+Green+Blue) = 245+56+239=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 56 (22.27% from 255 or 10.37% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F538EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F538EF is #0AC710. Grayscale: #848484. Windows color (decimal): -706321 or 15677685. OLE color: 15677685.
HSL color Cylindrical-coordinate representation of color #F538EF: hue angle of 301.9º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538EF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 239 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.04 |
| HSL | 301.9º | 0.9% | 0.59% | - |
| HSV(B) | 301.9º | 0.77% | 0.96% | - |
| XYZ | 54.65 | 28.47 | 84.28 | - |
| YUV | 133.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 239 | 0 | 0.77 | 0.02 | 0.04 | 301.9 | 0.9 | 0.59 |
| Hex | F5 | 38 | EF | 0 | 4D | 2 | 4 | 12E | 5A | 3B |
| Octal | 365 | 70 | 357 | 0 | 115 | 2 | 4 | 456 | 132 | 73 |
| Binary | 11110101 | 111000 | 11101111 | 0 | 1001101 | 10 | 100 | 100101110 | 1011010 | 111011 |
Color Harmonies of #F538EF
Complementary color
Monochromatic Colors of #F538EF
Black with #F538EF
Text Example
Text Example
White with #F538EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538EF; }
p { color: rgb(245,56,239); }
H1.HeaderClassName
{
color: #F538EF;
}
.AnyTagClassName
{
color: #F538EF;
}
</style>
background-color css
<style>
a { background-color: #F538EF; }
a { background-color: rgb(245,56,239); }
div.DivClassName
{
background-color: #F538EF;
}
.BgClassName
{
background-color: #F538EF;
}
</style>
border-color css
<style>
span { border-color: #F538EF; }
span { border-color: rgb(245,56,239); }
td.TdClassName
{
border-color: #F538EF;
}
.TagClassName
{
border-color: #F538EF;
}
</style>