Shades of Wild Watermelon #F35467
Tints of Wild Watermelon #F35467
RGB
CMYK
RGB Variations
Color information
#F35467 (or 0xF35467) is known color: Wild Watermelon. HEX triplet: F3, 54 and 67. RGB value is (243,84,103). Sum of RGB (Red+Green+Blue) = 243+84+103=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F35467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35467 is #0CAB98. Grayscale: #858585. Windows color (decimal): -830361 or 6771955. OLE color: 6771955.
HSL color Cylindrical-coordinate representation of color #F35467: hue angle of 352.83º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35467 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 103 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.05 |
| HSL | 352.83º | 0.87% | 0.64% | - |
| HSV(B) | 352.83º | 0.65% | 0.95% | - |
| XYZ | 42.58 | 26.37 | 15.68 | - |
| YUV | 133.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 103 | 0 | 0.65 | 0.58 | 0.05 | 352.83 | 0.87 | 0.64 |
| Hex | F3 | 54 | 67 | 0 | 41 | 3A | 5 | 161 | 57 | 40 |
| Octal | 363 | 124 | 147 | 0 | 101 | 72 | 5 | 541 | 127 | 100 |
| Binary | 11110011 | 1010100 | 1100111 | 0 | 1000001 | 111010 | 101 | 101100001 | 1010111 | 1000000 |
Color Harmonies of #F35467
Complementary color
Monochromatic Colors of #F35467
Black with #F35467
Text Example
Text Example
White with #F35467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35467; }
p { color: rgb(243,84,103); }
H1.HeaderClassName
{
color: #F35467;
}
.AnyTagClassName
{
color: #F35467;
}
</style>
background-color css
<style>
a { background-color: #F35467; }
a { background-color: rgb(243,84,103); }
div.DivClassName
{
background-color: #F35467;
}
.BgClassName
{
background-color: #F35467;
}
</style>
border-color css
<style>
span { border-color: #F35467; }
span { border-color: rgb(243,84,103); }
td.TdClassName
{
border-color: #F35467;
}
.TagClassName
{
border-color: #F35467;
}
</style>