Shades of Razzle Dazzle Rose #F630D5
Tints of Razzle Dazzle Rose #F630D5
RGB
CMYK
RGB Variations
Color information
#F630D5 (or 0xF630D5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and D5. RGB value is (246,48,213). Sum of RGB (Red+Green+Blue) = 246+48+213=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F630D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630D5 is #09CF2A. Grayscale: #7D7D7D. Windows color (decimal): -642859 or 13971702. OLE color: 13971702.
HSL color Cylindrical-coordinate representation of color #F630D5: hue angle of 310º 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 #F630D5 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 213 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.04 |
| HSL | 310º | 0.92% | 0.58% | - |
| HSV(B) | 310º | 0.8% | 0.96% | - |
| XYZ | 51.07 | 26.51 | 65.38 | - |
| YUV | 126.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 213 | 0 | 0.80 | 0.13 | 0.04 | 310 | 0.92 | 0.58 |
| Hex | F6 | 30 | D5 | 0 | 50 | D | 4 | 136 | 5C | 3A |
| Octal | 366 | 60 | 325 | 0 | 120 | 15 | 4 | 466 | 134 | 72 |
| Binary | 11110110 | 110000 | 11010101 | 0 | 1010000 | 1101 | 100 | 100110110 | 1011100 | 111010 |
Color Harmonies of #F630D5
Complementary color
Monochromatic Colors of #F630D5
Black with #F630D5
Text Example
Text Example
White with #F630D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630D5; }
p { color: rgb(246,48,213); }
H1.HeaderClassName
{
color: #F630D5;
}
.AnyTagClassName
{
color: #F630D5;
}
</style>
background-color css
<style>
a { background-color: #F630D5; }
a { background-color: rgb(246,48,213); }
div.DivClassName
{
background-color: #F630D5;
}
.BgClassName
{
background-color: #F630D5;
}
</style>
border-color css
<style>
span { border-color: #F630D5; }
span { border-color: rgb(246,48,213); }
td.TdClassName
{
border-color: #F630D5;
}
.TagClassName
{
border-color: #F630D5;
}
</style>