Shades of Razzle Dazzle Rose #F941E6
Tints of Razzle Dazzle Rose #F941E6
RGB
CMYK
RGB Variations
Color information
#F941E6 (or 0xF941E6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 41 and E6. RGB value is (249,65,230). Sum of RGB (Red+Green+Blue) = 249+65+230=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F941E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941E6 is #06BE19. Grayscale: #8A8A8A. Windows color (decimal): -441882 or 15090169. OLE color: 15090169.
HSL color Cylindrical-coordinate representation of color #F941E6: hue angle of 306.2º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941E6 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 230 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.02 |
| HSL | 306.2º | 0.94% | 0.62% | - |
| HSV(B) | 306.2º | 0.74% | 0.98% | - |
| XYZ | 55.24 | 29.63 | 77.67 | - |
| YUV | 138.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 230 | 0 | 0.74 | 0.08 | 0.02 | 306.2 | 0.94 | 0.62 |
| Hex | F9 | 41 | E6 | 0 | 4A | 8 | 2 | 132 | 5E | 3E |
| Octal | 371 | 101 | 346 | 0 | 112 | 10 | 2 | 462 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11100110 | 0 | 1001010 | 1000 | 10 | 100110010 | 1011110 | 111110 |
Color Harmonies of #F941E6
Complementary color
Monochromatic Colors of #F941E6
Black with #F941E6
Text Example
Text Example
White with #F941E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941E6; }
p { color: rgb(249,65,230); }
H1.HeaderClassName
{
color: #F941E6;
}
.AnyTagClassName
{
color: #F941E6;
}
</style>
background-color css
<style>
a { background-color: #F941E6; }
a { background-color: rgb(249,65,230); }
div.DivClassName
{
background-color: #F941E6;
}
.BgClassName
{
background-color: #F941E6;
}
</style>
border-color css
<style>
span { border-color: #F941E6; }
span { border-color: rgb(249,65,230); }
td.TdClassName
{
border-color: #F941E6;
}
.TagClassName
{
border-color: #F941E6;
}
</style>