Shades of Razzle Dazzle Rose #F338EF
Tints of Razzle Dazzle Rose #F338EF
RGB
CMYK
RGB Variations
Color information
#F338EF (or 0xF338EF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and EF. RGB value is (243,56,239). Sum of RGB (Red+Green+Blue) = 243+56+239=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 56 (22.27% from 255 or 10.41% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F338EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F338EF is #0CC710. Grayscale: #848484. Windows color (decimal): -837393 or 15677683. OLE color: 15677683.
HSL color Cylindrical-coordinate representation of color #F338EF: hue angle of 301.28º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338EF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 239 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.05 |
| HSL | 301.28º | 0.89% | 0.59% | - |
| HSV(B) | 301.28º | 0.77% | 0.95% | - |
| XYZ | 53.96 | 28.12 | 84.24 | - |
| YUV | 132.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 239 | 0 | 0.77 | 0.02 | 0.05 | 301.28 | 0.89 | 0.59 |
| Hex | F3 | 38 | EF | 0 | 4D | 2 | 5 | 12D | 59 | 3B |
| Octal | 363 | 70 | 357 | 0 | 115 | 2 | 5 | 455 | 131 | 73 |
| Binary | 11110011 | 111000 | 11101111 | 0 | 1001101 | 10 | 101 | 100101101 | 1011001 | 111011 |
Color Harmonies of #F338EF
Complementary color
Monochromatic Colors of #F338EF
Black with #F338EF
Text Example
Text Example
White with #F338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338EF; }
p { color: rgb(243,56,239); }
H1.HeaderClassName
{
color: #F338EF;
}
.AnyTagClassName
{
color: #F338EF;
}
</style>
background-color css
<style>
a { background-color: #F338EF; }
a { background-color: rgb(243,56,239); }
div.DivClassName
{
background-color: #F338EF;
}
.BgClassName
{
background-color: #F338EF;
}
</style>
border-color css
<style>
span { border-color: #F338EF; }
span { border-color: rgb(243,56,239); }
td.TdClassName
{
border-color: #F338EF;
}
.TagClassName
{
border-color: #F338EF;
}
</style>