Shades of Razzle Dazzle Rose #F242DB
Tints of Razzle Dazzle Rose #F242DB
RGB
CMYK
RGB Variations
Color information
#F242DB (or 0xF242DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 42 and DB. RGB value is (242,66,219). Sum of RGB (Red+Green+Blue) = 242+66+219=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F242DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242DB is #0DBD24. Grayscale: #878787. Windows color (decimal): -900389 or 14369522. OLE color: 14369522.
HSL color Cylindrical-coordinate representation of color #F242DB: hue angle of 307.84º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 307.84º | 0.87% | 0.6% | - |
| HSV(B) | 307.84º | 0.73% | 0.95% | - |
| XYZ | 51.35 | 27.89 | 69.69 | - |
| YUV | 136.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 219 | 0 | 0.73 | 0.10 | 0.05 | 307.84 | 0.87 | 0.6 |
| Hex | F2 | 42 | DB | 0 | 49 | A | 5 | 134 | 57 | 3C |
| Octal | 362 | 102 | 333 | 0 | 111 | 12 | 5 | 464 | 127 | 74 |
| Binary | 11110010 | 1000010 | 11011011 | 0 | 1001001 | 1010 | 101 | 100110100 | 1010111 | 111100 |
Color Harmonies of #F242DB
Complementary color
Monochromatic Colors of #F242DB
Black with #F242DB
Text Example
Text Example
White with #F242DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242DB; }
p { color: rgb(242,66,219); }
H1.HeaderClassName
{
color: #F242DB;
}
.AnyTagClassName
{
color: #F242DB;
}
</style>
background-color css
<style>
a { background-color: #F242DB; }
a { background-color: rgb(242,66,219); }
div.DivClassName
{
background-color: #F242DB;
}
.BgClassName
{
background-color: #F242DB;
}
</style>
border-color css
<style>
span { border-color: #F242DB; }
span { border-color: rgb(242,66,219); }
td.TdClassName
{
border-color: #F242DB;
}
.TagClassName
{
border-color: #F242DB;
}
</style>