Shades of Razzle Dazzle Rose #F242DF
Tints of Razzle Dazzle Rose #F242DF
RGB
CMYK
RGB Variations
Color information
#F242DF (or 0xF242DF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 42 and DF. RGB value is (242,66,223). Sum of RGB (Red+Green+Blue) = 242+66+223=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F242DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242DF is #0DBD20. Grayscale: #888888. Windows color (decimal): -900385 or 14631666. OLE color: 14631666.
HSL color Cylindrical-coordinate representation of color #F242DF: hue angle of 306.48º 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 #F242DF is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 223 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.05 |
| HSL | 306.48º | 0.87% | 0.6% | - |
| HSV(B) | 306.48º | 0.73% | 0.95% | - |
| XYZ | 51.89 | 28.1 | 72.5 | - |
| YUV | 136.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 223 | 0 | 0.73 | 0.08 | 0.05 | 306.48 | 0.87 | 0.6 |
| Hex | F2 | 42 | DF | 0 | 49 | 8 | 5 | 132 | 57 | 3C |
| Octal | 362 | 102 | 337 | 0 | 111 | 10 | 5 | 462 | 127 | 74 |
| Binary | 11110010 | 1000010 | 11011111 | 0 | 1001001 | 1000 | 101 | 100110010 | 1010111 | 111100 |
Color Harmonies of #F242DF
Complementary color
Monochromatic Colors of #F242DF
Black with #F242DF
Text Example
Text Example
White with #F242DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242DF; }
p { color: rgb(242,66,223); }
H1.HeaderClassName
{
color: #F242DF;
}
.AnyTagClassName
{
color: #F242DF;
}
</style>
background-color css
<style>
a { background-color: #F242DF; }
a { background-color: rgb(242,66,223); }
div.DivClassName
{
background-color: #F242DF;
}
.BgClassName
{
background-color: #F242DF;
}
</style>
border-color css
<style>
span { border-color: #F242DF; }
span { border-color: rgb(242,66,223); }
td.TdClassName
{
border-color: #F242DF;
}
.TagClassName
{
border-color: #F242DF;
}
</style>