Shades of Razzle Dazzle Rose #F340E5
Tints of Razzle Dazzle Rose #F340E5
RGB
CMYK
RGB Variations
Color information
#F340E5 (or 0xF340E5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and E5. RGB value is (243,64,229). Sum of RGB (Red+Green+Blue) = 243+64+229=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F340E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340E5 is #0CBF1A. Grayscale: #878787. Windows color (decimal): -835355 or 15024371. OLE color: 15024371.
HSL color Cylindrical-coordinate representation of color #F340E5: hue angle of 304.69º 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 #F340E5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 229 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.05 |
| HSL | 304.69º | 0.88% | 0.6% | - |
| HSV(B) | 304.69º | 0.74% | 0.95% | - |
| XYZ | 52.94 | 28.38 | 76.82 | - |
| YUV | 136.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 229 | 0 | 0.74 | 0.06 | 0.05 | 304.69 | 0.88 | 0.6 |
| Hex | F3 | 40 | E5 | 0 | 4A | 6 | 5 | 131 | 58 | 3C |
| Octal | 363 | 100 | 345 | 0 | 112 | 6 | 5 | 461 | 130 | 74 |
| Binary | 11110011 | 1000000 | 11100101 | 0 | 1001010 | 110 | 101 | 100110001 | 1011000 | 111100 |
Color Harmonies of #F340E5
Complementary color
Monochromatic Colors of #F340E5
Black with #F340E5
Text Example
Text Example
White with #F340E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340E5; }
p { color: rgb(243,64,229); }
H1.HeaderClassName
{
color: #F340E5;
}
.AnyTagClassName
{
color: #F340E5;
}
</style>
background-color css
<style>
a { background-color: #F340E5; }
a { background-color: rgb(243,64,229); }
div.DivClassName
{
background-color: #F340E5;
}
.BgClassName
{
background-color: #F340E5;
}
</style>
border-color css
<style>
span { border-color: #F340E5; }
span { border-color: rgb(243,64,229); }
td.TdClassName
{
border-color: #F340E5;
}
.TagClassName
{
border-color: #F340E5;
}
</style>