Shades of Razzle Dazzle Rose #F63CF0
Tints of Razzle Dazzle Rose #F63CF0
RGB
CMYK
RGB Variations
Color information
#F63CF0 (or 0xF63CF0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and F0. RGB value is (246,60,240). Sum of RGB (Red+Green+Blue) = 246+60+240=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63CF0 is #09C30F. Grayscale: #878787. Windows color (decimal): -639760 or 15744246. OLE color: 15744246.
HSL color Cylindrical-coordinate representation of color #F63CF0: hue angle of 301.94º 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 #F63CF0 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 240 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.04 |
| HSL | 301.94º | 0.91% | 0.6% | - |
| HSV(B) | 301.94º | 0.76% | 0.96% | - |
| XYZ | 55.35 | 29.12 | 85.14 | - |
| YUV | 136.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 240 | 0 | 0.76 | 0.02 | 0.04 | 301.94 | 0.91 | 0.6 |
| Hex | F6 | 3C | F0 | 0 | 4C | 2 | 4 | 12E | 5B | 3C |
| Octal | 366 | 74 | 360 | 0 | 114 | 2 | 4 | 456 | 133 | 74 |
| Binary | 11110110 | 111100 | 11110000 | 0 | 1001100 | 10 | 100 | 100101110 | 1011011 | 111100 |
Color Harmonies of #F63CF0
Complementary color
Monochromatic Colors of #F63CF0
Black with #F63CF0
Text Example
Text Example
White with #F63CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CF0; }
p { color: rgb(246,60,240); }
H1.HeaderClassName
{
color: #F63CF0;
}
.AnyTagClassName
{
color: #F63CF0;
}
</style>
background-color css
<style>
a { background-color: #F63CF0; }
a { background-color: rgb(246,60,240); }
div.DivClassName
{
background-color: #F63CF0;
}
.BgClassName
{
background-color: #F63CF0;
}
</style>
border-color css
<style>
span { border-color: #F63CF0; }
span { border-color: rgb(246,60,240); }
td.TdClassName
{
border-color: #F63CF0;
}
.TagClassName
{
border-color: #F63CF0;
}
</style>