Shades of Razzle Dazzle Rose #F239BD
Tints of Razzle Dazzle Rose #F239BD
RGB
CMYK
RGB Variations
Color information
#F239BD (or 0xF239BD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and BD. RGB value is (242,57,189). Sum of RGB (Red+Green+Blue) = 242+57+189=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F239BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239BD is #0DC642. Grayscale: #7F7F7F. Windows color (decimal): -902723 or 12401138. OLE color: 12401138.
HSL color Cylindrical-coordinate representation of color #F239BD: hue angle of 317.19º 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 #F239BD is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 189 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.05 |
| HSL | 317.19º | 0.88% | 0.59% | - |
| HSV(B) | 317.19º | 0.76% | 0.95% | - |
| XYZ | 47.27 | 25.48 | 50.57 | - |
| YUV | 127.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 189 | 0 | 0.76 | 0.22 | 0.05 | 317.19 | 0.88 | 0.59 |
| Hex | F2 | 39 | BD | 0 | 4C | 16 | 5 | 13D | 58 | 3B |
| Octal | 362 | 71 | 275 | 0 | 114 | 26 | 5 | 475 | 130 | 73 |
| Binary | 11110010 | 111001 | 10111101 | 0 | 1001100 | 10110 | 101 | 100111101 | 1011000 | 111011 |
Color Harmonies of #F239BD
Complementary color
Monochromatic Colors of #F239BD
Black with #F239BD
Text Example
Text Example
White with #F239BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239BD; }
p { color: rgb(242,57,189); }
H1.HeaderClassName
{
color: #F239BD;
}
.AnyTagClassName
{
color: #F239BD;
}
</style>
background-color css
<style>
a { background-color: #F239BD; }
a { background-color: rgb(242,57,189); }
div.DivClassName
{
background-color: #F239BD;
}
.BgClassName
{
background-color: #F239BD;
}
</style>
border-color css
<style>
span { border-color: #F239BD; }
span { border-color: rgb(242,57,189); }
td.TdClassName
{
border-color: #F239BD;
}
.TagClassName
{
border-color: #F239BD;
}
</style>