Shades of Wild Watermelon #F34A6B
Tints of Wild Watermelon #F34A6B
RGB
CMYK
RGB Variations
Color information
#F34A6B (or 0xF34A6B) is known color: Wild Watermelon. HEX triplet: F3, 4A and 6B. RGB value is (243,74,107). Sum of RGB (Red+Green+Blue) = 243+74+107=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A6B is #0CB594. Grayscale: #808080. Windows color (decimal): -832917 or 7031539. OLE color: 7031539.
HSL color Cylindrical-coordinate representation of color #F34A6B: hue angle of 348.28º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A6B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 107 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.05 |
| HSL | 348.28º | 0.88% | 0.62% | - |
| HSV(B) | 348.28º | 0.7% | 0.95% | - |
| XYZ | 42.06 | 25.01 | 16.52 | - |
| YUV | 128.29 | 115.99 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 107 | 0 | 0.70 | 0.56 | 0.05 | 348.28 | 0.88 | 0.62 |
| Hex | F3 | 4A | 6B | 0 | 46 | 38 | 5 | 15C | 58 | 3E |
| Octal | 363 | 112 | 153 | 0 | 106 | 70 | 5 | 534 | 130 | 76 |
| Binary | 11110011 | 1001010 | 1101011 | 0 | 1000110 | 111000 | 101 | 101011100 | 1011000 | 111110 |
Color Harmonies of #F34A6B
Complementary color
Monochromatic Colors of #F34A6B
Black with #F34A6B
Text Example
Text Example
White with #F34A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A6B; }
p { color: rgb(243,74,107); }
H1.HeaderClassName
{
color: #F34A6B;
}
.AnyTagClassName
{
color: #F34A6B;
}
</style>
background-color css
<style>
a { background-color: #F34A6B; }
a { background-color: rgb(243,74,107); }
div.DivClassName
{
background-color: #F34A6B;
}
.BgClassName
{
background-color: #F34A6B;
}
</style>
border-color css
<style>
span { border-color: #F34A6B; }
span { border-color: rgb(243,74,107); }
td.TdClassName
{
border-color: #F34A6B;
}
.TagClassName
{
border-color: #F34A6B;
}
</style>