Shades of Razzle Dazzle Rose #F240B9
Tints of Razzle Dazzle Rose #F240B9
RGB
CMYK
RGB Variations
Color information
#F240B9 (or 0xF240B9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and B9. RGB value is (242,64,185). Sum of RGB (Red+Green+Blue) = 242+64+185=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F240B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240B9 is #0DBF46. Grayscale: #828282. Windows color (decimal): -900935 or 12140786. OLE color: 12140786.
HSL color Cylindrical-coordinate representation of color #F240B9: hue angle of 319.21º 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 #F240B9 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 185 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.05 |
| HSL | 319.21º | 0.87% | 0.6% | - |
| HSV(B) | 319.21º | 0.74% | 0.95% | - |
| XYZ | 47.21 | 26.05 | 48.44 | - |
| YUV | 131.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 185 | 0 | 0.74 | 0.24 | 0.05 | 319.21 | 0.87 | 0.6 |
| Hex | F2 | 40 | B9 | 0 | 4A | 18 | 5 | 13F | 57 | 3C |
| Octal | 362 | 100 | 271 | 0 | 112 | 30 | 5 | 477 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10111001 | 0 | 1001010 | 11000 | 101 | 100111111 | 1010111 | 111100 |
Color Harmonies of #F240B9
Complementary color
Monochromatic Colors of #F240B9
Black with #F240B9
Text Example
Text Example
White with #F240B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240B9; }
p { color: rgb(242,64,185); }
H1.HeaderClassName
{
color: #F240B9;
}
.AnyTagClassName
{
color: #F240B9;
}
</style>
background-color css
<style>
a { background-color: #F240B9; }
a { background-color: rgb(242,64,185); }
div.DivClassName
{
background-color: #F240B9;
}
.BgClassName
{
background-color: #F240B9;
}
</style>
border-color css
<style>
span { border-color: #F240B9; }
span { border-color: rgb(242,64,185); }
td.TdClassName
{
border-color: #F240B9;
}
.TagClassName
{
border-color: #F240B9;
}
</style>