Shades of Razzle Dazzle Rose #F61FE5
Tints of Razzle Dazzle Rose #F61FE5
RGB
CMYK
RGB Variations
Color information
#F61FE5 (or 0xF61FE5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1F and E5. RGB value is (246,31,229). Sum of RGB (Red+Green+Blue) = 246+31+229=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FE5 is #09E01A. Grayscale: #757575. Windows color (decimal): -647195 or 15015926. OLE color: 15015926.
HSL color Cylindrical-coordinate representation of color #F61FE5: hue angle of 304.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FE5 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 229 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.04 |
| HSL | 304.74º | 0.92% | 0.54% | - |
| HSV(B) | 304.74º | 0.87% | 0.96% | - |
| XYZ | 52.64 | 26.23 | 76.42 | - |
| YUV | 117.86 | 190.73 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 229 | 0 | 0.87 | 0.07 | 0.04 | 304.74 | 0.92 | 0.54 |
| Hex | F6 | 1F | E5 | 0 | 57 | 7 | 4 | 131 | 5C | 36 |
| Octal | 366 | 37 | 345 | 0 | 127 | 7 | 4 | 461 | 134 | 66 |
| Binary | 11110110 | 11111 | 11100101 | 0 | 1010111 | 111 | 100 | 100110001 | 1011100 | 110110 |
Color Harmonies of #F61FE5
Complementary color
Monochromatic Colors of #F61FE5
Black with #F61FE5
Text Example
Text Example
White with #F61FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FE5; }
p { color: rgb(246,31,229); }
H1.HeaderClassName
{
color: #F61FE5;
}
.AnyTagClassName
{
color: #F61FE5;
}
</style>
background-color css
<style>
a { background-color: #F61FE5; }
a { background-color: rgb(246,31,229); }
div.DivClassName
{
background-color: #F61FE5;
}
.BgClassName
{
background-color: #F61FE5;
}
</style>
border-color css
<style>
span { border-color: #F61FE5; }
span { border-color: rgb(246,31,229); }
td.TdClassName
{
border-color: #F61FE5;
}
.TagClassName
{
border-color: #F61FE5;
}
</style>