Shades of Razzle Dazzle Rose #F342C6
Tints of Razzle Dazzle Rose #F342C6
RGB
CMYK
RGB Variations
Color information
#F342C6 (or 0xF342C6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 42 and C6. RGB value is (243,66,198). Sum of RGB (Red+Green+Blue) = 243+66+198=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F342C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342C6 is #0CBD39. Grayscale: #858585. Windows color (decimal): -834874 or 12993267. OLE color: 12993267.
HSL color Cylindrical-coordinate representation of color #F342C6: hue angle of 315.25º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342C6 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 198 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.05 |
| HSL | 315.25º | 0.88% | 0.61% | - |
| HSV(B) | 315.25º | 0.73% | 0.95% | - |
| XYZ | 49.1 | 27.03 | 56.06 | - |
| YUV | 133.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 198 | 0 | 0.73 | 0.19 | 0.05 | 315.25 | 0.88 | 0.61 |
| Hex | F3 | 42 | C6 | 0 | 49 | 13 | 5 | 13B | 58 | 3D |
| Octal | 363 | 102 | 306 | 0 | 111 | 23 | 5 | 473 | 130 | 75 |
| Binary | 11110011 | 1000010 | 11000110 | 0 | 1001001 | 10011 | 101 | 100111011 | 1011000 | 111101 |
Color Harmonies of #F342C6
Complementary color
Monochromatic Colors of #F342C6
Black with #F342C6
Text Example
Text Example
White with #F342C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342C6; }
p { color: rgb(243,66,198); }
H1.HeaderClassName
{
color: #F342C6;
}
.AnyTagClassName
{
color: #F342C6;
}
</style>
background-color css
<style>
a { background-color: #F342C6; }
a { background-color: rgb(243,66,198); }
div.DivClassName
{
background-color: #F342C6;
}
.BgClassName
{
background-color: #F342C6;
}
</style>
border-color css
<style>
span { border-color: #F342C6; }
span { border-color: rgb(243,66,198); }
td.TdClassName
{
border-color: #F342C6;
}
.TagClassName
{
border-color: #F342C6;
}
</style>