Shades of Razzle Dazzle Rose #F241BE
Tints of Razzle Dazzle Rose #F241BE
RGB
CMYK
RGB Variations
Color information
#F241BE (or 0xF241BE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and BE. RGB value is (242,65,190). Sum of RGB (Red+Green+Blue) = 242+65+190=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F241BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241BE is #0DBE41. Grayscale: #838383. Windows color (decimal): -900674 or 12468722. OLE color: 12468722.
HSL color Cylindrical-coordinate representation of color #F241BE: hue angle of 317.63º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241BE is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 190 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.05 |
| HSL | 317.63º | 0.87% | 0.6% | - |
| HSV(B) | 317.63º | 0.73% | 0.95% | - |
| XYZ | 47.8 | 26.38 | 51.29 | - |
| YUV | 132.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 190 | 0 | 0.73 | 0.21 | 0.05 | 317.63 | 0.87 | 0.6 |
| Hex | F2 | 41 | BE | 0 | 49 | 15 | 5 | 13E | 57 | 3C |
| Octal | 362 | 101 | 276 | 0 | 111 | 25 | 5 | 476 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10111110 | 0 | 1001001 | 10101 | 101 | 100111110 | 1010111 | 111100 |
Color Harmonies of #F241BE
Complementary color
Monochromatic Colors of #F241BE
Black with #F241BE
Text Example
Text Example
White with #F241BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241BE; }
p { color: rgb(242,65,190); }
H1.HeaderClassName
{
color: #F241BE;
}
.AnyTagClassName
{
color: #F241BE;
}
</style>
background-color css
<style>
a { background-color: #F241BE; }
a { background-color: rgb(242,65,190); }
div.DivClassName
{
background-color: #F241BE;
}
.BgClassName
{
background-color: #F241BE;
}
</style>
border-color css
<style>
span { border-color: #F241BE; }
span { border-color: rgb(242,65,190); }
td.TdClassName
{
border-color: #F241BE;
}
.TagClassName
{
border-color: #F241BE;
}
</style>