Shades of Razzle Dazzle Rose #F641CE
Tints of Razzle Dazzle Rose #F641CE
RGB
CMYK
RGB Variations
Color information
#F641CE (or 0xF641CE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and CE. RGB value is (246,65,206). Sum of RGB (Red+Green+Blue) = 246+65+206=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F641CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641CE is #09BE31. Grayscale: #868686. Windows color (decimal): -638514 or 13517302. OLE color: 13517302.
HSL color Cylindrical-coordinate representation of color #F641CE: hue angle of 313.26º 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 #F641CE is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 206 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.04 |
| HSL | 313.26º | 0.91% | 0.61% | - |
| HSV(B) | 313.26º | 0.74% | 0.96% | - |
| XYZ | 51.04 | 27.83 | 61.07 | - |
| YUV | 135.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 206 | 0 | 0.74 | 0.16 | 0.04 | 313.26 | 0.91 | 0.61 |
| Hex | F6 | 41 | CE | 0 | 4A | 10 | 4 | 139 | 5B | 3D |
| Octal | 366 | 101 | 316 | 0 | 112 | 20 | 4 | 471 | 133 | 75 |
| Binary | 11110110 | 1000001 | 11001110 | 0 | 1001010 | 10000 | 100 | 100111001 | 1011011 | 111101 |
Color Harmonies of #F641CE
Complementary color
Monochromatic Colors of #F641CE
Black with #F641CE
Text Example
Text Example
White with #F641CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641CE; }
p { color: rgb(246,65,206); }
H1.HeaderClassName
{
color: #F641CE;
}
.AnyTagClassName
{
color: #F641CE;
}
</style>
background-color css
<style>
a { background-color: #F641CE; }
a { background-color: rgb(246,65,206); }
div.DivClassName
{
background-color: #F641CE;
}
.BgClassName
{
background-color: #F641CE;
}
</style>
border-color css
<style>
span { border-color: #F641CE; }
span { border-color: rgb(246,65,206); }
td.TdClassName
{
border-color: #F641CE;
}
.TagClassName
{
border-color: #F641CE;
}
</style>