Shades of Razzle Dazzle Rose #F236E6
Tints of Razzle Dazzle Rose #F236E6
RGB
CMYK
RGB Variations
Color information
#F236E6 (or 0xF236E6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 36 and E6. RGB value is (242,54,230). Sum of RGB (Red+Green+Blue) = 242+54+230=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 54 (21.48% from 255 or 10.27% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F236E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F236E6 is #0DC919. Grayscale: #818181. Windows color (decimal): -903450 or 15087346. OLE color: 15087346.
HSL color Cylindrical-coordinate representation of color #F236E6: hue angle of 303.83º 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 #F236E6 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 230 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.05 |
| HSL | 303.83º | 0.88% | 0.58% | - |
| HSV(B) | 303.83º | 0.78% | 0.95% | - |
| XYZ | 52.22 | 27.23 | 77.37 | - |
| YUV | 130.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 230 | 0 | 0.78 | 0.05 | 0.05 | 303.83 | 0.88 | 0.58 |
| Hex | F2 | 36 | E6 | 0 | 4E | 5 | 5 | 130 | 58 | 3A |
| Octal | 362 | 66 | 346 | 0 | 116 | 5 | 5 | 460 | 130 | 72 |
| Binary | 11110010 | 110110 | 11100110 | 0 | 1001110 | 101 | 101 | 100110000 | 1011000 | 111010 |
Color Harmonies of #F236E6
Complementary color
Monochromatic Colors of #F236E6
Black with #F236E6
Text Example
Text Example
White with #F236E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236E6; }
p { color: rgb(242,54,230); }
H1.HeaderClassName
{
color: #F236E6;
}
.AnyTagClassName
{
color: #F236E6;
}
</style>
background-color css
<style>
a { background-color: #F236E6; }
a { background-color: rgb(242,54,230); }
div.DivClassName
{
background-color: #F236E6;
}
.BgClassName
{
background-color: #F236E6;
}
</style>
border-color css
<style>
span { border-color: #F236E6; }
span { border-color: rgb(242,54,230); }
td.TdClassName
{
border-color: #F236E6;
}
.TagClassName
{
border-color: #F236E6;
}
</style>