Shades of Razzle Dazzle Rose #F640D4
Tints of Razzle Dazzle Rose #F640D4
RGB
CMYK
RGB Variations
Color information
#F640D4 (or 0xF640D4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and D4. RGB value is (246,64,212). Sum of RGB (Red+Green+Blue) = 246+64+212=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F640D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640D4 is #09BF2B. Grayscale: #868686. Windows color (decimal): -638764 or 13910262. OLE color: 13910262.
HSL color Cylindrical-coordinate representation of color #F640D4: hue angle of 311.21º 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 #F640D4 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 212 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.04 |
| HSL | 311.21º | 0.91% | 0.61% | - |
| HSV(B) | 311.21º | 0.74% | 0.96% | - |
| XYZ | 51.72 | 28.01 | 64.97 | - |
| YUV | 135.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 212 | 0 | 0.74 | 0.14 | 0.04 | 311.21 | 0.91 | 0.61 |
| Hex | F6 | 40 | D4 | 0 | 4A | E | 4 | 137 | 5B | 3D |
| Octal | 366 | 100 | 324 | 0 | 112 | 16 | 4 | 467 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11010100 | 0 | 1001010 | 1110 | 100 | 100110111 | 1011011 | 111101 |
Color Harmonies of #F640D4
Complementary color
Monochromatic Colors of #F640D4
Black with #F640D4
Text Example
Text Example
White with #F640D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640D4; }
p { color: rgb(246,64,212); }
H1.HeaderClassName
{
color: #F640D4;
}
.AnyTagClassName
{
color: #F640D4;
}
</style>
background-color css
<style>
a { background-color: #F640D4; }
a { background-color: rgb(246,64,212); }
div.DivClassName
{
background-color: #F640D4;
}
.BgClassName
{
background-color: #F640D4;
}
</style>
border-color css
<style>
span { border-color: #F640D4; }
span { border-color: rgb(246,64,212); }
td.TdClassName
{
border-color: #F640D4;
}
.TagClassName
{
border-color: #F640D4;
}
</style>