Shades of Razzle Dazzle Rose #F239BC
Tints of Razzle Dazzle Rose #F239BC
RGB
CMYK
RGB Variations
Color information
#F239BC (or 0xF239BC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and BC. RGB value is (242,57,188). Sum of RGB (Red+Green+Blue) = 242+57+188=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F239BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239BC is #0DC643. Grayscale: #7E7E7E. Windows color (decimal): -902724 or 12335602. OLE color: 12335602.
HSL color Cylindrical-coordinate representation of color #F239BC: hue angle of 317.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239BC is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 188 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.05 |
| HSL | 317.51º | 0.88% | 0.59% | - |
| HSV(B) | 317.51º | 0.76% | 0.95% | - |
| XYZ | 47.16 | 25.43 | 50 | - |
| YUV | 127.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 188 | 0 | 0.76 | 0.22 | 0.05 | 317.51 | 0.88 | 0.59 |
| Hex | F2 | 39 | BC | 0 | 4C | 16 | 5 | 13E | 58 | 3B |
| Octal | 362 | 71 | 274 | 0 | 114 | 26 | 5 | 476 | 130 | 73 |
| Binary | 11110010 | 111001 | 10111100 | 0 | 1001100 | 10110 | 101 | 100111110 | 1011000 | 111011 |
Color Harmonies of #F239BC
Complementary color
Monochromatic Colors of #F239BC
Black with #F239BC
Text Example
Text Example
White with #F239BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239BC; }
p { color: rgb(242,57,188); }
H1.HeaderClassName
{
color: #F239BC;
}
.AnyTagClassName
{
color: #F239BC;
}
</style>
background-color css
<style>
a { background-color: #F239BC; }
a { background-color: rgb(242,57,188); }
div.DivClassName
{
background-color: #F239BC;
}
.BgClassName
{
background-color: #F239BC;
}
</style>
border-color css
<style>
span { border-color: #F239BC; }
span { border-color: rgb(242,57,188); }
td.TdClassName
{
border-color: #F239BC;
}
.TagClassName
{
border-color: #F239BC;
}
</style>