Shades of Razzle Dazzle Rose #F640B4
Tints of Razzle Dazzle Rose #F640B4
RGB
CMYK
RGB Variations
Color information
#F640B4 (or 0xF640B4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and B4. RGB value is (246,64,180). Sum of RGB (Red+Green+Blue) = 246+64+180=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F640B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640B4 is #09BF4B. Grayscale: #838383. Windows color (decimal): -638796 or 11813110. OLE color: 11813110.
HSL color Cylindrical-coordinate representation of color #F640B4: hue angle of 321.76º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640B4 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 180 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.04 |
| HSL | 321.76º | 0.91% | 0.61% | - |
| HSV(B) | 321.76º | 0.74% | 0.96% | - |
| XYZ | 48.08 | 26.55 | 45.77 | - |
| YUV | 131.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 180 | 0 | 0.74 | 0.27 | 0.04 | 321.76 | 0.91 | 0.61 |
| Hex | F6 | 40 | B4 | 0 | 4A | 1B | 4 | 142 | 5B | 3D |
| Octal | 366 | 100 | 264 | 0 | 112 | 33 | 4 | 502 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10110100 | 0 | 1001010 | 11011 | 100 | 101000010 | 1011011 | 111101 |
Color Harmonies of #F640B4
Complementary color
Monochromatic Colors of #F640B4
Black with #F640B4
Text Example
Text Example
White with #F640B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640B4; }
p { color: rgb(246,64,180); }
H1.HeaderClassName
{
color: #F640B4;
}
.AnyTagClassName
{
color: #F640B4;
}
</style>
background-color css
<style>
a { background-color: #F640B4; }
a { background-color: rgb(246,64,180); }
div.DivClassName
{
background-color: #F640B4;
}
.BgClassName
{
background-color: #F640B4;
}
</style>
border-color css
<style>
span { border-color: #F640B4; }
span { border-color: rgb(246,64,180); }
td.TdClassName
{
border-color: #F640B4;
}
.TagClassName
{
border-color: #F640B4;
}
</style>