Shades of Razzle Dazzle Rose #F630ED
Tints of Razzle Dazzle Rose #F630ED
RGB
CMYK
RGB Variations
Color information
#F630ED (or 0xF630ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and ED. RGB value is (246,48,237). Sum of RGB (Red+Green+Blue) = 246+48+237=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 48 (19.14% from 255 or 9.04% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F630ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630ED is #09CF12. Grayscale: #808080. Windows color (decimal): -642835 or 15544566. OLE color: 15544566.
HSL color Cylindrical-coordinate representation of color #F630ED: hue angle of 302.73º 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 #F630ED is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 237 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.04 |
| HSL | 302.73º | 0.92% | 0.58% | - |
| HSV(B) | 302.73º | 0.8% | 0.96% | - |
| XYZ | 54.35 | 27.82 | 82.63 | - |
| YUV | 128.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 237 | 0 | 0.80 | 0.04 | 0.04 | 302.73 | 0.92 | 0.58 |
| Hex | F6 | 30 | ED | 0 | 50 | 4 | 4 | 12F | 5C | 3A |
| Octal | 366 | 60 | 355 | 0 | 120 | 4 | 4 | 457 | 134 | 72 |
| Binary | 11110110 | 110000 | 11101101 | 0 | 1010000 | 100 | 100 | 100101111 | 1011100 | 111010 |
Color Harmonies of #F630ED
Complementary color
Monochromatic Colors of #F630ED
Black with #F630ED
Text Example
Text Example
White with #F630ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630ED; }
p { color: rgb(246,48,237); }
H1.HeaderClassName
{
color: #F630ED;
}
.AnyTagClassName
{
color: #F630ED;
}
</style>
background-color css
<style>
a { background-color: #F630ED; }
a { background-color: rgb(246,48,237); }
div.DivClassName
{
background-color: #F630ED;
}
.BgClassName
{
background-color: #F630ED;
}
</style>
border-color css
<style>
span { border-color: #F630ED; }
span { border-color: rgb(246,48,237); }
td.TdClassName
{
border-color: #F630ED;
}
.TagClassName
{
border-color: #F630ED;
}
</style>