Shades of Razzle Dazzle Rose #F238BC
Tints of Razzle Dazzle Rose #F238BC
RGB
CMYK
RGB Variations
Color information
#F238BC (or 0xF238BC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and BC. RGB value is (242,56,188). Sum of RGB (Red+Green+Blue) = 242+56+188=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F238BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238BC is #0DC743. Grayscale: #7E7E7E. Windows color (decimal): -902980 or 12335346. OLE color: 12335346.
HSL color Cylindrical-coordinate representation of color #F238BC: hue angle of 317.42º 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 #F238BC is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 188 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.05 |
| HSL | 317.42º | 0.88% | 0.58% | - |
| HSV(B) | 317.42º | 0.77% | 0.95% | - |
| XYZ | 47.11 | 25.34 | 49.98 | - |
| YUV | 126.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 188 | 0 | 0.77 | 0.22 | 0.05 | 317.42 | 0.88 | 0.58 |
| Hex | F2 | 38 | BC | 0 | 4D | 16 | 5 | 13D | 58 | 3A |
| Octal | 362 | 70 | 274 | 0 | 115 | 26 | 5 | 475 | 130 | 72 |
| Binary | 11110010 | 111000 | 10111100 | 0 | 1001101 | 10110 | 101 | 100111101 | 1011000 | 111010 |
Color Harmonies of #F238BC
Complementary color
Monochromatic Colors of #F238BC
Black with #F238BC
Text Example
Text Example
White with #F238BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238BC; }
p { color: rgb(242,56,188); }
H1.HeaderClassName
{
color: #F238BC;
}
.AnyTagClassName
{
color: #F238BC;
}
</style>
background-color css
<style>
a { background-color: #F238BC; }
a { background-color: rgb(242,56,188); }
div.DivClassName
{
background-color: #F238BC;
}
.BgClassName
{
background-color: #F238BC;
}
</style>
border-color css
<style>
span { border-color: #F238BC; }
span { border-color: rgb(242,56,188); }
td.TdClassName
{
border-color: #F238BC;
}
.TagClassName
{
border-color: #F238BC;
}
</style>