Shades of Razzle Dazzle Rose #F240B5
Tints of Razzle Dazzle Rose #F240B5
RGB
CMYK
RGB Variations
Color information
#F240B5 (or 0xF240B5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and B5. RGB value is (242,64,181). Sum of RGB (Red+Green+Blue) = 242+64+181=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F240B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240B5 is #0DBF4A. Grayscale: #828282. Windows color (decimal): -900939 or 11878642. OLE color: 11878642.
HSL color Cylindrical-coordinate representation of color #F240B5: hue angle of 320.56º 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 #F240B5 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 181 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.05 |
| HSL | 320.56º | 0.87% | 0.6% | - |
| HSV(B) | 320.56º | 0.74% | 0.95% | - |
| XYZ | 46.79 | 25.88 | 46.25 | - |
| YUV | 130.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 181 | 0 | 0.74 | 0.25 | 0.05 | 320.56 | 0.87 | 0.6 |
| Hex | F2 | 40 | B5 | 0 | 4A | 19 | 5 | 141 | 57 | 3C |
| Octal | 362 | 100 | 265 | 0 | 112 | 31 | 5 | 501 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10110101 | 0 | 1001010 | 11001 | 101 | 101000001 | 1010111 | 111100 |
Color Harmonies of #F240B5
Complementary color
Monochromatic Colors of #F240B5
Black with #F240B5
Text Example
Text Example
White with #F240B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240B5; }
p { color: rgb(242,64,181); }
H1.HeaderClassName
{
color: #F240B5;
}
.AnyTagClassName
{
color: #F240B5;
}
</style>
background-color css
<style>
a { background-color: #F240B5; }
a { background-color: rgb(242,64,181); }
div.DivClassName
{
background-color: #F240B5;
}
.BgClassName
{
background-color: #F240B5;
}
</style>
border-color css
<style>
span { border-color: #F240B5; }
span { border-color: rgb(242,64,181); }
td.TdClassName
{
border-color: #F240B5;
}
.TagClassName
{
border-color: #F240B5;
}
</style>