Shades of Razzle Dazzle Rose #F238C8
Tints of Razzle Dazzle Rose #F238C8
RGB
CMYK
RGB Variations
Color information
#F238C8 (or 0xF238C8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and C8. RGB value is (242,56,200). Sum of RGB (Red+Green+Blue) = 242+56+200=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F238C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238C8 is #0DC737. Grayscale: #7F7F7F. Windows color (decimal): -902968 or 13121778. OLE color: 13121778.
HSL color Cylindrical-coordinate representation of color #F238C8: hue angle of 313.55º 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 #F238C8 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 200 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.05 |
| HSL | 313.55º | 0.88% | 0.58% | - |
| HSV(B) | 313.55º | 0.77% | 0.95% | - |
| XYZ | 48.46 | 25.88 | 57.08 | - |
| YUV | 128.03 | 168.62 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 200 | 0 | 0.77 | 0.17 | 0.05 | 313.55 | 0.88 | 0.58 |
| Hex | F2 | 38 | C8 | 0 | 4D | 11 | 5 | 13A | 58 | 3A |
| Octal | 362 | 70 | 310 | 0 | 115 | 21 | 5 | 472 | 130 | 72 |
| Binary | 11110010 | 111000 | 11001000 | 0 | 1001101 | 10001 | 101 | 100111010 | 1011000 | 111010 |
Color Harmonies of #F238C8
Complementary color
Monochromatic Colors of #F238C8
Black with #F238C8
Text Example
Text Example
White with #F238C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238C8; }
p { color: rgb(242,56,200); }
H1.HeaderClassName
{
color: #F238C8;
}
.AnyTagClassName
{
color: #F238C8;
}
</style>
background-color css
<style>
a { background-color: #F238C8; }
a { background-color: rgb(242,56,200); }
div.DivClassName
{
background-color: #F238C8;
}
.BgClassName
{
background-color: #F238C8;
}
</style>
border-color css
<style>
span { border-color: #F238C8; }
span { border-color: rgb(242,56,200); }
td.TdClassName
{
border-color: #F238C8;
}
.TagClassName
{
border-color: #F238C8;
}
</style>