Shades of Razzle Dazzle Rose #F240DB
Tints of Razzle Dazzle Rose #F240DB
RGB
CMYK
RGB Variations
Color information
#F240DB (or 0xF240DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and DB. RGB value is (242,64,219). Sum of RGB (Red+Green+Blue) = 242+64+219=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F240DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240DB is #0DBF24. Grayscale: #868686. Windows color (decimal): -900901 or 14369010. OLE color: 14369010.
HSL color Cylindrical-coordinate representation of color #F240DB: hue angle of 307.75º 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 #F240DB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 307.75º | 0.87% | 0.6% | - |
| HSV(B) | 307.75º | 0.74% | 0.95% | - |
| XYZ | 51.24 | 27.66 | 69.66 | - |
| YUV | 134.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 219 | 0 | 0.74 | 0.10 | 0.05 | 307.75 | 0.87 | 0.6 |
| Hex | F2 | 40 | DB | 0 | 4A | A | 5 | 134 | 57 | 3C |
| Octal | 362 | 100 | 333 | 0 | 112 | 12 | 5 | 464 | 127 | 74 |
| Binary | 11110010 | 1000000 | 11011011 | 0 | 1001010 | 1010 | 101 | 100110100 | 1010111 | 111100 |
Color Harmonies of #F240DB
Complementary color
Monochromatic Colors of #F240DB
Black with #F240DB
Text Example
Text Example
White with #F240DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240DB; }
p { color: rgb(242,64,219); }
H1.HeaderClassName
{
color: #F240DB;
}
.AnyTagClassName
{
color: #F240DB;
}
</style>
background-color css
<style>
a { background-color: #F240DB; }
a { background-color: rgb(242,64,219); }
div.DivClassName
{
background-color: #F240DB;
}
.BgClassName
{
background-color: #F240DB;
}
</style>
border-color css
<style>
span { border-color: #F240DB; }
span { border-color: rgb(242,64,219); }
td.TdClassName
{
border-color: #F240DB;
}
.TagClassName
{
border-color: #F240DB;
}
</style>