Shades of Razzle Dazzle Rose #F630E5
Tints of Razzle Dazzle Rose #F630E5
RGB
CMYK
RGB Variations
Color information
#F630E5 (or 0xF630E5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and E5. RGB value is (246,48,229). Sum of RGB (Red+Green+Blue) = 246+48+229=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F630E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630E5 is #09CF1A. Grayscale: #7F7F7F. Windows color (decimal): -642843 or 15020278. OLE color: 15020278.
HSL color Cylindrical-coordinate representation of color #F630E5: hue angle of 305.15º 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 #F630E5 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 229 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.04 |
| HSL | 305.15º | 0.92% | 0.58% | - |
| HSV(B) | 305.15º | 0.8% | 0.96% | - |
| XYZ | 53.21 | 27.36 | 76.61 | - |
| YUV | 127.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 229 | 0 | 0.80 | 0.07 | 0.04 | 305.15 | 0.92 | 0.58 |
| Hex | F6 | 30 | E5 | 0 | 50 | 7 | 4 | 131 | 5C | 3A |
| Octal | 366 | 60 | 345 | 0 | 120 | 7 | 4 | 461 | 134 | 72 |
| Binary | 11110110 | 110000 | 11100101 | 0 | 1010000 | 111 | 100 | 100110001 | 1011100 | 111010 |
Color Harmonies of #F630E5
Complementary color
Monochromatic Colors of #F630E5
Black with #F630E5
Text Example
Text Example
White with #F630E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630E5; }
p { color: rgb(246,48,229); }
H1.HeaderClassName
{
color: #F630E5;
}
.AnyTagClassName
{
color: #F630E5;
}
</style>
background-color css
<style>
a { background-color: #F630E5; }
a { background-color: rgb(246,48,229); }
div.DivClassName
{
background-color: #F630E5;
}
.BgClassName
{
background-color: #F630E5;
}
</style>
border-color css
<style>
span { border-color: #F630E5; }
span { border-color: rgb(246,48,229); }
td.TdClassName
{
border-color: #F630E5;
}
.TagClassName
{
border-color: #F630E5;
}
</style>