Shades of Razzle Dazzle Rose #F338C7
Tints of Razzle Dazzle Rose #F338C7
RGB
CMYK
RGB Variations
Color information
#F338C7 (or 0xF338C7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and C7. RGB value is (243,56,199). Sum of RGB (Red+Green+Blue) = 243+56+199=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F338C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338C7 is #0CC738. Grayscale: #7F7F7F. Windows color (decimal): -837433 or 13056243. OLE color: 13056243.
HSL color Cylindrical-coordinate representation of color #F338C7: hue angle of 314.12º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338C7 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 199 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.05 |
| HSL | 314.12º | 0.89% | 0.59% | - |
| HSV(B) | 314.12º | 0.77% | 0.95% | - |
| XYZ | 48.69 | 26.01 | 56.49 | - |
| YUV | 128.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 199 | 0 | 0.77 | 0.18 | 0.05 | 314.12 | 0.89 | 0.59 |
| Hex | F3 | 38 | C7 | 0 | 4D | 12 | 5 | 13A | 59 | 3B |
| Octal | 363 | 70 | 307 | 0 | 115 | 22 | 5 | 472 | 131 | 73 |
| Binary | 11110011 | 111000 | 11000111 | 0 | 1001101 | 10010 | 101 | 100111010 | 1011001 | 111011 |
Color Harmonies of #F338C7
Complementary color
Monochromatic Colors of #F338C7
Black with #F338C7
Text Example
Text Example
White with #F338C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338C7; }
p { color: rgb(243,56,199); }
H1.HeaderClassName
{
color: #F338C7;
}
.AnyTagClassName
{
color: #F338C7;
}
</style>
background-color css
<style>
a { background-color: #F338C7; }
a { background-color: rgb(243,56,199); }
div.DivClassName
{
background-color: #F338C7;
}
.BgClassName
{
background-color: #F338C7;
}
</style>
border-color css
<style>
span { border-color: #F338C7; }
span { border-color: rgb(243,56,199); }
td.TdClassName
{
border-color: #F338C7;
}
.TagClassName
{
border-color: #F338C7;
}
</style>