Shades of Razzle Dazzle Rose #F236F0
Tints of Razzle Dazzle Rose #F236F0
RGB
CMYK
RGB Variations
Color information
#F236F0 (or 0xF236F0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 36 and F0. RGB value is (242,54,240). Sum of RGB (Red+Green+Blue) = 242+54+240=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 54 (21.48% from 255 or 10.07% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F236F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F236F0 is #0DC90F. Grayscale: #828282. Windows color (decimal): -903440 or 15742706. OLE color: 15742706.
HSL color Cylindrical-coordinate representation of color #F236F0: hue angle of 300.64º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F236F0 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 240 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.05 |
| HSL | 300.64º | 0.88% | 0.58% | - |
| HSV(B) | 300.64º | 0.78% | 0.95% | - |
| XYZ | 53.67 | 27.81 | 84.98 | - |
| YUV | 131.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 240 | 0 | 0.78 | 0.01 | 0.05 | 300.64 | 0.88 | 0.58 |
| Hex | F2 | 36 | F0 | 0 | 4E | 1 | 5 | 12D | 58 | 3A |
| Octal | 362 | 66 | 360 | 0 | 116 | 1 | 5 | 455 | 130 | 72 |
| Binary | 11110010 | 110110 | 11110000 | 0 | 1001110 | 1 | 101 | 100101101 | 1011000 | 111010 |
Color Harmonies of #F236F0
Complementary color
Monochromatic Colors of #F236F0
Black with #F236F0
Text Example
Text Example
White with #F236F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236F0; }
p { color: rgb(242,54,240); }
H1.HeaderClassName
{
color: #F236F0;
}
.AnyTagClassName
{
color: #F236F0;
}
</style>
background-color css
<style>
a { background-color: #F236F0; }
a { background-color: rgb(242,54,240); }
div.DivClassName
{
background-color: #F236F0;
}
.BgClassName
{
background-color: #F236F0;
}
</style>
border-color css
<style>
span { border-color: #F236F0; }
span { border-color: rgb(242,54,240); }
td.TdClassName
{
border-color: #F236F0;
}
.TagClassName
{
border-color: #F236F0;
}
</style>