Shades of Razzle Dazzle Rose #F63BEA
Tints of Razzle Dazzle Rose #F63BEA
RGB
CMYK
RGB Variations
Color information
#F63BEA (or 0xF63BEA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and EA. RGB value is (246,59,234). Sum of RGB (Red+Green+Blue) = 246+59+234=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 59 (23.44% from 255 or 10.95% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63BEA is #09C415. Grayscale: #868686. Windows color (decimal): -640022 or 15350774. OLE color: 15350774.
HSL color Cylindrical-coordinate representation of color #F63BEA: hue angle of 303.85º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BEA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 234 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.04 |
| HSL | 303.85º | 0.91% | 0.6% | - |
| HSV(B) | 303.85º | 0.76% | 0.96% | - |
| XYZ | 54.42 | 28.66 | 80.51 | - |
| YUV | 134.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 234 | 0 | 0.76 | 0.05 | 0.04 | 303.85 | 0.91 | 0.6 |
| Hex | F6 | 3B | EA | 0 | 4C | 5 | 4 | 130 | 5B | 3C |
| Octal | 366 | 73 | 352 | 0 | 114 | 5 | 4 | 460 | 133 | 74 |
| Binary | 11110110 | 111011 | 11101010 | 0 | 1001100 | 101 | 100 | 100110000 | 1011011 | 111100 |
Color Harmonies of #F63BEA
Complementary color
Monochromatic Colors of #F63BEA
Black with #F63BEA
Text Example
Text Example
White with #F63BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BEA; }
p { color: rgb(246,59,234); }
H1.HeaderClassName
{
color: #F63BEA;
}
.AnyTagClassName
{
color: #F63BEA;
}
</style>
background-color css
<style>
a { background-color: #F63BEA; }
a { background-color: rgb(246,59,234); }
div.DivClassName
{
background-color: #F63BEA;
}
.BgClassName
{
background-color: #F63BEA;
}
</style>
border-color css
<style>
span { border-color: #F63BEA; }
span { border-color: rgb(246,59,234); }
td.TdClassName
{
border-color: #F63BEA;
}
.TagClassName
{
border-color: #F63BEA;
}
</style>