Shades of Razzle Dazzle Rose #F648CA
Tints of Razzle Dazzle Rose #F648CA
RGB
CMYK
RGB Variations
Color information
#F648CA (or 0xF648CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 48 and CA. RGB value is (246,72,202). Sum of RGB (Red+Green+Blue) = 246+72+202=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F648CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F648CA is #09B735. Grayscale: #8A8A8A. Windows color (decimal): -636726 or 13256950. OLE color: 13256950.
HSL color Cylindrical-coordinate representation of color #F648CA: hue angle of 315.17º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F648CA is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 202 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.04 |
| HSL | 315.17º | 0.91% | 0.62% | - |
| HSV(B) | 315.17º | 0.71% | 0.96% | - |
| XYZ | 50.98 | 28.49 | 58.69 | - |
| YUV | 138.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 202 | 0 | 0.71 | 0.18 | 0.04 | 315.17 | 0.91 | 0.62 |
| Hex | F6 | 48 | CA | 0 | 47 | 12 | 4 | 13B | 5B | 3E |
| Octal | 366 | 110 | 312 | 0 | 107 | 22 | 4 | 473 | 133 | 76 |
| Binary | 11110110 | 1001000 | 11001010 | 0 | 1000111 | 10010 | 100 | 100111011 | 1011011 | 111110 |
Color Harmonies of #F648CA
Complementary color
Monochromatic Colors of #F648CA
Black with #F648CA
Text Example
Text Example
White with #F648CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F648CA; }
p { color: rgb(246,72,202); }
H1.HeaderClassName
{
color: #F648CA;
}
.AnyTagClassName
{
color: #F648CA;
}
</style>
background-color css
<style>
a { background-color: #F648CA; }
a { background-color: rgb(246,72,202); }
div.DivClassName
{
background-color: #F648CA;
}
.BgClassName
{
background-color: #F648CA;
}
</style>
border-color css
<style>
span { border-color: #F648CA; }
span { border-color: rgb(246,72,202); }
td.TdClassName
{
border-color: #F648CA;
}
.TagClassName
{
border-color: #F648CA;
}
</style>