Shades of Razzle Dazzle Rose #F237BA
Tints of Razzle Dazzle Rose #F237BA
RGB
CMYK
RGB Variations
Color information
#F237BA (or 0xF237BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and BA. RGB value is (242,55,186). Sum of RGB (Red+Green+Blue) = 242+55+186=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F237BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237BA is #0DC845. Grayscale: #7D7D7D. Windows color (decimal): -903238 or 12204018. OLE color: 12204018.
HSL color Cylindrical-coordinate representation of color #F237BA: hue angle of 317.97º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237BA is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 186 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.05 |
| HSL | 317.97º | 0.88% | 0.58% | - |
| HSV(B) | 317.97º | 0.77% | 0.95% | - |
| XYZ | 46.85 | 25.15 | 48.84 | - |
| YUV | 125.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 186 | 0 | 0.77 | 0.23 | 0.05 | 317.97 | 0.88 | 0.58 |
| Hex | F2 | 37 | BA | 0 | 4D | 17 | 5 | 13E | 58 | 3A |
| Octal | 362 | 67 | 272 | 0 | 115 | 27 | 5 | 476 | 130 | 72 |
| Binary | 11110010 | 110111 | 10111010 | 0 | 1001101 | 10111 | 101 | 100111110 | 1011000 | 111010 |
Color Harmonies of #F237BA
Complementary color
Monochromatic Colors of #F237BA
Black with #F237BA
Text Example
Text Example
White with #F237BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237BA; }
p { color: rgb(242,55,186); }
H1.HeaderClassName
{
color: #F237BA;
}
.AnyTagClassName
{
color: #F237BA;
}
</style>
background-color css
<style>
a { background-color: #F237BA; }
a { background-color: rgb(242,55,186); }
div.DivClassName
{
background-color: #F237BA;
}
.BgClassName
{
background-color: #F237BA;
}
</style>
border-color css
<style>
span { border-color: #F237BA; }
span { border-color: rgb(242,55,186); }
td.TdClassName
{
border-color: #F237BA;
}
.TagClassName
{
border-color: #F237BA;
}
</style>