Shades of Razzle Dazzle Rose #F630C2
Tints of Razzle Dazzle Rose #F630C2
RGB
CMYK
RGB Variations
Color information
#F630C2 (or 0xF630C2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and C2. RGB value is (246,48,194). Sum of RGB (Red+Green+Blue) = 246+48+194=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F630C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630C2 is #09CF3D. Grayscale: #7B7B7B. Windows color (decimal): -642878 or 12726518. OLE color: 12726518.
HSL color Cylindrical-coordinate representation of color #F630C2: hue angle of 315.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630C2 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 194 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.04 |
| HSL | 315.76º | 0.92% | 0.58% | - |
| HSV(B) | 315.76º | 0.8% | 0.96% | - |
| XYZ | 48.8 | 25.6 | 53.41 | - |
| YUV | 123.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 194 | 0 | 0.80 | 0.21 | 0.04 | 315.76 | 0.92 | 0.58 |
| Hex | F6 | 30 | C2 | 0 | 50 | 15 | 4 | 13C | 5C | 3A |
| Octal | 366 | 60 | 302 | 0 | 120 | 25 | 4 | 474 | 134 | 72 |
| Binary | 11110110 | 110000 | 11000010 | 0 | 1010000 | 10101 | 100 | 100111100 | 1011100 | 111010 |
Color Harmonies of #F630C2
Complementary color
Monochromatic Colors of #F630C2
Black with #F630C2
Text Example
Text Example
White with #F630C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630C2; }
p { color: rgb(246,48,194); }
H1.HeaderClassName
{
color: #F630C2;
}
.AnyTagClassName
{
color: #F630C2;
}
</style>
background-color css
<style>
a { background-color: #F630C2; }
a { background-color: rgb(246,48,194); }
div.DivClassName
{
background-color: #F630C2;
}
.BgClassName
{
background-color: #F630C2;
}
</style>
border-color css
<style>
span { border-color: #F630C2; }
span { border-color: rgb(246,48,194); }
td.TdClassName
{
border-color: #F630C2;
}
.TagClassName
{
border-color: #F630C2;
}
</style>