Shades of Razzle Dazzle Rose #F340C5
Tints of Razzle Dazzle Rose #F340C5
RGB
CMYK
RGB Variations
Color information
#F340C5 (or 0xF340C5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and C5. RGB value is (243,64,197). Sum of RGB (Red+Green+Blue) = 243+64+197=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F340C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340C5 is #0CBF3A. Grayscale: #848484. Windows color (decimal): -835387 or 12927219. OLE color: 12927219.
HSL color Cylindrical-coordinate representation of color #F340C5: hue angle of 315.42º 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 #F340C5 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 197 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.05 |
| HSL | 315.42º | 0.88% | 0.6% | - |
| HSV(B) | 315.42º | 0.74% | 0.95% | - |
| XYZ | 48.87 | 26.75 | 55.41 | - |
| YUV | 132.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 197 | 0 | 0.74 | 0.19 | 0.05 | 315.42 | 0.88 | 0.6 |
| Hex | F3 | 40 | C5 | 0 | 4A | 13 | 5 | 13B | 58 | 3C |
| Octal | 363 | 100 | 305 | 0 | 112 | 23 | 5 | 473 | 130 | 74 |
| Binary | 11110011 | 1000000 | 11000101 | 0 | 1001010 | 10011 | 101 | 100111011 | 1011000 | 111100 |
Color Harmonies of #F340C5
Complementary color
Monochromatic Colors of #F340C5
Black with #F340C5
Text Example
Text Example
White with #F340C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340C5; }
p { color: rgb(243,64,197); }
H1.HeaderClassName
{
color: #F340C5;
}
.AnyTagClassName
{
color: #F340C5;
}
</style>
background-color css
<style>
a { background-color: #F340C5; }
a { background-color: rgb(243,64,197); }
div.DivClassName
{
background-color: #F340C5;
}
.BgClassName
{
background-color: #F340C5;
}
</style>
border-color css
<style>
span { border-color: #F340C5; }
span { border-color: rgb(243,64,197); }
td.TdClassName
{
border-color: #F340C5;
}
.TagClassName
{
border-color: #F340C5;
}
</style>