Shades of Razzle Dazzle Rose #F941E0
Tints of Razzle Dazzle Rose #F941E0
RGB
CMYK
RGB Variations
Color information
#F941E0 (or 0xF941E0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 41 and E0. RGB value is (249,65,224). Sum of RGB (Red+Green+Blue) = 249+65+224=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F941E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F941E0 is #06BE1F. Grayscale: #898989. Windows color (decimal): -441888 or 14696953. OLE color: 14696953.
HSL color Cylindrical-coordinate representation of color #F941E0: hue angle of 308.15º 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 #F941E0 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 224 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.02 |
| HSL | 308.15º | 0.94% | 0.62% | - |
| HSV(B) | 308.15º | 0.74% | 0.98% | - |
| XYZ | 54.41 | 29.3 | 73.31 | - |
| YUV | 138.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 224 | 0 | 0.74 | 0.10 | 0.02 | 308.15 | 0.94 | 0.62 |
| Hex | F9 | 41 | E0 | 0 | 4A | A | 2 | 134 | 5E | 3E |
| Octal | 371 | 101 | 340 | 0 | 112 | 12 | 2 | 464 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11100000 | 0 | 1001010 | 1010 | 10 | 100110100 | 1011110 | 111110 |
Color Harmonies of #F941E0
Complementary color
Monochromatic Colors of #F941E0
Black with #F941E0
Text Example
Text Example
White with #F941E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941E0; }
p { color: rgb(249,65,224); }
H1.HeaderClassName
{
color: #F941E0;
}
.AnyTagClassName
{
color: #F941E0;
}
</style>
background-color css
<style>
a { background-color: #F941E0; }
a { background-color: rgb(249,65,224); }
div.DivClassName
{
background-color: #F941E0;
}
.BgClassName
{
background-color: #F941E0;
}
</style>
border-color css
<style>
span { border-color: #F941E0; }
span { border-color: rgb(249,65,224); }
td.TdClassName
{
border-color: #F941E0;
}
.TagClassName
{
border-color: #F941E0;
}
</style>