Shades of Razzle Dazzle Rose #F239C8
Tints of Razzle Dazzle Rose #F239C8
RGB
CMYK
RGB Variations
Color information
#F239C8 (or 0xF239C8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and C8. RGB value is (242,57,200). Sum of RGB (Red+Green+Blue) = 242+57+200=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F239C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239C8 is #0DC637. Grayscale: #808080. Windows color (decimal): -902712 or 13122034. OLE color: 13122034.
HSL color Cylindrical-coordinate representation of color #F239C8: hue angle of 313.62º 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 #F239C8 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 200 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.05 |
| HSL | 313.62º | 0.88% | 0.59% | - |
| HSV(B) | 313.62º | 0.76% | 0.95% | - |
| XYZ | 48.51 | 25.97 | 57.1 | - |
| YUV | 128.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 200 | 0 | 0.76 | 0.17 | 0.05 | 313.62 | 0.88 | 0.59 |
| Hex | F2 | 39 | C8 | 0 | 4C | 11 | 5 | 13A | 58 | 3B |
| Octal | 362 | 71 | 310 | 0 | 114 | 21 | 5 | 472 | 130 | 73 |
| Binary | 11110010 | 111001 | 11001000 | 0 | 1001100 | 10001 | 101 | 100111010 | 1011000 | 111011 |
Color Harmonies of #F239C8
Complementary color
Monochromatic Colors of #F239C8
Black with #F239C8
Text Example
Text Example
White with #F239C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239C8; }
p { color: rgb(242,57,200); }
H1.HeaderClassName
{
color: #F239C8;
}
.AnyTagClassName
{
color: #F239C8;
}
</style>
background-color css
<style>
a { background-color: #F239C8; }
a { background-color: rgb(242,57,200); }
div.DivClassName
{
background-color: #F239C8;
}
.BgClassName
{
background-color: #F239C8;
}
</style>
border-color css
<style>
span { border-color: #F239C8; }
span { border-color: rgb(242,57,200); }
td.TdClassName
{
border-color: #F239C8;
}
.TagClassName
{
border-color: #F239C8;
}
</style>