Shades of Razzle Dazzle Rose #F33FE6
Tints of Razzle Dazzle Rose #F33FE6
RGB
CMYK
RGB Variations
Color information
#F33FE6 (or 0xF33FE6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3F and E6. RGB value is (243,63,230). Sum of RGB (Red+Green+Blue) = 243+63+230=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33FE6 is #0CC019. Grayscale: #878787. Windows color (decimal): -835610 or 15089651. OLE color: 15089651.
HSL color Cylindrical-coordinate representation of color #F33FE6: hue angle of 304.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FE6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 230 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.05 |
| HSL | 304.33º | 0.88% | 0.6% | - |
| HSV(B) | 304.33º | 0.74% | 0.95% | - |
| XYZ | 53.02 | 28.32 | 77.54 | - |
| YUV | 135.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 230 | 0 | 0.74 | 0.05 | 0.05 | 304.33 | 0.88 | 0.6 |
| Hex | F3 | 3F | E6 | 0 | 4A | 5 | 5 | 130 | 58 | 3C |
| Octal | 363 | 77 | 346 | 0 | 112 | 5 | 5 | 460 | 130 | 74 |
| Binary | 11110011 | 111111 | 11100110 | 0 | 1001010 | 101 | 101 | 100110000 | 1011000 | 111100 |
Color Harmonies of #F33FE6
Complementary color
Monochromatic Colors of #F33FE6
Black with #F33FE6
Text Example
Text Example
White with #F33FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FE6; }
p { color: rgb(243,63,230); }
H1.HeaderClassName
{
color: #F33FE6;
}
.AnyTagClassName
{
color: #F33FE6;
}
</style>
background-color css
<style>
a { background-color: #F33FE6; }
a { background-color: rgb(243,63,230); }
div.DivClassName
{
background-color: #F33FE6;
}
.BgClassName
{
background-color: #F33FE6;
}
</style>
border-color css
<style>
span { border-color: #F33FE6; }
span { border-color: rgb(243,63,230); }
td.TdClassName
{
border-color: #F33FE6;
}
.TagClassName
{
border-color: #F33FE6;
}
</style>