Shades of Razzle Dazzle Rose #F040B5
Tints of Razzle Dazzle Rose #F040B5
RGB
CMYK
RGB Variations
Color information
#F040B5 (or 0xF040B5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and B5. RGB value is (240,64,181). Sum of RGB (Red+Green+Blue) = 240+64+181=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F040B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040B5 is #0FBF4A. Grayscale: #818181. Windows color (decimal): -1032011 or 11878640. OLE color: 11878640.
HSL color Cylindrical-coordinate representation of color #F040B5: hue angle of 320.11º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040B5 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 181 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.06 |
| HSL | 320.11º | 0.85% | 0.6% | - |
| HSV(B) | 320.11º | 0.73% | 0.94% | - |
| XYZ | 46.11 | 25.53 | 46.21 | - |
| YUV | 129.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 181 | 0 | 0.73 | 0.25 | 0.06 | 320.11 | 0.85 | 0.6 |
| Hex | F0 | 40 | B5 | 0 | 49 | 19 | 6 | 140 | 55 | 3C |
| Octal | 360 | 100 | 265 | 0 | 111 | 31 | 6 | 500 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10110101 | 0 | 1001001 | 11001 | 110 | 101000000 | 1010101 | 111100 |
Color Harmonies of #F040B5
Complementary color
Monochromatic Colors of #F040B5
Black with #F040B5
Text Example
Text Example
White with #F040B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040B5; }
p { color: rgb(240,64,181); }
H1.HeaderClassName
{
color: #F040B5;
}
.AnyTagClassName
{
color: #F040B5;
}
</style>
background-color css
<style>
a { background-color: #F040B5; }
a { background-color: rgb(240,64,181); }
div.DivClassName
{
background-color: #F040B5;
}
.BgClassName
{
background-color: #F040B5;
}
</style>
border-color css
<style>
span { border-color: #F040B5; }
span { border-color: rgb(240,64,181); }
td.TdClassName
{
border-color: #F040B5;
}
.TagClassName
{
border-color: #F040B5;
}
</style>