Shades of Razzle Dazzle Rose #F642E5
Tints of Razzle Dazzle Rose #F642E5
RGB
CMYK
RGB Variations
Color information
#F642E5 (or 0xF642E5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and E5. RGB value is (246,66,229). Sum of RGB (Red+Green+Blue) = 246+66+229=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F642E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642E5 is #09BD1A. Grayscale: #898989. Windows color (decimal): -638235 or 15024886. OLE color: 15024886.
HSL color Cylindrical-coordinate representation of color #F642E5: hue angle of 305.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F642E5 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 229 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.04 |
| HSL | 305.67º | 0.91% | 0.61% | - |
| HSV(B) | 305.67º | 0.73% | 0.96% | - |
| XYZ | 54.1 | 29.15 | 76.9 | - |
| YUV | 138.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 229 | 0 | 0.73 | 0.07 | 0.04 | 305.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | E5 | 0 | 49 | 7 | 4 | 132 | 5B | 3D |
| Octal | 366 | 102 | 345 | 0 | 111 | 7 | 4 | 462 | 133 | 75 |
| Binary | 11110110 | 1000010 | 11100101 | 0 | 1001001 | 111 | 100 | 100110010 | 1011011 | 111101 |
Color Harmonies of #F642E5
Complementary color
Monochromatic Colors of #F642E5
Black with #F642E5
Text Example
Text Example
White with #F642E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642E5; }
p { color: rgb(246,66,229); }
H1.HeaderClassName
{
color: #F642E5;
}
.AnyTagClassName
{
color: #F642E5;
}
</style>
background-color css
<style>
a { background-color: #F642E5; }
a { background-color: rgb(246,66,229); }
div.DivClassName
{
background-color: #F642E5;
}
.BgClassName
{
background-color: #F642E5;
}
</style>
border-color css
<style>
span { border-color: #F642E5; }
span { border-color: rgb(246,66,229); }
td.TdClassName
{
border-color: #F642E5;
}
.TagClassName
{
border-color: #F642E5;
}
</style>