Shades of Razzle Dazzle Rose #F040B3
Tints of Razzle Dazzle Rose #F040B3
RGB
CMYK
RGB Variations
Color information
#F040B3 (or 0xF040B3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and B3. RGB value is (240,64,179). Sum of RGB (Red+Green+Blue) = 240+64+179=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F040B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040B3 is #0FBF4C. Grayscale: #818181. Windows color (decimal): -1032013 or 11747568. OLE color: 11747568.
HSL color Cylindrical-coordinate representation of color #F040B3: hue angle of 320.8º 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 #F040B3 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 179 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.06 |
| HSL | 320.8º | 0.85% | 0.6% | - |
| HSV(B) | 320.8º | 0.73% | 0.94% | - |
| XYZ | 45.91 | 25.45 | 45.14 | - |
| YUV | 129.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 179 | 0 | 0.73 | 0.25 | 0.06 | 320.8 | 0.85 | 0.6 |
| Hex | F0 | 40 | B3 | 0 | 49 | 19 | 6 | 141 | 55 | 3C |
| Octal | 360 | 100 | 263 | 0 | 111 | 31 | 6 | 501 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10110011 | 0 | 1001001 | 11001 | 110 | 101000001 | 1010101 | 111100 |
Color Harmonies of #F040B3
Complementary color
Monochromatic Colors of #F040B3
Black with #F040B3
Text Example
Text Example
White with #F040B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040B3; }
p { color: rgb(240,64,179); }
H1.HeaderClassName
{
color: #F040B3;
}
.AnyTagClassName
{
color: #F040B3;
}
</style>
background-color css
<style>
a { background-color: #F040B3; }
a { background-color: rgb(240,64,179); }
div.DivClassName
{
background-color: #F040B3;
}
.BgClassName
{
background-color: #F040B3;
}
</style>
border-color css
<style>
span { border-color: #F040B3; }
span { border-color: rgb(240,64,179); }
td.TdClassName
{
border-color: #F040B3;
}
.TagClassName
{
border-color: #F040B3;
}
</style>