Shades of Razzle Dazzle Rose #F630BD
Tints of Razzle Dazzle Rose #F630BD
RGB
CMYK
RGB Variations
Color information
#F630BD (or 0xF630BD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and BD. RGB value is (246,48,189). Sum of RGB (Red+Green+Blue) = 246+48+189=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F630BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630BD is #09CF42. Grayscale: #7A7A7A. Windows color (decimal): -642883 or 12398838. OLE color: 12398838.
HSL color Cylindrical-coordinate representation of color #F630BD: hue angle of 317.27º 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 #F630BD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 189 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 317.27º | 0.92% | 0.58% | - |
| HSV(B) | 317.27º | 0.8% | 0.96% | - |
| XYZ | 48.25 | 25.38 | 50.5 | - |
| YUV | 123.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 189 | 0 | 0.80 | 0.23 | 0.04 | 317.27 | 0.92 | 0.58 |
| Hex | F6 | 30 | BD | 0 | 50 | 17 | 4 | 13D | 5C | 3A |
| Octal | 366 | 60 | 275 | 0 | 120 | 27 | 4 | 475 | 134 | 72 |
| Binary | 11110110 | 110000 | 10111101 | 0 | 1010000 | 10111 | 100 | 100111101 | 1011100 | 111010 |
Color Harmonies of #F630BD
Complementary color
Monochromatic Colors of #F630BD
Black with #F630BD
Text Example
Text Example
White with #F630BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630BD; }
p { color: rgb(246,48,189); }
H1.HeaderClassName
{
color: #F630BD;
}
.AnyTagClassName
{
color: #F630BD;
}
</style>
background-color css
<style>
a { background-color: #F630BD; }
a { background-color: rgb(246,48,189); }
div.DivClassName
{
background-color: #F630BD;
}
.BgClassName
{
background-color: #F630BD;
}
</style>
border-color css
<style>
span { border-color: #F630BD; }
span { border-color: rgb(246,48,189); }
td.TdClassName
{
border-color: #F630BD;
}
.TagClassName
{
border-color: #F630BD;
}
</style>