Shades of Razzle Dazzle Rose #F743C1
Tints of Razzle Dazzle Rose #F743C1
RGB
CMYK
RGB Variations
Color information
#F743C1 (or 0xF743C1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 43 and C1. RGB value is (247,67,193). Sum of RGB (Red+Green+Blue) = 247+67+193=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F743C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F743C1 is #08BC3E. Grayscale: #868686. Windows color (decimal): -572479 or 12665847. OLE color: 12665847.
HSL color Cylindrical-coordinate representation of color #F743C1: hue angle of 318º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F743C1 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 193 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.03 |
| HSL | 318º | 0.92% | 0.62% | - |
| HSV(B) | 318º | 0.73% | 0.97% | - |
| XYZ | 49.99 | 27.64 | 53.15 | - |
| YUV | 135.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 193 | 0 | 0.73 | 0.22 | 0.03 | 318 | 0.92 | 0.62 |
| Hex | F7 | 43 | C1 | 0 | 49 | 16 | 3 | 13E | 5C | 3E |
| Octal | 367 | 103 | 301 | 0 | 111 | 26 | 3 | 476 | 134 | 76 |
| Binary | 11110111 | 1000011 | 11000001 | 0 | 1001001 | 10110 | 11 | 100111110 | 1011100 | 111110 |
Color Harmonies of #F743C1
Complementary color
Monochromatic Colors of #F743C1
Black with #F743C1
Text Example
Text Example
White with #F743C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F743C1; }
p { color: rgb(247,67,193); }
H1.HeaderClassName
{
color: #F743C1;
}
.AnyTagClassName
{
color: #F743C1;
}
</style>
background-color css
<style>
a { background-color: #F743C1; }
a { background-color: rgb(247,67,193); }
div.DivClassName
{
background-color: #F743C1;
}
.BgClassName
{
background-color: #F743C1;
}
</style>
border-color css
<style>
span { border-color: #F743C1; }
span { border-color: rgb(247,67,193); }
td.TdClassName
{
border-color: #F743C1;
}
.TagClassName
{
border-color: #F743C1;
}
</style>