Shades of Razzle Dazzle Rose #F628C2
Tints of Razzle Dazzle Rose #F628C2
RGB
CMYK
RGB Variations
Color information
#F628C2 (or 0xF628C2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 28 and C2. RGB value is (246,40,194). Sum of RGB (Red+Green+Blue) = 246+40+194=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F628C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F628C2 is #09D73D. Grayscale: #767676. Windows color (decimal): -644926 or 12724470. OLE color: 12724470.
HSL color Cylindrical-coordinate representation of color #F628C2: hue angle of 315.15º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F628C2 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 194 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.04 |
| HSL | 315.15º | 0.92% | 0.56% | - |
| HSV(B) | 315.15º | 0.84% | 0.96% | - |
| XYZ | 48.5 | 25.01 | 53.31 | - |
| YUV | 119.15 | 170.25 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 194 | 0 | 0.84 | 0.21 | 0.04 | 315.15 | 0.92 | 0.56 |
| Hex | F6 | 28 | C2 | 0 | 54 | 15 | 4 | 13B | 5C | 38 |
| Octal | 366 | 50 | 302 | 0 | 124 | 25 | 4 | 473 | 134 | 70 |
| Binary | 11110110 | 101000 | 11000010 | 0 | 1010100 | 10101 | 100 | 100111011 | 1011100 | 111000 |
Color Harmonies of #F628C2
Complementary color
Monochromatic Colors of #F628C2
Black with #F628C2
Text Example
Text Example
White with #F628C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628C2; }
p { color: rgb(246,40,194); }
H1.HeaderClassName
{
color: #F628C2;
}
.AnyTagClassName
{
color: #F628C2;
}
</style>
background-color css
<style>
a { background-color: #F628C2; }
a { background-color: rgb(246,40,194); }
div.DivClassName
{
background-color: #F628C2;
}
.BgClassName
{
background-color: #F628C2;
}
</style>
border-color css
<style>
span { border-color: #F628C2; }
span { border-color: rgb(246,40,194); }
td.TdClassName
{
border-color: #F628C2;
}
.TagClassName
{
border-color: #F628C2;
}
</style>