Shades of Razzle Dazzle Rose #F62CE5
Tints of Razzle Dazzle Rose #F62CE5
RGB
CMYK
RGB Variations
Color information
#F62CE5 (or 0xF62CE5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2C and E5. RGB value is (246,44,229). Sum of RGB (Red+Green+Blue) = 246+44+229=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62CE5 is #09D31A. Grayscale: #7C7C7C. Windows color (decimal): -643867 or 15019254. OLE color: 15019254.
HSL color Cylindrical-coordinate representation of color #F62CE5: hue angle of 305.05º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62CE5 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 229 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.04 |
| HSL | 305.05º | 0.92% | 0.57% | - |
| HSV(B) | 305.05º | 0.82% | 0.96% | - |
| XYZ | 53.05 | 27.05 | 76.55 | - |
| YUV | 125.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 229 | 0 | 0.82 | 0.07 | 0.04 | 305.05 | 0.92 | 0.57 |
| Hex | F6 | 2C | E5 | 0 | 52 | 7 | 4 | 131 | 5C | 39 |
| Octal | 366 | 54 | 345 | 0 | 122 | 7 | 4 | 461 | 134 | 71 |
| Binary | 11110110 | 101100 | 11100101 | 0 | 1010010 | 111 | 100 | 100110001 | 1011100 | 111001 |
Color Harmonies of #F62CE5
Complementary color
Monochromatic Colors of #F62CE5
Black with #F62CE5
Text Example
Text Example
White with #F62CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CE5; }
p { color: rgb(246,44,229); }
H1.HeaderClassName
{
color: #F62CE5;
}
.AnyTagClassName
{
color: #F62CE5;
}
</style>
background-color css
<style>
a { background-color: #F62CE5; }
a { background-color: rgb(246,44,229); }
div.DivClassName
{
background-color: #F62CE5;
}
.BgClassName
{
background-color: #F62CE5;
}
</style>
border-color css
<style>
span { border-color: #F62CE5; }
span { border-color: rgb(246,44,229); }
td.TdClassName
{
border-color: #F62CE5;
}
.TagClassName
{
border-color: #F62CE5;
}
</style>