Shades of Razzle Dazzle Rose #F242BA
Tints of Razzle Dazzle Rose #F242BA
RGB
CMYK
RGB Variations
Color information
#F242BA (or 0xF242BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 42 and BA. RGB value is (242,66,186). Sum of RGB (Red+Green+Blue) = 242+66+186=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F242BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242BA is #0DBD45. Grayscale: #848484. Windows color (decimal): -900422 or 12206834. OLE color: 12206834.
HSL color Cylindrical-coordinate representation of color #F242BA: hue angle of 319.09º 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 #F242BA is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 186 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.05 |
| HSL | 319.09º | 0.87% | 0.6% | - |
| HSV(B) | 319.09º | 0.73% | 0.95% | - |
| XYZ | 47.43 | 26.32 | 49.03 | - |
| YUV | 132.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 186 | 0 | 0.73 | 0.23 | 0.05 | 319.09 | 0.87 | 0.6 |
| Hex | F2 | 42 | BA | 0 | 49 | 17 | 5 | 13F | 57 | 3C |
| Octal | 362 | 102 | 272 | 0 | 111 | 27 | 5 | 477 | 127 | 74 |
| Binary | 11110010 | 1000010 | 10111010 | 0 | 1001001 | 10111 | 101 | 100111111 | 1010111 | 111100 |
Color Harmonies of #F242BA
Complementary color
Monochromatic Colors of #F242BA
Black with #F242BA
Text Example
Text Example
White with #F242BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242BA; }
p { color: rgb(242,66,186); }
H1.HeaderClassName
{
color: #F242BA;
}
.AnyTagClassName
{
color: #F242BA;
}
</style>
background-color css
<style>
a { background-color: #F242BA; }
a { background-color: rgb(242,66,186); }
div.DivClassName
{
background-color: #F242BA;
}
.BgClassName
{
background-color: #F242BA;
}
</style>
border-color css
<style>
span { border-color: #F242BA; }
span { border-color: rgb(242,66,186); }
td.TdClassName
{
border-color: #F242BA;
}
.TagClassName
{
border-color: #F242BA;
}
</style>