Shades of Razzle Dazzle Rose #F240BA
Tints of Razzle Dazzle Rose #F240BA
RGB
CMYK
RGB Variations
Color information
#F240BA (or 0xF240BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and BA. RGB value is (242,64,186). Sum of RGB (Red+Green+Blue) = 242+64+186=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F240BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240BA is #0DBF45. Grayscale: #828282. Windows color (decimal): -900934 or 12206322. OLE color: 12206322.
HSL color Cylindrical-coordinate representation of color #F240BA: hue angle of 318.88º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240BA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 186 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.05 |
| HSL | 318.88º | 0.87% | 0.6% | - |
| HSV(B) | 318.88º | 0.74% | 0.95% | - |
| XYZ | 47.31 | 26.09 | 49 | - |
| YUV | 131.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 186 | 0 | 0.74 | 0.23 | 0.05 | 318.88 | 0.87 | 0.6 |
| Hex | F2 | 40 | BA | 0 | 4A | 17 | 5 | 13F | 57 | 3C |
| Octal | 362 | 100 | 272 | 0 | 112 | 27 | 5 | 477 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10111010 | 0 | 1001010 | 10111 | 101 | 100111111 | 1010111 | 111100 |
Color Harmonies of #F240BA
Complementary color
Monochromatic Colors of #F240BA
Black with #F240BA
Text Example
Text Example
White with #F240BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240BA; }
p { color: rgb(242,64,186); }
H1.HeaderClassName
{
color: #F240BA;
}
.AnyTagClassName
{
color: #F240BA;
}
</style>
background-color css
<style>
a { background-color: #F240BA; }
a { background-color: rgb(242,64,186); }
div.DivClassName
{
background-color: #F240BA;
}
.BgClassName
{
background-color: #F240BA;
}
</style>
border-color css
<style>
span { border-color: #F240BA; }
span { border-color: rgb(242,64,186); }
td.TdClassName
{
border-color: #F240BA;
}
.TagClassName
{
border-color: #F240BA;
}
</style>