Shades of Razzle Dazzle Rose #F63FE0
Tints of Razzle Dazzle Rose #F63FE0
RGB
CMYK
RGB Variations
Color information
#F63FE0 (or 0xF63FE0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and E0. RGB value is (246,63,224). Sum of RGB (Red+Green+Blue) = 246+63+224=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FE0 is #09C01F. Grayscale: #878787. Windows color (decimal): -639008 or 14696438. OLE color: 14696438.
HSL color Cylindrical-coordinate representation of color #F63FE0: hue angle of 307.21º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FE0 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 224 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 307.21º | 0.91% | 0.61% | - |
| HSV(B) | 307.21º | 0.74% | 0.96% | - |
| XYZ | 53.24 | 28.53 | 73.22 | - |
| YUV | 136.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 224 | 0 | 0.74 | 0.09 | 0.04 | 307.21 | 0.91 | 0.61 |
| Hex | F6 | 3F | E0 | 0 | 4A | 9 | 4 | 133 | 5B | 3D |
| Octal | 366 | 77 | 340 | 0 | 112 | 11 | 4 | 463 | 133 | 75 |
| Binary | 11110110 | 111111 | 11100000 | 0 | 1001010 | 1001 | 100 | 100110011 | 1011011 | 111101 |
Color Harmonies of #F63FE0
Complementary color
Monochromatic Colors of #F63FE0
Black with #F63FE0
Text Example
Text Example
White with #F63FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FE0; }
p { color: rgb(246,63,224); }
H1.HeaderClassName
{
color: #F63FE0;
}
.AnyTagClassName
{
color: #F63FE0;
}
</style>
background-color css
<style>
a { background-color: #F63FE0; }
a { background-color: rgb(246,63,224); }
div.DivClassName
{
background-color: #F63FE0;
}
.BgClassName
{
background-color: #F63FE0;
}
</style>
border-color css
<style>
span { border-color: #F63FE0; }
span { border-color: rgb(246,63,224); }
td.TdClassName
{
border-color: #F63FE0;
}
.TagClassName
{
border-color: #F63FE0;
}
</style>