Shades of Razzle Dazzle Rose #F238C0
Tints of Razzle Dazzle Rose #F238C0
RGB
CMYK
RGB Variations
Color information
#F238C0 (or 0xF238C0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and C0. RGB value is (242,56,192). Sum of RGB (Red+Green+Blue) = 242+56+192=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F238C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238C0 is #0DC73F. Grayscale: #7E7E7E. Windows color (decimal): -902976 or 12597490. OLE color: 12597490.
HSL color Cylindrical-coordinate representation of color #F238C0: hue angle of 316.13º 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 #F238C0 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 192 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.05 |
| HSL | 316.13º | 0.88% | 0.58% | - |
| HSV(B) | 316.13º | 0.77% | 0.95% | - |
| XYZ | 47.55 | 25.51 | 52.29 | - |
| YUV | 127.12 | 164.62 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 192 | 0 | 0.77 | 0.21 | 0.05 | 316.13 | 0.88 | 0.58 |
| Hex | F2 | 38 | C0 | 0 | 4D | 15 | 5 | 13C | 58 | 3A |
| Octal | 362 | 70 | 300 | 0 | 115 | 25 | 5 | 474 | 130 | 72 |
| Binary | 11110010 | 111000 | 11000000 | 0 | 1001101 | 10101 | 101 | 100111100 | 1011000 | 111010 |
Color Harmonies of #F238C0
Complementary color
Monochromatic Colors of #F238C0
Black with #F238C0
Text Example
Text Example
White with #F238C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238C0; }
p { color: rgb(242,56,192); }
H1.HeaderClassName
{
color: #F238C0;
}
.AnyTagClassName
{
color: #F238C0;
}
</style>
background-color css
<style>
a { background-color: #F238C0; }
a { background-color: rgb(242,56,192); }
div.DivClassName
{
background-color: #F238C0;
}
.BgClassName
{
background-color: #F238C0;
}
</style>
border-color css
<style>
span { border-color: #F238C0; }
span { border-color: rgb(242,56,192); }
td.TdClassName
{
border-color: #F238C0;
}
.TagClassName
{
border-color: #F238C0;
}
</style>